1. 001389b netfilter: {ip,ip6,arp}_tables: avoid lockdep false positive by Eric Dumazet · 14 years ago
  2. 83bf2e4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 14 years ago
  3. 2452a99 netfilter: nf_nat: don't check if the tuple is unique when there isn't any other choice by Changli Gao · 14 years ago
  4. f43dc98 netfilter: nf_nat: make unique_tuple return void by Changli Gao · 14 years ago
  5. 794dbc1 netfilter: nf_nat: use local variable hdrlen by Changli Gao · 14 years ago
  6. 24b36f0 netfilter: {ip,ip6,arp}_tables: dont block bottom half more than necessary by Eric Dumazet · 14 years ago
  7. 7df0884 netfilter: iptables: use skb->len for accounting by Changli Gao · 14 years ago
  8. f667009 netfilter: arptables: use arp_hdr_len() by Changli Gao · 14 years ago
  9. c36952e netfilter: nf_nat_core: merge the same lines by Changli Gao · 14 years ago
  10. 3f30fc1 net: remove last uses of __attribute__((packed)) by Gustavo F. Padovan · 14 years ago
  11. 4bc2f18 net/ipv4: EXPORT_SYMBOL cleanups by Eric Dumazet · 14 years ago
  12. b13b712 netfilter: ipt_REJECT: avoid touching dst ref by Eric Dumazet · 14 years ago
  13. 98b0e84 netfilter: ipt_REJECT: postpone the checksum calculation. by Changli Gao · 14 years ago
  14. e490c1de Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 14 years ago
  15. 7eb9282 netfilter: ipt_LOG/ip6t_LOG: add option to print decoded MAC header by Patrick McHardy · 14 years ago
  16. cf377eb netfilter: ipt_LOG/ip6t_LOG: remove comparison within loop by Patrick McHardy · 14 years ago
  17. 7b2ff18 net - IP_NODEFRAG option for IPv4 socket by Jiri Olsa · 14 years ago
  18. c68cd6c netfilter: nf_nat: support user-specified SNAT rules in LOCAL_IN by Patrick McHardy · 14 years ago
  19. f9181f4 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  20. d73f33b netfilter: CLUSTERIP: RCU conversion by Eric Dumazet · 14 years ago
  21. 5756d34 netfilter: ip_queue: rwlock to spinlock conversion by Eric Dumazet · 14 years ago
  22. 5bfddbd netfilter: nf_conntrack: IPS_UNTRACKED bit by Eric Dumazet · 14 years ago
  23. e12f8e2 netfilter: vmalloc_node cleanup by Eric Dumazet · 14 years ago
  24. 7489aec netfilter: xtables: stackptr should be percpu by Eric Dumazet · 14 years ago
  25. 736d58e netfilter: remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  26. 654d0fb netfilter: cleanup printk messages by Stephen Hemminger · 14 years ago
  27. af56760 netfilter: change NF_ASSERT to WARN_ON by Stephen Hemminger · 14 years ago
  28. 4538506 netfilter: xtables: combine built-in extension structs by Jan Engelhardt · 15 years ago
  29. b4ba261 netfilter: xtables: change hotdrop pointer to direct modification by Jan Engelhardt · 15 years ago
  30. 62fc805 netfilter: xtables: deconstify struct xt_action_param for matches by Jan Engelhardt · 15 years ago
  31. 4b560b4 netfilter: xtables: substitute temporary defines by final name by Jan Engelhardt · 15 years ago
  32. de74c16 netfilter: xtables: combine struct xt_match_param and xt_target_param by Jan Engelhardt · 15 years ago
  33. ef53d70 netfilter: xtables: dissolve do_match function by Jan Engelhardt · 15 years ago
  34. b5cad0d netfilter: ip_tables: fix compilation when debug is enabled by Jan Engelhardt · 14 years ago
  35. af740b2 netfilter: nf_conntrack: extend with extra stat counter by Jesper Dangaard Brouer · 14 years ago
  36. cecc74d netfilter: ip_tables: convert pr_devel() to pr_debug() by Patrick McHardy · 14 years ago
  37. 6291055 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  38. 5b775eb netfilter: xtables: remove old comments about reentrancy by Jan Engelhardt · 14 years ago
  39. f3c5c1b netfilter: xtables: make ip_tables reentrant by Jan Engelhardt · 14 years ago
  40. f0d57a5 netfilter: ipt_LOG/ip6t_LOG: use more appropriate log level as default by Patrick McHardy · 14 years ago
  41. 2206831 netfilter: fix some coding styles and remove moduleparam.h by Zhitong Wang · 14 years ago
  42. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  43. 9e56c21 netfilter: only do skb_checksum_help on CHECKSUM_PARTIAL in ip_queue by Herbert Xu · 14 years ago
  44. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  45. 902a3dd netfilter: CLUSTERIP: clusterip_seq_stop() fix by Eric Dumazet · 14 years ago
  46. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  47. f95c74e netfilter: xtables: shorten up return clause by Jan Engelhardt · 14 years ago
  48. 4a5a5c7 netfilter: xtables: slightly better error reporting by Jan Engelhardt · 14 years ago
  49. d6b00a5 netfilter: xtables: change targets to return error code by Jan Engelhardt · 14 years ago
  50. bd414ee netfilter: xtables: change matches to return error code by Jan Engelhardt · 14 years ago
  51. 135367b netfilter: xtables: change xt_target.checkentry return type by Jan Engelhardt · 14 years ago
  52. b0f3845 netfilter: xtables: change xt_match.checkentry return type by Jan Engelhardt · 14 years ago
  53. fd0ec0e netfilter: xtables: consolidate code into xt_request_find_match by Jan Engelhardt · 15 years ago
  54. d2a7b6b netfilter: xtables: make use of xt_request_find_target by Jan Engelhardt · 15 years ago
  55. ff67e4e netfilter: xt extensions: use pr_<level> (2) by Jan Engelhardt · 14 years ago
  56. 0d34545 netfilter: xtables: make use of caller family rather than target family by Jan Engelhardt · 14 years ago
  57. 2c46cd8 netfilter: remove unused headers in net/ipv4/netfilter/nf_nat_h323.c by Zhitong Wang · 14 years ago
  58. be91fd5 netfilter: xtables: replace custom duprintf with pr_debug by Jan Engelhardt · 14 years ago
  59. 6b4ff2d netfilter: xtables: restore indentation by Jan Engelhardt · 14 years ago
  60. 0f23421 netfilter: xtables: reduce arguments to translate_table by Jan Engelhardt · 14 years ago
  61. 6bdb331 netfilter: xtables: optimize call flow around xt_ematch_foreach by Jan Engelhardt · 14 years ago
  62. dcea992 netfilter: xtables: replace XT_MATCH_ITERATE macro by Jan Engelhardt · 14 years ago
  63. 0559518 netfilter: xtables: optimize call flow around xt_entry_foreach by Jan Engelhardt · 14 years ago
  64. 72b2b1d netfilter: xtables: replace XT_ENTRY_ITERATE macro by Jan Engelhardt · 14 years ago
  65. 37ee3d5 netfilter: nf_defrag_ipv4: fix compilation error with NF_CONNTRACK=n by Patrick McHardy · 14 years ago
  66. 5d0aa2c netfilter: nf_conntrack: add support for "conntrack zones" by Patrick McHardy · 14 years ago
  67. 8fea97e netfilter: nf_conntrack: pass template to l4proto ->error() handler by Patrick McHardy · 14 years ago
  68. d5d1baa netfilter: xtables: add const qualifiers by Jan Engelhardt · 15 years ago
  69. 739674f netfilter: xtables: constify args in compat copying functions by Jan Engelhardt · 15 years ago
  70. fa96a0e netfilter: iptables: remove unused function arguments by Jan Engelhardt · 15 years ago
  71. b2907e5 netfilter: xtables: fix mangle tables by Alexey Dobriyan · 14 years ago
  72. 48f8ac2 netfilter: nf_nat_sip: add TCP support by Patrick McHardy · 14 years ago
  73. 010c0b9 netfilter: nf_nat: support mangling a single TCP packet multiple times by Patrick McHardy · 14 years ago
  74. f5b321b netfilter: nf_conntrack_sip: add TCP support by Patrick McHardy · 14 years ago
  75. 3b6b9fa netfilter: nf_conntrack_sip: pass data offset to NAT functions by Patrick McHardy · 14 years ago
  76. e3eaa99 netfilter: xtables: generate initial table on-demand by Jan Engelhardt · 15 years ago
  77. 2b95efe netfilter: xtables: use xt_table for hook instantiation by Jan Engelhardt · 15 years ago
  78. 2b21e05 netfilter: xtables: compact table hook functions (2/2) by Jan Engelhardt · 15 years ago
  79. 737535c netfilter: xtables: compact table hook functions (1/2) by Jan Engelhardt · 15 years ago
  80. 9ab99d5 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  81. d696c7b netfilter: nf_conntrack: fix hash resizing with namespaces by Patrick McHardy · 14 years ago
  82. 14c7dbe netfilter: xtables: compat out of scope fix by Alexey Dobriyan · 14 years ago
  83. 7678037 netfilter: fix build failure with CONNTRACK=y NAT=n by Florian Westphal · 14 years ago
  84. b2a15a6 netfilter: nf_conntrack: support conntrack templates by Patrick McHardy · 14 years ago
  85. add6746 netfilter: add struct net * to target parameters by Patrick McHardy · 14 years ago
  86. 4777814 netfiltr: ipt_CLUSTERIP: simplify seq_file codeA by Alexey Dobriyan · 14 years ago
  87. f54e936 netfilter: xtables: add struct xt_mtdtor_param::net by Alexey Dobriyan · 15 years ago
  88. a83d8e8 netfilter: xtables: add struct xt_mtchk_param::net by Alexey Dobriyan · 15 years ago
  89. c299bd5 netfilter: nf_nat_ftp: remove (*mangle[]) array and functions, use %pI4 by Joe Perches · 15 years ago
  90. 71c3ebf netfilter: SNMP NAT: correct the size argument to kzalloc by Julia Lawall · 15 years ago
  91. 8fa9ff6 netfilter: fix crashes in bridge netfilter caused by fragment jumps by Patrick McHardy · 15 years ago
  92. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  93. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  94. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  95. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  96. 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
  97. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  98. 3666ed1 netfilter: net/ipv[46]/netfilter: Move && and || to end of previous line by Joe Perches · 15 years ago
  99. bb9074f Merge commit 'v2.6.32-rc7' by Eric W. Biederman · 15 years ago
  100. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago