1. 008027c netfilter: turn NF_HOOK into an inline function by Arnd Bergmann · 9 years ago
  2. 2ffbceb netfilter: remove hook owner refcounting by Florian Westphal · 9 years ago
  3. 224a059 netfilter: ctnetlink: add const qualifier to nfnl_hook.get_ct by Ken-ichirou MATSUZAWA · 9 years ago
  4. a4b4766 netfilter: nfnetlink_queue: rename related to nfqueue attaching conntrack info by Ken-ichirou MATSUZAWA · 9 years ago
  5. b7bd180 netfilter: nfnetlink_queue: get rid of nfnetlink_queue_ct.c by Pablo Neira Ayuso · 9 years ago
  6. d815d90 netfilter: Push struct net down into nf_afinfo.reroute by Eric W. Biederman · 9 years ago
  7. 06198b3 netfilter: Pass priv instead of nf_hook_ops to netfilter hooks by Eric W. Biederman · 9 years ago
  8. 0c4b51f netfilter: Pass net into okfn by Eric W. Biederman · 9 years ago
  9. 29a26a5 netfilter: Pass struct net into the netfilter hooks by Eric W. Biederman · 9 years ago
  10. 7a77350 netfilter: Pass net to nf_hook_thresh by Eric W. Biederman · 9 years ago
  11. b11b1f6 netfilter: Store net in nf_hook_state by Eric W. Biederman · 9 years ago
  12. fb88425 netfilter: Remove !CONFIG_NETFITLER definition of nf_hook_thresh by Eric W. Biederman · 9 years ago
  13. 62da986 netfilter: nf_conntrack: make nf_ct_zone_dflt built-in by Daniel Borkmann · 9 years ago
  14. 3bbd14e netfilter: rename local nf_hook_list to hook_list by Pablo Neira Ayuso · 9 years ago
  15. e7c8899 netfilter: move tee_active to core by Florian Westphal · 9 years ago
  16. 085db2c netfilter: Per network namespace netfilter hooks. by Eric W. Biederman · 9 years ago
  17. 70aa996 netfilter: kill nf_hooks_active by Eric W. Biederman · 9 years ago
  18. a263653 netfilter: don't pull include/linux/netfilter.h from netns headers by Pablo Neira Ayuso · 9 years ago
  19. e687ad6 netfilter: add netfilter ingress hook after handle_ing() under unique static key by Pablo Neira · 9 years ago
  20. b8d0aad netfilter: add nf_hook_list_active() by Pablo Neira · 9 years ago
  21. f719148 netfilter: add hook list to nf_hook_state by Pablo Neira · 9 years ago
  22. 87d5c18 netfilter: cleanup struct nf_hook_ops indentation by Pablo Neira · 9 years ago
  23. 7026b1d netfilter: Pass socket pointer down through okfn(). by David Miller · 9 years ago
  24. 1c984f8 netfilter: Add socket pointer to nf_hook_state. by David Miller · 9 years ago
  25. 107a9f4 netfilter: Add nf_hook_state initializer function. by David Miller · 9 years ago
  26. 238e54c netfilter: Make nf_hookfn use nf_hook_state. by David S. Miller · 9 years ago
  27. cfdfab3 netfilter: Create and use nf_hook_state. by David S. Miller · 9 years ago
  28. d1c85c2 netfilter: HAVE_JUMP_LABEL instead of CONFIG_JUMP_LABEL by Zhouyi Zhou · 10 years ago
  29. 9651851 netfilter: add nftables by Patrick McHardy · 11 years ago
  30. 795aa6e netfilter: pass hook ops to hookfn by Patrick McHardy · 11 years ago
  31. a0f4ecf netfilter: Remove extern from function prototypes by Joe Perches · 11 years ago
  32. 41d73ec netfilter: nf_conntrack: make sequence number adjustments usuable without NAT by Patrick McHardy · 11 years ago
  33. bd07793 netfilter: nfnetlink_queue: allow to attach expectations to conntracks by Pablo Neira Ayuso · 11 years ago
  34. 2d89c68 netfilter: nf_nat: change sequence number adjustments to 32 bits by Patrick McHardy · 11 years ago
  35. 312a0c16 netfilter: nf_conntrack: constify sk_buff argument to nf_ct_attach() by Patrick McHardy · 11 years ago
  36. 6d11cfd netfilter: don't panic on error while walking through the init path by Pablo Neira Ayuso · 11 years ago
  37. 12202fa netfilter: remove unneeded variable proc_net_netfilter by Pablo Neira Ayuso · 11 years ago
  38. 607ca46 UAPI: (Scripted) Disintegrate include/linux by David Howells · 12 years ago
  39. c7232c9 netfilter: add protocol independent NAT core by Patrick McHardy · 12 years ago
  40. d584a61 netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_NF_CT_NETLINK=y by Pablo Neira Ayuso · 12 years ago
  41. 5a05fae netfilter: nfq_ct_hook needs __rcu and __read_mostly by Pablo Neira Ayuso · 12 years ago
  42. 8c88f87 netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangled by Pablo Neira Ayuso · 12 years ago
  43. 9cb0176 netfilter: add glue code to integrate nfnetlink_queue and ctnetlink by Pablo Neira Ayuso · 12 years ago
  44. efdedd5 netfilter: xt_recent: add address masking option by Denys Fedoryshchenko · 12 years ago
  45. a5347fe net: Delete all remaining instances of ctl_path by Eric W. Biederman · 12 years ago
  46. c5905af static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]() by Ingo Molnar · 13 years ago
  47. a2d7ec5 netfilter: use jump_label for nf_hooks by Eric Dumazet · 13 years ago
  48. bee9525 net: Add linux/sysctl.h includes where needed. by David S. Miller · 13 years ago
  49. 0fae2e7 netfilter: af_info: add 'strict' parameter to limit lookup to .oif by Florian Westphal · 13 years ago
  50. 31ad3dd netfilter: af_info: add network namespace parameter to route hook by Florian Westphal · 13 years ago
  51. 94b27cc netfilter: allow NFQUEUE bypass if no listener is available by Florian Westphal · 14 years ago
  52. f615df7 netfilter: reduce NF_VERDICT_MASK to 0xff by Florian Westphal · 14 years ago
  53. fee1cc0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 into HEAD by Simon Horman · 14 years ago
  54. da68365 netfilter: allow hooks to pass error code back up the stack by Eric Paris · 14 years ago
  55. 0e60ebe netfilter: add __rcu annotations by Eric Dumazet · 14 years ago
  56. ac5aa2e netfilter: NF_HOOK_COND has wrong conditional by Eric Paris · 14 years ago
  57. 4bac6b1 netfilter: restore POST_ROUTING hook in NF_HOOK_COND by Patrick McHardy · 15 years ago
  58. 2249065 netfilter: get rid of the grossness in netfilter.h by Jan Engelhardt · 15 years ago
  59. 23f3733 netfilter: reduce NF_HOOK by one argument by Jan Engelhardt · 15 years ago
  60. c30f540 netfilter: xtables: CONFIG_COMPAT redux by Alexey Dobriyan · 15 years ago
  61. d94d9fe net: cleanup include/linux by Eric Dumazet · 15 years ago
  62. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  63. 48dc786 netfilter: netns: remove nf_*_net() wrappers by Alexey Dobriyan · 16 years ago
  64. 7e9c6ee netfilter: Introduce NFPROTO_* constants by Jan Engelhardt · 16 years ago
  65. 76108ce netfilter: Use unsigned types for hooknum and pf vars by Jan Engelhardt · 16 years ago
  66. c8942f1 netfilter: Move linux/types.h inclusions outside of #ifdef __KERNEL__ by Patrick McHardy · 16 years ago
  67. d63a650 [NETFILTER]: Add partial checksum validation helper by Patrick McHardy · 16 years ago
  68. 666953df [NETFILTER]: ip_tables: per-netns FILTER/MANGLE/RAW tables for real by Alexey Dobriyan · 16 years ago
  69. b8beedd [NETFILTER]: Add nf_inet_addr_cmp() by Patrick McHardy · 16 years ago
  70. fbabbed [NETFILTER]: Fix NF_QUEUE_NR() parenthesis by Patrick McHardy · 17 years ago
  71. 7b33ed2 [NETFILTER]: Use __u32 in struct nf_inet_addr by Patrick McHardy · 17 years ago
  72. 2e3075a [NETFILTER]: Extend nf_inet_addr with in{,6}_addr by Jan Engelhardt · 17 years ago
  73. b3fd3ff [NETFILTER]: Use the ctl paths instead of hand-made analogue by Pavel Emelyanov · 17 years ago
  74. 643a2c1 [NETFILTER]: Introduce nf_inet_address by Jan Engelhardt · 17 years ago
  75. 051578c [NETFILTER]: nf_nat: properly use RCU for ip_nat_decode_session by Patrick McHardy · 17 years ago
  76. 1e796fd [NETFILTER]: constify nf_afinfo by Patrick McHardy · 17 years ago
  77. 90a9ba8 [NETFILTER]: Kill function prototype for non-existing function by Patrick McHardy · 17 years ago
  78. f01ffbd [NETFILTER]: nf_log: move logging stuff to seperate header by Patrick McHardy · 17 years ago
  79. 02f014d [NETFILTER]: nf_queue: move list_head/skb/id to struct nf_info by Patrick McHardy · 17 years ago
  80. c01cd42 [NETFILTER]: nf_queue: move queueing related functions/struct to seperate header by Patrick McHardy · 17 years ago
  81. f9d8928 [NETFILTER]: nf_queue: remove unused data pointer by Patrick McHardy · 17 years ago
  82. e3ac529 [NETFILTER]: nf_queue: make queue_handler const by Patrick McHardy · 17 years ago
  83. 1841a4c [NETFILTER]: nf_ct_h323: remove ipv6 module dependency by Patrick McHardy · 17 years ago
  84. be0ea7d [NETFILTER]: Convert old checksum helper names by Patrick McHardy · 17 years ago
  85. a99a00c [NET]: Move netfilter checksum helpers to net/core/utils.c by Patrick McHardy · 17 years ago
  86. 6e23ae2 [NETFILTER]: Introduce NF_INET_ hook values by Patrick McHardy · 17 years ago
  87. 3db05fe [NETFILTER]: Replace sk_buff ** with sk_buff * by Herbert Xu · 17 years ago
  88. 37d4187 [NETFILTER]: Do not copy skb in skb_make_writable by Herbert Xu · 17 years ago
  89. 16fcec3 [NETFILTER]: Fix/improve deadlock condition on module removal netfilter by Neil Horman · 17 years ago
  90. ce7663d [NETFILTER]: nfnetlink_queue: don't unregister handler of other subsystem by Yasuyuki Kozakai · 17 years ago
  91. de6e05c [NETFILTER]: nf_conntrack: kill destroy() in struct nf_conntrack for diet by Yasuyuki Kozakai · 17 years ago
  92. 5f79e0f [NETFILTER]: nf_conntrack: don't use nfct in skb if conntrack is disabled by Yasuyuki Kozakai · 17 years ago
  93. e92ad99 [NETFILTER]: nf_log: minor cleanups by Patrick McHardy · 18 years ago
  94. 9dc6aa5 [NETFILTER]: nf_log: make nf_log_unregister_pf return void by Patrick McHardy · 18 years ago
  95. a80958f [PATCH] fix fallout from header dependency trimming by Al Viro · 18 years ago
  96. 0c789ff netfilter.h needs rcuupdate.h for RCU locking functions by Linus Torvalds · 18 years ago
  97. 5b1158e [NETFILTER]: Add NAT support for nf_conntrack by Jozsef Kadlecsik · 18 years ago
  98. d62f9ed [NETFILTER]: nf_conntrack: automatic sysctl registation for conntrack protocols by Patrick McHardy · 18 years ago
  99. 43bc0ca [NET]: netfilter checksum annotations by Al Viro · 18 years ago
  100. b51655b [NET]: Annotate __skb_checksum_complete() and friends. by Al Viro · 18 years ago