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