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