1. 5d0aa2c netfilter: nf_conntrack: add support for "conntrack zones" by Patrick McHardy · 15 years ago
  2. 8fea97e netfilter: nf_conntrack: pass template to l4proto ->error() handler by Patrick McHardy · 15 years ago
  3. d5d1baa netfilter: xtables: add const qualifiers by Jan Engelhardt · 16 years ago
  4. 739674f netfilter: xtables: constify args in compat copying functions by Jan Engelhardt · 16 years ago
  5. fa96a0e netfilter: iptables: remove unused function arguments by Jan Engelhardt · 15 years ago
  6. b2907e5 netfilter: xtables: fix mangle tables by Alexey Dobriyan · 15 years ago
  7. 48f8ac2 netfilter: nf_nat_sip: add TCP support by Patrick McHardy · 15 years ago
  8. 010c0b9 netfilter: nf_nat: support mangling a single TCP packet multiple times by Patrick McHardy · 15 years ago
  9. f5b321b netfilter: nf_conntrack_sip: add TCP support by Patrick McHardy · 15 years ago
  10. 3b6b9fa netfilter: nf_conntrack_sip: pass data offset to NAT functions by Patrick McHardy · 15 years ago
  11. e3eaa99 netfilter: xtables: generate initial table on-demand by Jan Engelhardt · 16 years ago
  12. 2b95efe netfilter: xtables: use xt_table for hook instantiation by Jan Engelhardt · 16 years ago
  13. 2b21e05 netfilter: xtables: compact table hook functions (2/2) by Jan Engelhardt · 16 years ago
  14. 737535c netfilter: xtables: compact table hook functions (1/2) by Jan Engelhardt · 16 years ago
  15. 9ab99d5a Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 15 years ago
  16. b1109bf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  17. d696c7b netfilter: nf_conntrack: fix hash resizing with namespaces by Patrick McHardy · 15 years ago
  18. 14c7dbe netfilter: xtables: compat out of scope fix by Alexey Dobriyan · 15 years ago
  19. 7678037 netfilter: fix build failure with CONNTRACK=y NAT=n by Florian Westphal · 15 years ago
  20. d088dde ipv4: obsolete config in kernel source (IP_ROUTE_PERVASIVE) by Christoph Egger · 15 years ago
  21. b2a15a6 netfilter: nf_conntrack: support conntrack templates by Patrick McHardy · 15 years ago
  22. add6746 netfilter: add struct net * to target parameters by Patrick McHardy · 15 years ago
  23. d1c9ae6 ipv4: ip_fragment: fix unbalanced rcu_read_unlock() by Patrick McHardy · 15 years ago
  24. c85bb41 igmp: fix ip_mc_sf_allow race [v5] by Flavio Leitner · 15 years ago
  25. a92df25 netns xfrm: ipcomp support by Alexey Dobriyan · 15 years ago
  26. 05ba712 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  27. f81074f tcp_probe: avoid modulus operation and wrap fix by Stephen Hemminger · 15 years ago
  28. d7c7544 netns xfrm: deal with dst entries in netns by Alexey Dobriyan · 15 years ago
  29. e9017b5 IP: Send an ICMP "Fragment Reassembly Timeout" message when enabling connection track by Shan Wei · 15 years ago
  30. e754834 icmp: move icmp_err_convert[] to .rodata by Alexey Dobriyan · 15 years ago
  31. 5833929 net: constify MIB name tables by Alexey Dobriyan · 15 years ago
  32. 51c24aa Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  33. 6be3257 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  34. 4777814 netfiltr: ipt_CLUSTERIP: simplify seq_file codeA by Alexey Dobriyan · 15 years ago
  35. b4ced2b netlink: With opcode INET_DIAG_BC_S_LE dport was compared in inet_diag_bc_run() by Roel Kluin · 15 years ago
  36. 6d95518 ipv4: allow warming up the ARP cache with request type gratuitous ARP by Octavian Purdila · 15 years ago
  37. f54e936 netfilter: xtables: add struct xt_mtdtor_param::net by Alexey Dobriyan · 15 years ago
  38. a83d8e8 netfilter: xtables: add struct xt_mtchk_param::net by Alexey Dobriyan · 15 years ago
  39. 0a931ac ipv4: don't remove /proc/net/rt_acct by Alexey Dobriyan · 15 years ago
  40. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 15 years ago
  41. 72659ec tcp: account SYN-ACK timeouts & retransmissions by Octavian Purdila · 15 years ago
  42. 71fceff ipv4: Use less conflicting local var name in change_nexthops() loop macro. by David S. Miller · 15 years ago
  43. 597d8c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  44. d218d11 tcp: Generalized TTL Security Mechanism by Stephen Hemminger · 15 years ago
  45. c299bd5 netfilter: nf_nat_ftp: remove (*mangle[]) array and functions, use %pI4 by Joe Perches · 15 years ago
  46. d4a66e7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  47. 6532414 net: RFC3069, private VLAN proxy arp support by Jesper Dangaard Brouer · 15 years ago
  48. 7ad6848 ip: fix mc_loop checks for tunnels with multicast outer addresses by Octavian Purdila · 15 years ago
  49. 71c3ebf netfilter: SNMP NAT: correct the size argument to kzalloc by Julia Lawall · 15 years ago
  50. c3bf490 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  51. 28f6aee net: restore ip source validation by Jamal Hadi Salim · 15 years ago
  52. 31d1292 net: Add rtnetlink init_rcvwnd to set the TCP initial receive window by laurent chavey · 15 years ago
  53. def87cf tcp: Slightly optimize tcp_sendmsg by Krishna Kumar · 15 years ago
  54. afeca34 tcp: Remove unrequired operations in tcp_push() by Krishna Kumar · 15 years ago
  55. 12d50c4 tcp: Remove check in __tcp_push_pending_frames by Krishna Kumar · 15 years ago
  56. 37c24b3 Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  57. 81e839e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 15 years ago
  58. bb5b7c1 tcp: Revert per-route SACK/DSACK/TIMESTAMP changes. by David S. Miller · 15 years ago
  59. 8fa9ff6 netfilter: fix crashes in bridge netfilter caused by fragment jumps by Patrick McHardy · 15 years ago
  60. 5781b23 udp: udp_lib_get_port() fix by Eric Dumazet · 15 years ago
  61. 5017065 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  62. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  63. 77722b1 tcp: fix retrans_stamp advancing in error cases by Ilpo Järvinen · 15 years ago
  64. 2f7de57 tcp: Stalling connections: Move timeout calculation routine by Damian Lukowski · 15 years ago
  65. 2a8875e [PATCH] tcp: documents timewait refcnt tricks by Eric Dumazet · 15 years ago
  66. 3cdaeda tcp: Fix a connect() race with timewait sockets by Eric Dumazet · 15 years ago
  67. 9327f70 tcp: Fix a connect() race with timewait sockets by Eric Dumazet · 15 years ago
  68. 3dc7893 tcp: Remove runtime check that can never be true. by David S. Miller · 15 years ago
  69. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  70. 1557d33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl-2.6 by Linus Torvalds · 15 years ago
  71. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  72. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  73. 47e1c32 tcp: fix a timewait refcnt race by Eric Dumazet · 15 years ago
  74. 13475a3 tcp: connect() race with timewait reuse by Eric Dumazet · 15 years ago
  75. 49d0900 tcp: diag: Dont report negative values for rx queue by Eric Dumazet · 15 years ago
  76. 424eff9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 15 years ago
  77. b099ce2 net: Batch inet_twsk_purge by Eric W. Biederman · 15 years ago
  78. 575f4cd net: Use rcu lookups in inet_twsk_purge. by Eric W. Biederman · 15 years ago
  79. e9c5158 net: Allow fib_rule_unregister to batch by Eric W. Biederman · 15 years ago
  80. 8153a10 ipv4 05/05: add sysctl to accept packets with local source addresses by Patrick McHardy · 15 years ago
  81. 5adef18 net 04/05: fib_rules: allow to delete local rule by Patrick McHardy · 15 years ago
  82. e6b09cc tcp: sysctl_tcp_cookie_size needs to be exported to modules. by David S. Miller · 15 years ago
  83. f9a2e69 tcp: Fix warning on 64-bit. by David S. Miller · 15 years ago
  84. 4957faade TCPCT part 1g: Responder Cookie => Initiator by William Allen Simpson · 15 years ago
  85. bd0388a TCPCT part 1f: Initiator Cookie => Responder by William Allen Simpson · 15 years ago
  86. e56fb50 TCPCT part 1e: implement socket option TCP_COOKIE_TRANSACTIONS by William Allen Simpson · 15 years ago
  87. 435cf55 TCPCT part 1d: define TCP cookie option, extend existing struct's by William Allen Simpson · 15 years ago
  88. 519855c TCPCT part 1c: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONS by William Allen Simpson · 15 years ago
  89. da5c78c TCPCT part 1b: generate Responder Cookie secret by William Allen Simpson · 15 years ago
  90. e6b4d11 TCPCT part 1a: add request_values parameter for sending SYNACK by William Allen Simpson · 15 years ago
  91. ff9c38b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  92. 86de8a6 net: Simplify ipip pernet operations. by Eric W. Biederman · 15 years ago
  93. cfb8fbf net: Simplify ip_gre pernet operations. by Eric W. Biederman · 15 years ago
  94. a5ee155 net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCH by Eric W. Biederman · 15 years ago
  95. b2722b1 ip_fragment: also adjust skb->truesize for packets not owned by a socket by Patrick McHardy · 15 years ago
  96. 1fdf475 tcp: tcp_disconnect() should clear window_clamp by Eric Dumazet · 15 years ago
  97. bbf31bf ipv4: additional update of dev_net(dev) to struct *net in ip_fragment.c, NULL ptr OOPS by David Ford · 15 years ago
  98. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  99. 8f8a088 xfrm: Use the user specified truncation length in ESP and AH by Martin Willi · 15 years ago
  100. a661c41 net: convert /proc/net/rt_acct to seq_file by Alexey Dobriyan · 15 years ago