1. f229f6c netfilter: add my copyright statements by Patrick McHardy · 11 years ago
  2. 12202fa netfilter: remove unneeded variable proc_net_netfilter by Pablo Neira Ayuso · 11 years ago
  3. f3c1a44 netfilter: make /proc/net/netfilter pernet by Gao feng · 11 years ago
  4. 0360ae4 netfilter: kill support for per-af queue backends by Florian Westphal · 11 years ago
  5. 1c15b67 netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue() by Michael Wang · 12 years ago
  6. 2a6decf netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_iterate() by Michael Wang · 12 years ago
  7. c7232c9 netfilter: add protocol independent NAT core by Patrick McHardy · 12 years ago
  8. 6705e86 netfilter: replace list_for_each_continue_rcu with new interface by Michael Wang · 12 years ago
  9. d584a61 netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_NF_CT_NETLINK=y by Pablo Neira Ayuso · 12 years ago
  10. 5a05fae netfilter: nfq_ct_hook needs __rcu and __read_mostly by Pablo Neira Ayuso · 12 years ago
  11. 9cb0176 netfilter: add glue code to integrate nfnetlink_queue and ctnetlink by Pablo Neira Ayuso · 12 years ago
  12. a5347fe net: Delete all remaining instances of ctl_path by Eric W. Biederman · 12 years ago
  13. c5905af static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]() by Ingo Molnar · 12 years ago
  14. c0cd115 net:netfilter: use IS_ENABLED by Igor Maravić · 12 years ago
  15. a2d7ec5 netfilter: use jump_label for nf_hooks by Eric Dumazet · 13 years ago
  16. 563e123 netfilter: do not propagate nf_queue errors in nf_hook_slow by Florian Westphal · 13 years ago
  17. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  18. da935c6 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  19. de9963f netfilter: nf_iterate: fix incorrect RCU usage by Patrick McHardy · 13 years ago
  20. 94b27cc netfilter: allow NFQUEUE bypass if no listener is available by Florian Westphal · 13 years ago
  21. f615df7 netfilter: reduce NF_VERDICT_MASK to 0xff by Florian Westphal · 13 years ago
  22. 06cdb63 netfilter: nfnetlink_queue: do not free skb on error by Florian Westphal · 13 years ago
  23. f158508 netfilter: nfnetlink_queue: return error number to caller by Florian Westphal · 13 years ago
  24. 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
  25. da68365 netfilter: allow hooks to pass error code back up the stack by Eric Paris · 14 years ago
  26. 0e60ebe netfilter: add __rcu annotations by Eric Dumazet · 14 years ago
  27. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  28. f68c530 netfilter: unregister nf hooks, matches and targets in the reverse order by Changli Gao · 14 years ago
  29. 0906a37 net/netfilter: __rcu annotations by Arnd Bergmann · 14 years ago
  30. 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
  31. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  32. fecea3a netfilter: remove unneeded goto by Jan Engelhardt · 15 years ago
  33. 4de6f16 netfilter: enable netfilter in netns by Alexey Dobriyan · 16 years ago
  34. 7e9c6ee netfilter: Introduce NFPROTO_* constants by Jan Engelhardt · 16 years ago
  35. 76108ce netfilter: Use unsigned types for hooknum and pf vars by Jan Engelhardt · 16 years ago
  36. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  37. 0be43f8 [NETNS]: Process netfilter hooks in initial namespace only. by Denis V. Lunev · 16 years ago
  38. 4f53652 [NETFILTER]: kill nf_sysctl.c by Patrick McHardy · 16 years ago
  39. 1e796fd [NETFILTER]: constify nf_afinfo by Patrick McHardy · 16 years ago
  40. f9c6399 [NETFILTER]: remove annoying debugging message by Patrick McHardy · 16 years ago
  41. fb46990 [NETFILTER]: nf_queue: remove unnecessary hook existance check by Patrick McHardy · 16 years ago
  42. 4c61097 [NETFILTER]: replace list_for_each with list_for_each_entry by Li Zefan · 16 years ago
  43. a99a00c [NET]: Move netfilter checksum helpers to net/core/utils.c by Patrick McHardy · 16 years ago
  44. 3db05fe [NETFILTER]: Replace sk_buff ** with sk_buff * by Herbert Xu · 17 years ago
  45. 37d4187 [NETFILTER]: Do not copy skb in skb_make_writable by Herbert Xu · 17 years ago
  46. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  47. a47362a [NETFILTER]: add some consts, remove some casts by Jan Engelhardt · 17 years ago
  48. 334a813 [SKBUFF]: Keep track of writable header len of headerless clones by Patrick McHardy · 17 years ago
  49. de6e05c [NETFILTER]: nf_conntrack: kill destroy() in struct nf_conntrack for diet by Yasuyuki Kozakai · 17 years ago
  50. 5f79e0f [NETFILTER]: nf_conntrack: don't use nfct in skb if conntrack is disabled by Yasuyuki Kozakai · 17 years ago
  51. 1b53d90 [NETFILTER]: Remove changelogs and CVS IDs by Patrick McHardy · 17 years ago
  52. 601e68e [NETFILTER]: Fix whitespace errors by YOSHIFUJI Hideaki · 17 years ago
  53. fd706d6 [NETFILTER]: Switch nf_register_hook/nf_unregister_hook to mutex by Patrick McHardy · 17 years ago
  54. d486dd1 [NETFILTER]: Switch nf_register_afinfo/nf_unregister_afinfo to mutex by Patrick McHardy · 17 years ago
  55. e4ba130 [NETFILTER]: Remove unnecessary synchronize_net() in nf_register_hook by Patrick McHardy · 17 years ago
  56. c3a47ab [NETFILTER]: Properly use RCU in nf_ct_attach by Patrick McHardy · 17 years ago
  57. e2b7606 [NETFILTER]: More __read_mostly annotations by Martin Josefsson · 17 years ago
  58. 43bc0ca [NET]: netfilter checksum annotations by Al Viro · 18 years ago
  59. 394f545 [NETFILTER]: nf_queue: handle GSO packets by Patrick McHardy · 18 years ago
  60. 4cf411d [NETFILTER]: Get rid of HW checksum invalidation by Patrick McHardy · 18 years ago
  61. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  62. bce8032 [NETFILTER]: Introduce infrastructure for address family specific operations by Patrick McHardy · 18 years ago
  63. 972d1cb [NETFILTER]: Add helper functions for mass hook registration/unregistration by Patrick McHardy · 18 years ago
  64. f6ebe77 [NETFILTER]: split net/core/netfilter.c into net/netfilter/*.c by Harald Welte · 19 years ago