1. 1afc567 netfilter: nf_ct_helper: implement variable length helper private data by Pablo Neira Ayuso · 12 years ago
  2. 67da255 Merge branch 'master' of git://1984.lsi.us.es/net-next by David S. Miller · 12 years ago
  3. 15f585b netfilter: nf_ct_generic: add namespace support by Gao feng · 12 years ago
  4. e319269 net: Remove casts to same type by Joe Perches · 12 years ago
  5. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  6. a900689 netfilter: nf_ct_helper: allow to disable automatic helper assignment by Eric Leblond · 12 years ago
  7. 011e3c6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  8. 06eb4ea Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  9. 6ba9006 netfilter: nf_conntrack: fix incorrect logic in nf_conntrack_init_net by Gao feng · 12 years ago
  10. d96fc65 netfilter: nf_conntrack: fix count leak in error path of __nf_conntrack_alloc by Pablo Neira Ayuso · 12 years ago
  11. bae65be nf_conntrack_core: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  12. 60b5f8f netfilter: nf_conntrack: permanently attach timeout policy to conntrack by Pablo Neira Ayuso · 12 years ago
  13. b2d3298 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  14. 24de58f netfilter: xt_CT: allow to attach timeout policy + glue code by Pablo Neira Ayuso · 12 years ago
  15. dd70507 netfilter: nf_ct_ext: add timeout extension by Pablo Neira Ayuso · 12 years ago
  16. 2c8503f netfilter: nf_conntrack: pass timeout array to l4->new and l4->packet by Pablo Neira Ayuso · 12 years ago
  17. 74138511 netfilter: nf_conntrack: fix early_drop with reliable event delivery by Pablo Neira Ayuso · 12 years ago
  18. 7d367e0 netfilter: ctnetlink: fix soft lockup when netlink adds new entries (v2) by Jozsef Kadlecsik · 12 years ago
  19. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 12 years ago
  20. c5e1fd8 Merge branch 'nf-next' of git://1984.lsi.us.es/net-next by David S. Miller · 12 years ago
  21. 4d4e61c netfilter: nf_nat: use hash random for bysource hash by Patrick McHardy · 12 years ago
  22. 966567b net: two vzalloc() cleanups by Eric Dumazet · 12 years ago
  23. b3e0bfa netfilter: nf_conntrack: use atomic64 for accounting counters by Eric Dumazet · 12 years ago
  24. c0cd115 net:netfilter: use IS_ENABLED by Igor Maravić · 12 years ago
  25. 0a9ee81 netfilter: Remove unnecessary OOM logging messages by Joe Perches · 13 years ago
  26. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  27. 88ed01d netfilter: nf_conntrack: fix ct refcount leak in l4proto->error() by Pablo Neira Ayuso · 13 years ago
  28. fb04883 netfilter: add more values to enum ip_conntrack_info by Eric Dumazet · 13 years ago
  29. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  30. 31111c2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 13 years ago
  31. fe8f661 netfilter: nf_conntrack: fix sysctl memory leak by Stephen Hemminger · 13 years ago
  32. da935c6 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  33. c317428 netfilter: nf_conntrack: set conntrack templates again if we return NF_REPEAT by Pablo Neira Ayuso · 13 years ago
  34. a992ca2 netfilter: nf_conntrack_tstamp: add flow-based timestamp extension by Pablo Neira Ayuso · 13 years ago
  35. 45eec34 netfilter: nf_conntrack: remove an atomic bit operation by Changli Gao · 13 years ago
  36. d862a66 netfilter: nf_conntrack: use is_vmalloc_addr() by Patrick McHardy · 13 years ago
  37. fee1cc0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 into HEAD by Simon Horman · 13 years ago
  38. f682cef netfilter: fix the race when initializing nf_ct_expect_hash_rnd by Changli Gao · 13 years ago
  39. e5fc9e7 netfilter: nf_conntrack: don't always initialize ct->proto by Changli Gao · 14 years ago
  40. 6b1686a netfilter: nf_conntrack: allow nf_ct_alloc_hashtable() to get highmem pages by Eric Dumazet · 14 years ago
  41. 99f07e9 netfilter: save the hash of the tuple in the original direction for latter use by Changli Gao · 14 years ago
  42. b239096 netfilter: nf_conntrack: fix the hash random initializing race by Changli Gao · 14 years ago
  43. 6661481 netfilter: nf_conntrack_acct: use skb->len for accounting by Changli Gao · 14 years ago
  44. f9181f4 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  45. b3c5163 netfilter: nf_conntrack: per_cpu untracking by Eric Dumazet · 14 years ago
  46. 5bfddbd netfilter: nf_conntrack: IPS_UNTRACKED bit by Eric Dumazet · 14 years ago
  47. c2d9ba9 net: CONFIG_NET_NS reduction by Eric Dumazet · 14 years ago
  48. fc35077 netfilter: nf_conntrack: fix a race in __nf_conntrack_confirm against nf_ct_get_next_corpse() by Joerg Marx · 14 years ago
  49. 654d0fb netfilter: cleanup printk messages by Stephen Hemminger · 14 years ago
  50. af740b2 netfilter: nf_conntrack: extend with extra stat counter by Jesper Dangaard Brouer · 14 years ago
  51. 5d0aa2c netfilter: nf_conntrack: add support for "conntrack zones" by Patrick McHardy · 14 years ago
  52. 8fea97e netfilter: nf_conntrack: pass template to l4proto ->error() handler by Patrick McHardy · 14 years ago
  53. 9ab99d5 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  54. d696c7b netfilter: nf_conntrack: fix hash resizing with namespaces by Patrick McHardy · 14 years ago
  55. 5b3501f netfilter: nf_conntrack: per netns nf_conntrack_cachep by Eric Dumazet · 14 years ago
  56. 9edd7ca netfilter: nf_conntrack: fix memory corruption with multiple namespaces by Patrick McHardy · 14 years ago
  57. b2a15a6 netfilter: nf_conntrack: support conntrack templates by Patrick McHardy · 14 years ago
  58. 0cebe4b netfilter: ctnetlink: support selective event delivery by Patrick McHardy · 14 years ago
  59. 858b3133 netfilter: nf_conntrack: split up IPCT_STATUS event by Patrick McHardy · 14 years ago
  60. 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
  61. 1ce5523 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  62. f9dd09c netfilter: nf_nat: fix NAT issue in 2.6.30.4+ by Jozsef Kadlecsik · 15 years ago
  63. 5ae27aa2 netfilter: nf_conntrack: avoid additional compare. by Changli Gao · 15 years ago
  64. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  65. 4481374 mm: replace various uses of num_physpages by totalram_pages by Jan Beulich · 15 years ago
  66. ee254fa netfilter: nf_conntrack: netns fix re reliable conntrack event delivery by Alexey Dobriyan · 15 years ago
  67. 3993832 netfilter: nfnetlink: constify message attributes and headers by Patrick McHardy · 15 years ago
  68. 941297f netfilter: nf_conntrack: nf_conntrack_alloc() fixes by Eric Dumazet · 15 years ago
  69. 8d8890b7 netfilter: nf_conntrack: fix conntrack lookup race by Patrick McHardy · 15 years ago
  70. 5c8ec91 netfilter: nf_conntrack: fix confirmation race condition by Patrick McHardy · 15 years ago
  71. 8cc2019 netfilter: nf_conntrack: death_by_timeout() fix by Eric Dumazet · 15 years ago
  72. dd7669a netfilter: conntrack: optional reliable conntrack event delivery by Pablo Neira Ayuso · 15 years ago
  73. 9858a3a netfilter: conntrack: move helper destruction to nf_ct_helper_destroy() by Pablo Neira Ayuso · 15 years ago
  74. a0891aa netfilter: conntrack: move event caching to conntrack extension infrastructure by Pablo Neira Ayuso · 15 years ago
  75. 65cb9fd netfilter: nf_conntrack: use mod_timer_pending() for conntrack refresh by Patrick McHardy · 15 years ago
  76. 440f0d5 netfilter: nf_conntrack: use per-conntrack locks for protocol data by Patrick McHardy · 15 years ago
  77. 17e6e4e netfilter: conntrack: simplify event caching system by Pablo Neira Ayuso · 15 years ago
  78. 274d383 netfilter: conntrack: don't report events on module removal by Pablo Neira Ayuso · 15 years ago
  79. 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
  80. 5c0de29 netfilter: nf_conntrack: add generic function to get len of generic policy by Holger Eitzenberger · 15 years ago
  81. ea781f1 netfilter: nf_conntrack: use SLAB_DESTROY_BY_RCU and get rid of call_rcu() by Eric Dumazet · 15 years ago
  82. 78f3648 netfilter: nf_conntrack: use hlist_add_head_rcu() in nf_conntrack_set_hashsize() by Eric Dumazet · 15 years ago
  83. b5bb143 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
  84. 1d45209 netfilter: nf_conntrack: Reduce conntrack count in nf_conntrack_free() by Eric Dumazet · 15 years ago
  85. ec8d540 netfilter: conntrack: fix dropping packet after l4proto->packet() by Christoph Paasch · 15 years ago
  86. 7d1e045 netfilter: nf_conntrack: account packets drop by tcp_packet() by Pablo Neira Ayuso · 15 years ago
  87. af07d24 netfilter: fix hardcoded size assumptions by Hagen Paul Pfeifer · 15 years ago
  88. e478075 netfilter: nf_conntrack: table max size should hold at least table size by Hagen Paul Pfeifer · 15 years ago
  89. cd7fcbf netfilter 07/09: simplify nf_conntrack_alloc() error handling by Julia Lawall · 15 years ago
  90. 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
  91. b54ad40 netfilter: ctnetlink: fix conntrack creation race by Patrick McHardy · 16 years ago
  92. e17b666 netfilter: nf_conntrack: fix warning and prototype mismatch by Patrick McHardy · 16 years ago
  93. 19abb7b netfilter: ctnetlink: deliver events for conntracks changed from userspace by Pablo Neira Ayuso · 16 years ago
  94. 226c0c0 netfilter: ctnetlink: helper modules load-on-demand support by Pablo Neira Ayuso · 16 years ago
  95. e6a7d3c netfilter: ctnetlink: remove bogus module dependency between ctnetlink and nf_nat by Pablo Neira Ayuso · 16 years ago
  96. 08f6547 netfilter: netns nf_conntrack: final netns tweaks by Alexey Dobriyan · 16 years ago
  97. d716a4d netfilter: netns nf_conntrack: per-netns conntrack accounting by Alexey Dobriyan · 16 years ago
  98. c2a2c7e netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_log_invalid sysctl by Alexey Dobriyan · 16 years ago
  99. 0d55af8 netfilter: netns nf_conntrack: per-netns statistics by Alexey Dobriyan · 16 years ago
  100. 6058fa6 netfilter: netns nf_conntrack: per-netns event cache by Alexey Dobriyan · 16 years ago