1. 4323362 netfilter: xtables: add backward-compat options by Jan Engelhardt · 16 years ago
  2. cfac5ef netfilter: Combine ipt_ttl and ip6t_hl source by Jan Engelhardt · 16 years ago
  3. 563d36e netfilter: Combine ipt_TTL and ip6t_HL source by Jan Engelhardt · 16 years ago
  4. 55df4ac netfilter: log invalid new icmpv6 packet with nf_log_packet() by Eric Leblond · 16 years ago
  5. 9c8222b9 netfilter: x_tables: remove unneeded initializations by Stephen Hemminger · 16 years ago
  6. 3f90071 netfilter: nf_conntrack_ipv6: don't track ICMPv6 negotiation message by Eric Leblond · 16 years ago
  7. a51f42f netfilter: fix tuple inversion for Node information request by Eric Leblond · 16 years ago
  8. 71320af netfilter 06/09: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endian by Patrick McHardy · 16 years ago
  9. 0191b62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago
  10. ed77a89 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 16 years ago
  11. 52479b6 netns xfrm: lookup in netns by Alexey Dobriyan · 16 years ago
  12. 61d3015 netfilter: ip6table_filter: merge LOCAL_IN and FORWARD hooks by Alexey Dobriyan · 16 years ago
  13. d76b0d9 CRED: Use creds in file structs by David Howells · 16 years ago
  14. 6d9f239 net: '&' redux by Alexey Dobriyan · 16 years ago
  15. 673d57e net: replace NIPQUAD() in net/ipv4/ net/ipv6/ by Harvey Harrison · 16 years ago
  16. 5b095d989 net: replace %p6 with %pI6 by Harvey Harrison · 16 years ago
  17. 0c6ce78 net: replace uses of NIP6_FMT with %p6 by Harvey Harrison · 16 years ago
  18. 916a917 netfilter: xtables: provide invoked family value to extensions by Jan Engelhardt · 16 years ago
  19. a2df164 netfilter: xtables: move extension arguments into compound structure (6/6) by Jan Engelhardt · 16 years ago
  20. af5d6dc netfilter: xtables: move extension arguments into compound structure (5/6) by Jan Engelhardt · 16 years ago
  21. 7eb3558 netfilter: xtables: move extension arguments into compound structure (4/6) by Jan Engelhardt · 16 years ago
  22. 6be3d85 netfilter: xtables: move extension arguments into compound structure (3/6) by Jan Engelhardt · 16 years ago
  23. 9b4fce7 netfilter: xtables: move extension arguments into compound structure (2/6) by Jan Engelhardt · 16 years ago
  24. f7108a2 netfilter: xtables: move extension arguments into compound structure (1/6) by Jan Engelhardt · 16 years ago
  25. c2df73d netfilter: xtables: use "if" blocks in Kconfig by Jan Engelhardt · 16 years ago
  26. aba0d34 netfilter: xtables: sort extensions alphabetically in Kconfig by Jan Engelhardt · 16 years ago
  27. 2203eb4 netfilter: ip6tables: fix Kconfig entry dependency for ip6t_LOG by Jan Engelhardt · 16 years ago
  28. 77d7358 netfilter: ip6tables: fix name of hopbyhop in Kconfig by Jan Engelhardt · 16 years ago
  29. 367c679 netfilter: xtables: do centralized checkentry call (1/2) by Jan Engelhardt · 16 years ago
  30. c2a2c7e netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_log_invalid sysctl by Alexey Dobriyan · 16 years ago
  31. c04d055 netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_checksum sysctl by Alexey Dobriyan · 16 years ago
  32. a71996f netfilter: netns nf_conntrack: pass conntrack to nf_conntrack_event_cache() not skb by Alexey Dobriyan · 16 years ago
  33. 74c51a1 netfilter: netns nf_conntrack: pass netns pointer to L4 protocol's ->error hook by Alexey Dobriyan · 16 years ago
  34. a702a65 netfilter: netns nf_conntrack: pass netns pointer to nf_conntrack_in() by Alexey Dobriyan · 16 years ago
  35. 400dad3 netfilter: netns nf_conntrack: per-netns conntrack hash by Alexey Dobriyan · 16 years ago
  36. e10aad9 netfilter: netns: ip6t_REJECT in netns for real by Alexey Dobriyan · 16 years ago
  37. 7dd1b8d netfilter: netns: ip6table_mangle in netns for real by Alexey Dobriyan · 16 years ago
  38. 1339dd9 netfilter: netns: ip6table_raw in netns for real by Alexey Dobriyan · 16 years ago
  39. 48dc786 netfilter: netns: remove nf_*_net() wrappers by Alexey Dobriyan · 16 years ago
  40. ee999d8 netfilter: x_tables: use NFPROTO_* in extensions by Jan Engelhardt · 16 years ago
  41. 76108ce netfilter: Use unsigned types for hooknum and pf vars by Jan Engelhardt · 16 years ago
  42. b262e60 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  43. 93c8b90 ipv6: almost identical frag hashing funcs combined by Ilpo Järvinen · 16 years ago
  44. 8ca31ce netfilter: ip6t_{hbh,dst}: Rejects not-strict mode on rule insertion by Yasuyuki Kozakai · 16 years ago
  45. f858b48 netfilter: ip{,6}tables_security: fix future section mismatch by Alexey Dobriyan · 16 years ago
  46. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  47. 70eed75 netfilter: make security table depend on NETFILTER_ADVANCED by Patrick McHardy · 16 years ago
  48. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  49. 43de9dfe netfilter: ip6table_filter in netns for real by Alexey Dobriyan · 16 years ago
  50. d278931 netfilter: use correct namespace in ip6table_security by Alexey Dobriyan · 16 years ago
  51. 1b63ba8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  52. 9a37580 inet fragments: fix race between inet_frag_find and inet_frag_secret_rebuild by Pavel Emelyanov · 16 years ago
  53. 88a6f4a netfilter: ip6table_mangle: don't reroute in LOCAL_IN by Patrick McHardy · 16 years ago
  54. 65b53e4c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  55. e64bda8 netfilter: {ip,ip6,nfnetlink}_queue: misc cleanups by Rami Rosen · 16 years ago
  56. 718d4ad netfilter: nf_conntrack: properly account terminating packets by Fabian Hugelshofer · 16 years ago
  57. 5109176 netfilter: nf_conntrack: add nf_ct_kill() by Patrick McHardy · 16 years ago
  58. 17e6e59 netfilter: ip6_tables: add ip6tables security table by James Morris · 16 years ago
  59. b9c6989 netfilter: nf_conntrack_ipv6: fix inconsistent lock state in nf_ct_frag6_gather() by Jarek Poplawski · 16 years ago
  60. 9a732ed netfilter: {nfnetlink,ip,ip6}_queue: fix skb_over_panic when enlarging packets by Arnaud Ebalard · 16 years ago
  61. 3c9fba6 [NETFILTER]: nf_conntrack: replace NF_CT_DUMP_TUPLE macro indrection by function call by Jan Engelhardt · 16 years ago
  62. 09f263c [NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l4proto by Jan Engelhardt · 16 years ago
  63. 8ce8439 [NETFILTER]: nf_conntrack: use bool type in struct nf_conntrack_l3proto by Jan Engelhardt · 16 years ago
  64. 544473c [NETFILTER]: {ip,ip6,arp}_tables: return EAGAIN for invalid SO_GET_ENTRIES size by Patrick McHardy · 16 years ago
  65. 58c0fb0 [NETFILTER]: annotate rest of nf_conntrack_* with const by Jan Engelhardt · 16 years ago
  66. 5452e42 [NETFILTER]: annotate {arp,ip,ip6,x}tables with const by Jan Engelhardt · 16 years ago
  67. 3cf93c9 [NETFILTER]: annotate xtables targets with const and remove casts by Jan Engelhardt · 16 years ago
  68. fdccecd [NETFILTER]: Use non-deprecated __RW_LOCK_UNLOCKED macro by Robert P. J. Day · 16 years ago
  69. 36e2a1b [NETFILTER]: {ip,ip6}t_LOG: print MARK value in log output by Patrick McHardy · 16 years ago
  70. e1ec1b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  71. e8e16b70 [INET]: inet_frag_evictor() must run with BH disabled by David S. Miller · 16 years ago
  72. bc578a5 [NET]: Rename inet_frag.h identifiers COMPLETE, FIRST_IN, LAST_IN to INET_FRAG_* by Joe Perches · 16 years ago
  73. 8e8e438 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  74. 8eeee8b [NETFILTER]: Replate direct proc_fops assignment with proc_create call. by Denis V. Lunev · 16 years ago
  75. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  76. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  77. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  78. 4591db4 [NETNS][IPV6] route6 - add netns parameter to ip6_route_output by Daniel Lezcano · 17 years ago
  79. e2b58a6 [NETFILTER]: {ip,ip6,nfnetlink}_queue: fix SKB_LINEAR_ASSERT when mangling packet data by Patrick McHardy · 17 years ago
  80. c392a74 [NETFILTER]: {ip,ip6}_queue: fix build error by Patrick McHardy · 17 years ago
  81. 3294858 [NETFILTER]: nf_conntrack: annotate l3protos with const by Jan Engelhardt · 17 years ago
  82. 7cc3864 [NETFILTER]: nf_{conntrack,nat}_icmp: constify and annotate by Jan Engelhardt · 17 years ago
  83. 3cb609d [NETFILTER]: x_tables: create per-netns /proc/net/*_tables_* by Alexey Dobriyan · 17 years ago
  84. c88130b [NETFILTER]: nf_conntrack: naming unification by Patrick McHardy · 17 years ago
  85. 99fa5f5 [NETFILTER]: nf_conntrack_ipv6: fix sparse warnings by Patrick McHardy · 17 years ago
  86. b0a6363 [NETFILTER]: {ip,arp,ip6}_tables: fix sparse warnings in compat code by Patrick McHardy · 17 years ago
  87. df20096 [NETFILTER]: netns: put table module on netns stop by Alexey Dobriyan · 17 years ago
  88. 8280aa6 [NETFILTER]: ip6_tables: per-netns IPv6 FILTER, MANGLE, RAW by Alexey Dobriyan · 17 years ago
  89. 336b517 [NETFILTER]: ip6_tables: netns preparation by Alexey Dobriyan · 17 years ago
  90. 44d34e7 [NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table() by Alexey Dobriyan · 17 years ago
  91. 8d87005 [NETFILTER]: x_tables: per-netns xt_tables by Alexey Dobriyan · 17 years ago
  92. a98da11 [NETFILTER]: x_tables: change xt_table_register() return value convention by Alexey Dobriyan · 17 years ago
  93. ecb6f85 [NETFILTER]: Use const in struct xt_match, xt_target, xt_table by Jan Engelhardt · 17 years ago
  94. 44c45eb Make !NETFILTER_ADVANCED enable IP6_NF_MATCH_IPV6HEADER by Linus Torvalds · 17 years ago
  95. 3140c25 [NETNS][FRAGS]: Make the LRU list per namespace. by Pavel Emelyanov · 17 years ago
  96. 3b4bc4a [NETNS][FRAGS]: Isolate the secret interval from namespaces. by Pavel Emelyanov · 17 years ago
  97. e31e0bdc7 [NETNS][FRAGS]: Make thresholds work in namespaces. by Pavel Emelyanov · 17 years ago
  98. b2fd532 [NETNS][FRAGS]: Make the net.ipv4.ipfrag_timeout work in namespaces. by Pavel Emelyanov · 17 years ago
  99. 6ddc082 [NETNS][FRAGS]: Make the mem counter per-namespace. by Pavel Emelyanov · 17 years ago
  100. e5a2bb8 [NETNS][FRAGS]: Make the nqueues counter per-namespace. by Pavel Emelyanov · 17 years ago