1. 514ed62 netfilter: sync with packet rx also after removing queue entries by Florian Westphal · 9 years ago
  2. 62da986 netfilter: nf_conntrack: make nf_ct_zone_dflt built-in by Daniel Borkmann · 9 years ago
  3. 851345c netfilter: reduce sparse warnings by Florian Westphal · 9 years ago
  4. 3bbd14e netfilter: rename local nf_hook_list to hook_list by Pablo Neira Ayuso · 9 years ago
  5. 7181eba netfilter: fix possible removal of wrong hook by Pablo Neira Ayuso · 9 years ago
  6. 2385eb0 netfilter: nf_queue: fix nf_queue_nf_hook_drop() by Pablo Neira Ayuso · 9 years ago
  7. e317fa5 netfilter: Fix memory leak in nf_register_net_hook by Eric W. Biederman · 9 years ago
  8. e7c8899 netfilter: move tee_active to core by Florian Westphal · 9 years ago
  9. 085db2c netfilter: Per network namespace netfilter hooks. by Eric W. Biederman · 9 years ago
  10. 0edcf28 netfilter: Factor out the hook list selection from nf_register_hook by Eric W. Biederman · 9 years ago
  11. 4c09115 netfilter: Simply the tests for enabling and disabling the ingress queue hook by Eric W. Biederman · 9 years ago
  12. 8405a8f netfilter: nf_qeueue: Drop queue entries on nf_unregister_hook by Eric W. Biederman · 9 years ago
  13. e687ad6 netfilter: add netfilter ingress hook after handle_ing() under unique static key by Pablo Neira · 9 years ago
  14. f719148 netfilter: add hook list to nf_hook_state by Pablo Neira · 9 years ago
  15. 238e54c netfilter: Make nf_hookfn use nf_hook_state. by David S. Miller · 9 years ago
  16. cfdfab3 netfilter: Create and use nf_hook_state. by David S. Miller · 9 years ago
  17. 5676864 netfilter: fix various sparse warnings by Florian Westphal · 10 years ago
  18. d1c85c2 netfilter: HAVE_JUMP_LABEL instead of CONFIG_JUMP_LABEL by Zhouyi Zhou · 10 years ago
  19. 7926dbf netfilter: don't use mutex_lock_interruptible() by Pablo Neira Ayuso · 10 years ago
  20. 795aa6e netfilter: pass hook ops to hookfn by Patrick McHardy · 11 years ago
  21. 312a0c16 netfilter: nf_conntrack: constify sk_buff argument to nf_ct_attach() by Patrick McHardy · 11 years ago
  22. 143554a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  23. 6d11cfd netfilter: don't panic on error while walking through the init path by Pablo Neira Ayuso · 11 years ago
  24. 2a7851b netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6 by Florian Westphal · 11 years ago
  25. f229f6c netfilter: add my copyright statements by Patrick McHardy · 11 years ago
  26. 12202fa netfilter: remove unneeded variable proc_net_netfilter by Pablo Neira Ayuso · 11 years ago
  27. f3c1a44 netfilter: make /proc/net/netfilter pernet by Gao feng · 11 years ago
  28. 0360ae4 netfilter: kill support for per-af queue backends by Florian Westphal · 12 years ago
  29. 1c15b67 netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue() by Michael Wang · 12 years ago
  30. 2a6decf netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_iterate() by Michael Wang · 12 years ago
  31. c7232c9 netfilter: add protocol independent NAT core by Patrick McHardy · 12 years ago
  32. 6705e86 netfilter: replace list_for_each_continue_rcu with new interface by Michael Wang · 12 years ago
  33. d584a61 netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_NF_CT_NETLINK=y by Pablo Neira Ayuso · 12 years ago
  34. 5a05fae netfilter: nfq_ct_hook needs __rcu and __read_mostly by Pablo Neira Ayuso · 12 years ago
  35. 9cb0176 netfilter: add glue code to integrate nfnetlink_queue and ctnetlink by Pablo Neira Ayuso · 12 years ago
  36. a5347fe net: Delete all remaining instances of ctl_path by Eric W. Biederman · 12 years ago
  37. c5905af static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]() by Ingo Molnar · 12 years ago
  38. c0cd115 net:netfilter: use IS_ENABLED by Igor Maravić · 13 years ago
  39. a2d7ec5 netfilter: use jump_label for nf_hooks by Eric Dumazet · 13 years ago
  40. 563e123 netfilter: do not propagate nf_queue errors in nf_hook_slow by Florian Westphal · 13 years ago
  41. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  42. da935c6 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  43. de9963f netfilter: nf_iterate: fix incorrect RCU usage by Patrick McHardy · 13 years ago
  44. 94b27cc netfilter: allow NFQUEUE bypass if no listener is available by Florian Westphal · 13 years ago
  45. f615df7 netfilter: reduce NF_VERDICT_MASK to 0xff by Florian Westphal · 13 years ago
  46. 06cdb63 netfilter: nfnetlink_queue: do not free skb on error by Florian Westphal · 13 years ago
  47. f158508 netfilter: nfnetlink_queue: return error number to caller by Florian Westphal · 13 years ago
  48. 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
  49. da68365 netfilter: allow hooks to pass error code back up the stack by Eric Paris · 14 years ago
  50. 0e60ebe netfilter: add __rcu annotations by Eric Dumazet · 14 years ago
  51. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  52. f68c530 netfilter: unregister nf hooks, matches and targets in the reverse order by Changli Gao · 14 years ago
  53. 0906a37 net/netfilter: __rcu annotations by Arnd Bergmann · 14 years ago
  54. 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
  55. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  56. fecea3a netfilter: remove unneeded goto by Jan Engelhardt · 15 years ago
  57. 4de6f16 netfilter: enable netfilter in netns by Alexey Dobriyan · 16 years ago
  58. 7e9c6ee netfilter: Introduce NFPROTO_* constants by Jan Engelhardt · 16 years ago
  59. 76108ce netfilter: Use unsigned types for hooknum and pf vars by Jan Engelhardt · 16 years ago
  60. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  61. 0be43f8 [NETNS]: Process netfilter hooks in initial namespace only. by Denis V. Lunev · 16 years ago
  62. 4f53652 [NETFILTER]: kill nf_sysctl.c by Patrick McHardy · 16 years ago
  63. 1e796fd [NETFILTER]: constify nf_afinfo by Patrick McHardy · 17 years ago
  64. f9c6399 [NETFILTER]: remove annoying debugging message by Patrick McHardy · 17 years ago
  65. fb46990 [NETFILTER]: nf_queue: remove unnecessary hook existance check by Patrick McHardy · 17 years ago
  66. 4c61097 [NETFILTER]: replace list_for_each with list_for_each_entry by Li Zefan · 17 years ago
  67. a99a00c [NET]: Move netfilter checksum helpers to net/core/utils.c by Patrick McHardy · 17 years ago
  68. 3db05fe [NETFILTER]: Replace sk_buff ** with sk_buff * by Herbert Xu · 17 years ago
  69. 37d4187 [NETFILTER]: Do not copy skb in skb_make_writable by Herbert Xu · 17 years ago
  70. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  71. a47362a [NETFILTER]: add some consts, remove some casts by Jan Engelhardt · 17 years ago
  72. 334a813 [SKBUFF]: Keep track of writable header len of headerless clones by Patrick McHardy · 17 years ago
  73. de6e05c [NETFILTER]: nf_conntrack: kill destroy() in struct nf_conntrack for diet by Yasuyuki Kozakai · 17 years ago
  74. 5f79e0f [NETFILTER]: nf_conntrack: don't use nfct in skb if conntrack is disabled by Yasuyuki Kozakai · 17 years ago
  75. 1b53d90 [NETFILTER]: Remove changelogs and CVS IDs by Patrick McHardy · 17 years ago
  76. 601e68e [NETFILTER]: Fix whitespace errors by YOSHIFUJI Hideaki · 17 years ago
  77. fd706d6 [NETFILTER]: Switch nf_register_hook/nf_unregister_hook to mutex by Patrick McHardy · 17 years ago
  78. d486dd1 [NETFILTER]: Switch nf_register_afinfo/nf_unregister_afinfo to mutex by Patrick McHardy · 17 years ago
  79. e4ba130 [NETFILTER]: Remove unnecessary synchronize_net() in nf_register_hook by Patrick McHardy · 17 years ago
  80. c3a47ab [NETFILTER]: Properly use RCU in nf_ct_attach by Patrick McHardy · 17 years ago
  81. e2b7606 [NETFILTER]: More __read_mostly annotations by Martin Josefsson · 18 years ago
  82. 43bc0ca [NET]: netfilter checksum annotations by Al Viro · 18 years ago
  83. 394f545 [NETFILTER]: nf_queue: handle GSO packets by Patrick McHardy · 18 years ago
  84. 4cf411d [NETFILTER]: Get rid of HW checksum invalidation by Patrick McHardy · 18 years ago
  85. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  86. bce8032 [NETFILTER]: Introduce infrastructure for address family specific operations by Patrick McHardy · 18 years ago
  87. 972d1cb [NETFILTER]: Add helper functions for mass hook registration/unregistration by Patrick McHardy · 18 years ago
  88. f6ebe77 [NETFILTER]: split net/core/netfilter.c into net/netfilter/*.c by Harald Welte · 19 years ago