1. 3a04271 netfilter: nf_ct_helper: permit cthelpers with different names via nfnetlink by Liping Zhang · 7 years ago
  2. 8f9872b netfilter: nf_ct_helper: warn when not applying default helper assignment by Jiri Kosina · 7 years ago
  3. 6114cc5 netfilter: conntrack: fix CT target for UNSPEC helpers by Florian Westphal · 8 years ago
  4. e2361cb netfilter: Remove explicit rcu_read_lock in nf_hook_slow by Aaron Conole · 8 years ago
  5. cf71c03 netfilter: nf_conntrack: simplify __nf_ct_try_assign_helper() return logic by Pablo Neira · 8 years ago
  6. 82de0be netfilter: Add helper array register/unregister functions by Gao Feng · 8 years ago
  7. 8786a97 netfilter: nf_ct_helper: unlink helper again when hash resize happen by Liping Zhang · 8 years ago
  8. ae3e456 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  9. 436a850 netfilter: helper: avoid extra expectation iterations on unregister by Florian Westphal · 8 years ago
  10. fc14963 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 8 years ago
  11. 893e093 netfilter: nf_ct_helper: bail out on duplicated helpers by Pablo Neira Ayuso · 8 years ago
  12. 0a93aae netfilter: conntrack: use a single expectation table for all namespaces by Florian Westphal · 8 years ago
  13. 56d52d4 netfilter: conntrack: use a single hashtable for all namespaces by Florian Westphal · 8 years ago
  14. 3bb398d netfilter: nf_ct_helper: disable automatic helper assignment by Pablo Neira Ayuso · 8 years ago
  15. b16c291 netfilter: nf_conntrack: use safer way to lock all buckets by Sasha Levin · 8 years ago
  16. 01cfa0a netfilter: fix spelling errors by stephen hemminger · 10 years ago
  17. 93bb0ce netfilter: conntrack: remove central spinlock nf_conntrack_lock by Jesper Dangaard Brouer · 10 years ago
  18. ca7433d netfilter: conntrack: seperate expect locking from nf_conntrack_lock by Jesper Dangaard Brouer · 10 years ago
  19. b7779d0 netfilter: conntrack: spinlock per cpu to protect special lists. by Jesper Dangaard Brouer · 10 years ago
  20. f229f6c netfilter: add my copyright statements by Patrick McHardy · 11 years ago
  21. 30e0c6a netfilter: nf_log: prepare net namespace support for loggers by Gao feng · 11 years ago
  22. 43b18db Merge branch 'master' of git://1984.lsi.us.es/nf by David S. Miller · 11 years ago
  23. f9caed5 netfilter: nf_ct_helper: Fix logging for dropped packets by Joe Perches · 11 years ago
  24. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  25. 2ccba54 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 11 years ago
  26. 6338a53 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into net by David S. Miller · 11 years ago
  27. b20ab9cc netfilter: nf_ct_helper: better logging for dropped packets by Pablo Neira Ayuso · 11 years ago
  28. 6e2f0aa netfilter: nf_ct_helper: don't discard helper if it is actually the same by Florian Westphal · 11 years ago
  29. 5e615b2 netfilter: nf_ct_helper: move initialization out of pernet_operations by Gao feng · 11 years ago
  30. 464dc80 net: Don't export sysctls to unprivileged users by Eric W. Biederman · 12 years ago
  31. 32f5376 netfilter: nf_ct_helper: disable automatic helper re-assignment of different type by Pablo Neira Ayuso · 12 years ago
  32. 12f7a50 netfilter: add user-space connection tracking helper infrastructure by Pablo Neira Ayuso · 12 years ago
  33. 1afc567 netfilter: nf_ct_helper: implement variable length helper private data by Pablo Neira Ayuso · 12 years ago
  34. 6714cf5 netfilter: nf_conntrack: fix explicit helper attachment and NAT by Pablo Neira Ayuso · 12 years ago
  35. a900689 netfilter: nf_ct_helper: allow to disable automatic helper assignment by Eric Leblond · 12 years ago
  36. 544d5c7 netfilter: ctnetlink: allow to set expectfn for expectations by Pablo Neira Ayuso · 12 years ago
  37. 9bf0464 netfilter: revert user-space expectation helper support by Pablo Neira Ayuso · 12 years ago
  38. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 12 years ago
  39. 3d058d7 netfilter: rework user-space expectation helper support by Pablo Neira Ayuso · 12 years ago
  40. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  41. d862a66 netfilter: nf_conntrack: use is_vmalloc_addr() by Patrick McHardy · 13 years ago
  42. c5d277d netfilter: rcu sparse cleanups by Eric Dumazet · 14 years ago
  43. 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
  44. 9ab99d5 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  45. d696c7b netfilter: nf_conntrack: fix hash resizing with namespaces by Patrick McHardy · 14 years ago
  46. 84f3bb9 netfilter: xtables: add CT target by Patrick McHardy · 14 years ago
  47. b2a15a6 netfilter: nf_conntrack: support conntrack templates by Patrick McHardy · 14 years ago
  48. 794e687 netfilter: ctnetlink: only assign helpers for matching protocols by Patrick McHardy · 14 years ago
  49. 9858a3a netfilter: conntrack: move helper destruction to nf_ct_helper_destroy() by Pablo Neira Ayuso · 15 years ago
  50. 38fb0af netfilter: nf_conntrack: fix crash when unloading helpers by Patrick McHardy · 15 years ago
  51. ea781f1 netfilter: nf_conntrack: use SLAB_DESTROY_BY_RCU and get rid of call_rcu() by Eric Dumazet · 15 years ago
  52. af9d32a netfilter: limit the length of the helper name by Holger Eitzenberger · 15 years ago
  53. ed77a89 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
  54. 226c0c0 netfilter: ctnetlink: helper modules load-on-demand support by Pablo Neira Ayuso · 16 years ago
  55. efb9a8c netfilter: netns ct: walk netns list under RTNL by Alexey Dobriyan · 16 years ago
  56. 6804793 netfilter: netns nf_conntrack: unregister helper in every netns by Alexey Dobriyan · 16 years ago
  57. 63c9a26 netfilter: netns nf_conntrack: per-netns unconfirmed list by Alexey Dobriyan · 16 years ago
  58. 9b03f38 netfilter: netns nf_conntrack: per-netns expectations by Alexey Dobriyan · 16 years ago
  59. 400dad3 netfilter: netns nf_conntrack: per-netns conntrack hash by Alexey Dobriyan · 16 years ago
  60. 2ba4cc3 rcu: fix nf_conntrack_helper.c build bug by Ingo Molnar · 16 years ago
  61. 58c0fb0 [NETFILTER]: annotate rest of nf_conntrack_* with const by Jan Engelhardt · 16 years ago
  62. 6002f266 [NETFILTER]: nf_conntrack: introduce expectation classes and policies by Patrick McHardy · 16 years ago
  63. f8ba1af [NETFILTER]: nf_conntrack: switch rwlock to spinlock by Patrick McHardy · 16 years ago
  64. 58a3c9b [NETFILTER]: nf_conntrack: use RCU for conntrack helpers by Patrick McHardy · 16 years ago
  65. a34c458 netfilter endian regressions by Al Viro · 17 years ago
  66. 8d4bc5b ANSIfy a couple of functions in netfilter by Al Viro · 17 years ago
  67. b8a7fe6 [NETFILTER]: nf_conntrack_helper: use hashtable for conntrack helpers by Patrick McHardy · 17 years ago
  68. b560580 [NETFILTER]: nf_conntrack_expect: maintain per conntrack expectation list by Patrick McHardy · 17 years ago
  69. 31f1587 [NETFILTER]: nf_conntrack_helper/nf_conntrack_netlink: convert to expectation hash by Patrick McHardy · 17 years ago
  70. d4156e8 [NETFILTER]: nf_conntrack: reduce masks to a subset of tuples by Patrick McHardy · 17 years ago
  71. 6823645 [NETFILTER]: nf_conntrack_expect: function naming unification by Patrick McHardy · 17 years ago
  72. f205c5e [NETFILTER]: nf_conntrack: use hlists for conntrack hash by Patrick McHardy · 17 years ago
  73. 61eb310 [NETFILTER]: nf_conntrack_extend: use __read_mostly for struct nf_ct_ext_type by Patrick McHardy · 17 years ago
  74. ceceae1 [NETFILTER]: nf_conntrack: use extension infrastructure for helper by Yasuyuki Kozakai · 17 years ago
  75. 3c158f7 [NETFILTER]: nf_conntrack: fix helper module unload races by Patrick McHarrdy · 17 years ago
  76. 13b1833 [NETFILTER]: nf_conntrack: EXPORT_SYMBOL cleanup by Patrick McHardy · 17 years ago
  77. 9457d85 [NETFILTER]: nf_conntrack: automatic helper assignment for expectations by Patrick McHardy · 17 years ago
  78. f9aae95 [NETFILTER]: nf_conntrack: fix helper structure alignment by Patrick McHardy · 17 years ago
  79. 6519568 [NETFILTER]: remove remaining ASSERT_{READ,WRITE}_LOCK by Patrick McHardy · 17 years ago
  80. 605dcad [NETFILTER]: nf_conntrack: rename struct nf_conntrack_protocol by Martin Josefsson · 17 years ago
  81. e2b7606 [NETFILTER]: More __read_mostly annotations by Martin Josefsson · 17 years ago
  82. 7e5d03b [NETFILTER]: nf_conntrack: split out helper handling by Martin Josefsson · 17 years ago