1. 9204492 netfilter: nf_nat: skip nat clash resolution for same-origin entries by Martynas Pumputis · 6 years ago
  2. 7e1e195 netfilter: conntrack: fix calculation of next bucket number in early_drop by Vasily Khoruzhick · 6 years ago
  3. d8a77d1 netfilter: nf_conntrack: Fix possible possible crash on module loading. by Andrey Ryabinin · 6 years ago
  4. f51c454 netfilter: conntrack: don't call iter for non-confirmed conntracks by Florian Westphal · 7 years ago
  5. 25db12f netfilter: nat: avoid use of nf_conn_nat extension by Florian Westphal · 8 years ago
  6. 4c7f54a net/netfilter/nf_conntrack_core: Fix net_conntrack_lock() by Manfred Spraul · 7 years ago
  7. 371d034 netfilter: conntrack: refine gc worker heuristics, redux by Florian Westphal · 8 years ago
  8. 5f7ff59 netfilter: conntrack: remove GC_MAX_EVICTS break by Florian Westphal · 8 years ago
  9. e0df8ca netfilter: conntrack: refine gc worker heuristics by Florian Westphal · 8 years ago
  10. 7bb6615 netfilter: conntrack: restart gc immediately if GC_MAX_EVICTS is reached by Nicolas Dichtel · 8 years ago
  11. f20fbc0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 8 years ago
  12. e2361cb netfilter: Remove explicit rcu_read_lock in nf_hook_slow by Aaron Conole · 8 years ago
  13. d6989d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  14. 4440a2a netfilter: synproxy: Check oom when adding synproxy and seqadj ct extensions by Gao Feng · 8 years ago
  15. 8e8118f netfilter: conntrack: remove packet hotpath stats by Florian Westphal · 8 years ago
  16. ad66713 netfilter: remove __nf_ct_kill_acct helper by Florian Westphal · 8 years ago
  17. c023c0e netfilter: conntrack: resched gc again if eviction rate is high by Florian Westphal · 8 years ago
  18. b87a2f9 netfilter: conntrack: add gc worker to remove timed-out entries by Florian Westphal · 8 years ago
  19. f330a7f netfilter: conntrack: get rid of conntrack timer by Florian Westphal · 8 years ago
  20. 95a8d19 netfilter: restart search if moved to other chain by Florian Westphal · 8 years ago
  21. 2567c4e netfilter: nf_conntrack: restore nf_conntrack_htable_size as exported symbol by Pablo Neira Ayuso · 8 years ago
  22. 92e47ba netfilter: conntrack: simplify the code by using nf_conntrack_get_ht by Liping Zhang · 8 years ago
  23. adf0516 netfilter: remove ip_conntrack* sysctl compat code by Pablo Neira Ayuso · 8 years ago
  24. 468fc7e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  25. c86ad14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  26. c42d712 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  27. de0ba9a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  28. 590b52e netfilter: conntrack: skip clash resolution if nat is in place by Pablo Neira Ayuso · 8 years ago
  29. 3101e0f netfilter: conntrack: protect early_drop by rcu read lock by Liping Zhang · 8 years ago
  30. 242922a netfilter: conntrack: simplify early_drop by Florian Westphal · 8 years ago
  31. 64b8763 netfilter: conntrack: fix race between nf_conntrack proc read and hash resize by Liping Zhang · 8 years ago
  32. ae3e456 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  33. 9cc1c73 netfilter: conntrack: avoid integer overflow when resizing by Florian Westphal · 8 years ago
  34. 3183ab8 netfilter: conntrack: allow increasing bucket size via sysctl too by Florian Westphal · 8 years ago
  35. 6c8dee9 netfilter: move zone info into struct nf_conn by Florian Westphal · 8 years ago
  36. 5a75cde netfilter: conntrack: align nf_conn on cacheline boundary by Florian Westphal · 8 years ago
  37. 7757114 netfilter: conntrack: destroy kmemcache on module removal by Florian Westphal · 8 years ago
  38. b316ff7 locking/spinlock, netfilter: Fix nf_conntrack_lock() barriers by Peter Zijlstra · 8 years ago
  39. 909b27f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  40. 31b0b38 nf_conntrack: avoid kernel pointer value leak in slab name by Linus Torvalds · 8 years ago
  41. c047c3b netfilter: conntrack: remove uninitialized shadow variable by Arnd Bergmann · 8 years ago
  42. 0c5366b netfilter: conntrack: use single slab cache by Florian Westphal · 8 years ago
  43. 71d8c47 netfilter: conntrack: introduce clash resolution on insertion race by Pablo Neira Ayuso · 8 years ago
  44. ba76738 netfilter: conntrack: introduce nf_ct_acct_update() by Pablo Neira Ayuso · 8 years ago
  45. 4b4ceb9 netfilter: conntrack: __nf_ct_l4proto_find() always returns valid pointer by Pablo Neira Ayuso · 8 years ago
  46. 3e86638 netfilter: conntrack: consider ct netns in early_drop logic by Florian Westphal · 8 years ago
  47. 56d52d4 netfilter: conntrack: use a single hashtable for all namespaces by Florian Westphal · 8 years ago
  48. 1b8c8a9 netfilter: conntrack: make netns address part of hash by Florian Westphal · 8 years ago
  49. e0c7d47 netfilter: conntrack: check netns when comparing conntrack objects by Florian Westphal · 8 years ago
  50. 8680434 netfilter: conntrack: use nf_ct_key_equal() in more places by Florian Westphal · 8 years ago
  51. 88b68bc netfilter: conntrack: don't attempt to iterate over empty table by Florian Westphal · 8 years ago
  52. 5e3c61f netfilter: conntrack: fix lookup race during hash resize by Florian Westphal · 8 years ago
  53. 2cf1234 netfilter: conntrack: keep BH enabled during lookup by Florian Westphal · 8 years ago
  54. 70d72b7 netfilter: conntrack: init all_locks to avoid debug warning by Florian Westphal · 8 years ago
  55. 141658f netfilter: conntrack: use get_random_once for conntrack hash seed by Florian Westphal · 8 years ago
  56. a3efd81 netfilter: conntrack: move generation seqcnt out of netns_ct by Florian Westphal · 8 years ago
  57. ccd63c2 netfilter: nf_conntrack: Uses pr_fmt() for logging. by Weongyo Jeong · 9 years ago
  58. e39365b netfilter: nf_conntrack: consolidate lock/unlock into unlock_wait by Nicholas Mc Guire · 9 years ago
  59. d93c625 netfilter: conntrack: resched in nf_ct_iterate_cleanup by Florian Westphal · 9 years ago
  60. b16c291 netfilter: nf_conntrack: use safer way to lock all buckets by Sasha Levin · 9 years ago
  61. ae2d708 netfilter: conntrack: fix crash on timeout object removal by Pablo Neira Ayuso · 9 years ago
  62. a31f1ad netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tuple by Eric W. Biederman · 9 years ago
  63. 53cfd05 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 9 years ago
  64. 62da986 netfilter: nf_conntrack: make nf_ct_zone_dflt built-in by Daniel Borkmann · 9 years ago
  65. 9cf94ea netfilter: conntrack: use nf_ct_tmpl_free in CT/synproxy error paths by Daniel Borkmann · 9 years ago
  66. 81bf1c6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 9 years ago
  67. 5e8018f netfilter: nf_conntrack: add efficient mark to zone mapping by Daniel Borkmann · 9 years ago
  68. deedb59 netfilter: nf_conntrack: add direction support for zones by Daniel Borkmann · 9 years ago
  69. 308ac91 netfilter: nf_conntrack: push zone object into functions by Daniel Borkmann · 9 years ago
  70. f58e5aa netfilter: conntrack: Use flags in nf_ct_tmpl_alloc() by Joe Stringer · 9 years ago
  71. f0ad462 netfilter: nf_conntrack: silence warning on falling back to vmalloc() by Pablo Neira Ayuso · 9 years ago
  72. 0838aa7 netfilter: fix netns dependencies with conntrack templates by Pablo Neira Ayuso · 9 years ago
  73. 4e7a84b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  74. ae406bd netfilter: conntrack: Remove nf_ct_conntrack_flush_report by Kristian Evensen · 10 years ago
  75. 8ca3f5e netfilter: conntrack: fix race between confirmation and flush by Pablo Neira Ayuso · 10 years ago
  76. 88eab47 netfilter: conntrack: adjust nf_conntrack_buckets default value by Marcelo Leitner · 10 years ago
  77. 244ebd9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  78. c41884c netfilter: conntrack: avoid zeroing timer by Florian Westphal · 10 years ago
  79. 43612d7 Revert "netfilter: conntrack: fix race in __nf_conntrack_confirm against get_next_corpse" by Pablo Neira · 10 years ago
  80. 5195c14 netfilter: conntrack: fix race in __nf_conntrack_confirm against get_next_corpse by bill bonaparte · 10 years ago
  81. 8fc54f6 net: use reciprocal_scale() helper by Daniel Borkmann · 10 years ago
  82. d2de875 net: use ktime_get_ns() and ktime_get_real_ns() helpers by Eric Dumazet · 10 years ago
  83. 9500507 netfilter: conntrack: remove timer from ecache extension by Florian Westphal · 10 years ago
  84. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 11 years ago
  85. ee214d5 netfilter: nf_conntrack: initialize net.ct.generation by Andrey Vagin · 10 years ago
  86. d5d2091 netfilter: conntrack: Fix UP builds by Eric Dumazet · 11 years ago
  87. 93bb0ce netfilter: conntrack: remove central spinlock nf_conntrack_lock by Jesper Dangaard Brouer · 11 years ago
  88. ca7433d netfilter: conntrack: seperate expect locking from nf_conntrack_lock by Jesper Dangaard Brouer · 11 years ago
  89. e1b207d netfilter: avoid race with exp->master ct by Jesper Dangaard Brouer · 11 years ago
  90. b7779d0 netfilter: conntrack: spinlock per cpu to protect special lists. by Jesper Dangaard Brouer · 11 years ago
  91. b476b72 netfilter: trivial code cleanup and doc changes by Jesper Dangaard Brouer · 11 years ago
  92. e53376b netfilter: nf_conntrack: don't release a conntrack with non-zero refcnt by Pablo Neira Ayuso · 11 years ago
  93. c6825c0 netfilter: nf_conntrack: fix RCU race in nf_conntrack_find_get by Andrey Vagin · 11 years ago
  94. dcd93ed netfilter: nf_conntrack: remove dead code by stephen hemminger · 11 years ago
  95. 0c3c6c0 netfilter: nf_conntrack: decrement global counter after object release by Pablo Neira Ayuso · 11 years ago
  96. f7b13e4 netfilter: introduce nf_conn_acct structure by Holger Eitzenberger · 11 years ago
  97. 48b1de4 netfilter: add SYNPROXY core/target by Patrick McHardy · 11 years ago
  98. 41d73ec netfilter: nf_conntrack: make sequence number adjustments usuable without NAT by Patrick McHardy · 11 years ago
  99. c655bc6 netfilter: nf_conntrack: don't send destroy events from iterator by Florian Westphal · 11 years ago
  100. 2d89c68 netfilter: nf_nat: change sequence number adjustments to 32 bits by Patrick McHardy · 11 years ago