1. f54e936 netfilter: xtables: add struct xt_mtdtor_param::net by Alexey Dobriyan · 15 years ago
  2. a83d8e8 netfilter: xtables: add struct xt_mtchk_param::net by Alexey Dobriyan · 15 years ago
  3. c299bd5 netfilter: nf_nat_ftp: remove (*mangle[]) array and functions, use %pI4 by Joe Perches · 15 years ago
  4. 71c3ebf netfilter: SNMP NAT: correct the size argument to kzalloc by Julia Lawall · 15 years ago
  5. 8fa9ff6 netfilter: fix crashes in bridge netfilter caused by fragment jumps by Patrick McHardy · 15 years ago
  6. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  7. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  8. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  9. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  10. 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
  11. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  12. 3666ed1 netfilter: net/ipv[46]/netfilter: Move && and || to end of previous line by Joe Perches · 15 years ago
  13. bb9074f Merge commit 'v2.6.32-rc7' by Eric W. Biederman · 15 years ago
  14. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  15. dee5817 netfilter: remove unneccessary checks from netlink notifiers by Patrick McHardy · 15 years ago
  16. 230f9bb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  17. f9dd09c netfilter: nf_nat: fix NAT issue in 2.6.30.4+ by Jozsef Kadlecsik · 15 years ago
  18. 76ac894 netfilter: nf_nat_helper: tidy up adjust_tcp_sequence by Hannes Eder · 15 years ago
  19. 9481721 netfilter: remove synchronize_net() calls in ip_queue/ip6_queue by Eric Dumazet · 15 years ago
  20. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  21. 3993832 netfilter: nfnetlink: constify message attributes and headers by Patrick McHardy · 15 years ago
  22. 74f7a65 netfilter: nf_conntrack: log packets dropped by helpers by Patrick McHardy · 15 years ago
  23. cce5a5c netfilter: nf_nat: fix inverted logic for persistent NAT mappings by Maximilian Engelhardt · 15 years ago
  24. 35aad0f netfilter: xtables: mark initial tables constant by Jan Engelhardt · 15 years ago
  25. dc05a56 Merge branch 'master' of git://dev.medozas.de/linux by Patrick McHardy · 15 years ago
  26. e2fe35c netfilter: xtables: check for standard verdicts in policies by Jan Engelhardt · 15 years ago
  27. 90e7d4a netfilter: xtables: check for unconditionality of policies by Jan Engelhardt · 15 years ago
  28. a7d5173 netfilter: xtables: ignore unassigned hooks in check_entry_size_and_hooks by Jan Engelhardt · 15 years ago
  29. 47901dc netfilter: xtables: use memcmp in unconditional check by Jan Engelhardt · 15 years ago
  30. e5afbba netfilter: iptables: remove unused datalen variable by Jan Engelhardt · 15 years ago
  31. f88e6a8 netfilter: xtables: switch table AFs to nfproto by Jan Engelhardt · 15 years ago
  32. 24c232d netfilter: xtables: switch hook PFs to nfproto by Jan Engelhardt · 15 years ago
  33. 57750a2 netfilter: conntrack: switch hook PFs to nfproto by Jan Engelhardt · 15 years ago
  34. 5498127 netfilter: nf_conntrack: add SCTP support for SO_ORIGINAL_DST by Rafael Laufer · 15 years ago
  35. a3a9f79 netfilter: tcp conntrack: fix unacknowledged data detection with NAT by Patrick McHardy · 15 years ago
  36. 24992ea netfilter: ip_tables: fix build error by Patrick McHardy · 15 years ago
  37. 36432dae Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Patrick McHardy · 15 years ago
  38. 0808dc8 netfilter: Fix extra semi-colon in skb_walk_frags() changes. by David S. Miller · 15 years ago
  39. 343a997 netfilter: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  40. f87fb66 netfilter: nf_ct_icmp: keep the ICMP ct entries longer by Jan Kasprzak · 15 years ago
  41. 17f2f52 netfilter: ipt_MASQUERADE: remove redundant rwlock by Florian Westphal · 15 years ago
  42. a5e7882 netfilter: x_tables: added hook number into match extension parameter structure. by Evgeniy Polyakov · 15 years ago
  43. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  44. 511c3f9 net: skb->rtable accessor by Eric Dumazet · 15 years ago
  45. 17e6e4e netfilter: conntrack: simplify event caching system by Pablo Neira Ayuso · 15 years ago
  46. bb70dfa netfilter: xtables: consolidate comefrom debug cast access by Jan Engelhardt · 15 years ago
  47. 7a6b1c4 netfilter: xtables: remove another level of indent by Jan Engelhardt · 15 years ago
  48. 9452258 netfilter: xtables: remove some goto by Jan Engelhardt · 15 years ago
  49. a1ff4ac netfilter: xtables: reduce indent level by one by Jan Engelhardt · 15 years ago
  50. 98e8640 netfilter: xtables: consolidate open-coded logic by Jan Engelhardt · 15 years ago
  51. 4f2f6f2 netfilter: xtables: fix const inconsistency by Jan Engelhardt · 15 years ago
  52. ccf5bd8 netfilter: xtables: remove redundant casts by Jan Engelhardt · 15 years ago
  53. 4ba351c netfilter: xtables: use NFPROTO_ in standard targets by Jan Engelhardt · 15 years ago
  54. 4b1e27e netfilter: queue: use NFPROTO_ for queue callsites by Jan Engelhardt · 15 years ago
  55. 383ca5b netfilter: xtables: use NFPROTO_ for xt_proto_init callsites by Jan Engelhardt · 15 years ago
  56. 942e4a2 netfilter: revised locking for x_tables by Stephen Hemminger · 15 years ago
  57. 98d500d netfilter: nf_nat: add support for persistent mappings by Patrick McHardy · 15 years ago
  58. fa9a86d netfilter: use rcu_read_bh() in ipt_do_table() by Eric Dumazet · 15 years ago
  59. 01e6de6 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
  60. a400c30 netfilter: nf_conntrack: calculate per-protocol nlattr size by Holger Eitzenberger · 15 years ago
  61. ea781f1 netfilter: nf_conntrack: use SLAB_DESTROY_BY_RCU and get rid of call_rcu() by Eric Dumazet · 15 years ago
  62. 1f9352a netfilter: {ip,ip6,arp}_tables: fix incorrect loop detection by Patrick McHardy · 15 years ago
  63. b8dfe49 netfilter: factorize ifname_compare() by Eric Dumazet · 15 years ago
  64. 35c7f6d arp_tables: ifname_compare() can assume 16bit alignment by Eric Dumazet · 15 years ago
  65. 95ba434 netfilter: auto-load ip_queue module when socket opened by Scott James Remnant · 15 years ago
  66. 1db7a74 netfilter: conntrack: increase drop stats if sequence adjustment fails by Pablo Neira Ayuso · 15 years ago
  67. 67c0d57 netfilter: Kconfig spelling fixes (trivial) by Stephen Hemminger · 15 years ago
  68. ca735b3 netfilter: use a linked list of loggers by Eric Leblond · 15 years ago
  69. 08361aa netfilter: ip_tables: unfold two critical loops in ip_packet_match() by Eric Dumazet · 15 years ago
  70. 7845447 netfilter: iptables: lock free counters by Stephen Hemminger · 15 years ago
  71. 4323362 netfilter: xtables: add backward-compat options by Jan Engelhardt · 15 years ago
  72. cfac5ef netfilter: Combine ipt_ttl and ip6t_hl source by Jan Engelhardt · 15 years ago
  73. 563d36e netfilter: Combine ipt_TTL and ip6t_HL source by Jan Engelhardt · 15 years ago
  74. ddc214c netfilter: arp_tables: unfold two critical loops in arp_packet_match() by Eric Dumazet · 15 years ago
  75. 9c8222b9 netfilter: x_tables: remove unneeded initializations by Stephen Hemminger · 15 years ago
  76. 09640e6 net: replace uses of __constant_{endian} by Harvey Harrison · 16 years ago
  77. 71320af netfilter 06/09: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endian by Patrick McHardy · 16 years ago
  78. 8884310 netfilter 01/09: remove "happy cracking" message by Patrick McHardy · 16 years ago
  79. 0f23174a cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: net by Rusty Russell · 16 years ago
  80. 0191b62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago
  81. cbacc2c Merge branch 'next' into for-linus by James Morris · 16 years ago
  82. eb14f01 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  83. be70ed1 netfilter: update rwlock initialization for nat_table by Steven Rostedt · 16 years ago
  84. d76b0d9 CRED: Use creds in file structs by David Howells · 16 years ago
  85. 6e3354c netfilter: nf_nat: remove warn_if_extra_mangle by Simon Arlott · 16 years ago
  86. 19223f2 netfilter: arptable_filter: merge forward hook by Alexey Dobriyan · 16 years ago
  87. d4ec52b netfilter: netns-aware ipt_addrtype by Alexey Dobriyan · 16 years ago
  88. 6d9f239 net: '&' redux by Alexey Dobriyan · 16 years ago
  89. cffee38 net: replace NIPQUAD() in net/ipv4/netfilter/ by Harvey Harrison · 16 years ago
  90. 311670f netfilter: snmp nat leaks memory in case of failure by Ilpo Järvinen · 16 years ago
  91. e6a7d3c netfilter: ctnetlink: remove bogus module dependency between ctnetlink and nf_nat by Pablo Neira Ayuso · 16 years ago
  92. 38f7ac3 netfilter: restore lost #ifdef guarding defrag exception by Patrick McHardy · 16 years ago
  93. 916a917 netfilter: xtables: provide invoked family value to extensions by Jan Engelhardt · 16 years ago
  94. a2df164 netfilter: xtables: move extension arguments into compound structure (6/6) by Jan Engelhardt · 16 years ago
  95. af5d6dc netfilter: xtables: move extension arguments into compound structure (5/6) by Jan Engelhardt · 16 years ago
  96. 7eb3558 netfilter: xtables: move extension arguments into compound structure (4/6) by Jan Engelhardt · 16 years ago
  97. 6be3d85 netfilter: xtables: move extension arguments into compound structure (3/6) by Jan Engelhardt · 16 years ago
  98. 9b4fce7 netfilter: xtables: move extension arguments into compound structure (2/6) by Jan Engelhardt · 16 years ago
  99. f7108a2 netfilter: xtables: move extension arguments into compound structure (1/6) by Jan Engelhardt · 16 years ago
  100. c2df73d netfilter: xtables: use "if" blocks in Kconfig by Jan Engelhardt · 16 years ago