1. 9651851 netfilter: add nftables by Patrick McHardy · 11 years ago
  2. 795aa6e netfilter: pass hook ops to hookfn by Patrick McHardy · 11 years ago
  3. a0f4ecf netfilter: Remove extern from function prototypes by Joe Perches · 11 years ago
  4. 41d73ec netfilter: nf_conntrack: make sequence number adjustments usuable without NAT by Patrick McHardy · 11 years ago
  5. bd07793 netfilter: nfnetlink_queue: allow to attach expectations to conntracks by Pablo Neira Ayuso · 11 years ago
  6. 2d89c68 netfilter: nf_nat: change sequence number adjustments to 32 bits by Patrick McHardy · 11 years ago
  7. 312a0c16 netfilter: nf_conntrack: constify sk_buff argument to nf_ct_attach() by Patrick McHardy · 11 years ago
  8. 6d11cfd netfilter: don't panic on error while walking through the init path by Pablo Neira Ayuso · 11 years ago
  9. 12202fa netfilter: remove unneeded variable proc_net_netfilter by Pablo Neira Ayuso · 11 years ago
  10. 607ca46 UAPI: (Scripted) Disintegrate include/linux by David Howells · 12 years ago
  11. c7232c9 netfilter: add protocol independent NAT core by Patrick McHardy · 12 years ago
  12. d584a61 netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_NF_CT_NETLINK=y by Pablo Neira Ayuso · 12 years ago
  13. 5a05fae netfilter: nfq_ct_hook needs __rcu and __read_mostly by Pablo Neira Ayuso · 12 years ago
  14. 8c88f87 netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangled by Pablo Neira Ayuso · 12 years ago
  15. 9cb0176 netfilter: add glue code to integrate nfnetlink_queue and ctnetlink by Pablo Neira Ayuso · 12 years ago
  16. efdedd5 netfilter: xt_recent: add address masking option by Denys Fedoryshchenko · 12 years ago
  17. a5347fe net: Delete all remaining instances of ctl_path by Eric W. Biederman · 12 years ago
  18. c5905af static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]() by Ingo Molnar · 12 years ago
  19. a2d7ec5 netfilter: use jump_label for nf_hooks by Eric Dumazet · 13 years ago
  20. bee9525 net: Add linux/sysctl.h includes where needed. by David S. Miller · 13 years ago
  21. 0fae2e7 netfilter: af_info: add 'strict' parameter to limit lookup to .oif by Florian Westphal · 13 years ago
  22. 31ad3dd netfilter: af_info: add network namespace parameter to route hook by Florian Westphal · 13 years ago
  23. 94b27cc netfilter: allow NFQUEUE bypass if no listener is available by Florian Westphal · 13 years ago
  24. f615df7 netfilter: reduce NF_VERDICT_MASK to 0xff by Florian Westphal · 13 years ago
  25. 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
  26. da68365 netfilter: allow hooks to pass error code back up the stack by Eric Paris · 14 years ago
  27. 0e60ebe netfilter: add __rcu annotations by Eric Dumazet · 14 years ago
  28. ac5aa2e netfilter: NF_HOOK_COND has wrong conditional by Eric Paris · 14 years ago
  29. 4bac6b1 netfilter: restore POST_ROUTING hook in NF_HOOK_COND by Patrick McHardy · 14 years ago
  30. 2249065 netfilter: get rid of the grossness in netfilter.h by Jan Engelhardt · 15 years ago
  31. 23f3733 netfilter: reduce NF_HOOK by one argument by Jan Engelhardt · 15 years ago
  32. c30f540 netfilter: xtables: CONFIG_COMPAT redux by Alexey Dobriyan · 14 years ago
  33. d94d9fe net: cleanup include/linux by Eric Dumazet · 15 years ago
  34. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  35. 48dc786 netfilter: netns: remove nf_*_net() wrappers by Alexey Dobriyan · 16 years ago
  36. 7e9c6ee netfilter: Introduce NFPROTO_* constants by Jan Engelhardt · 16 years ago
  37. 76108ce netfilter: Use unsigned types for hooknum and pf vars by Jan Engelhardt · 16 years ago
  38. c8942f1 netfilter: Move linux/types.h inclusions outside of #ifdef __KERNEL__ by Patrick McHardy · 16 years ago
  39. d63a650 [NETFILTER]: Add partial checksum validation helper by Patrick McHardy · 16 years ago
  40. 666953df [NETFILTER]: ip_tables: per-netns FILTER/MANGLE/RAW tables for real by Alexey Dobriyan · 16 years ago
  41. b8beedd [NETFILTER]: Add nf_inet_addr_cmp() by Patrick McHardy · 16 years ago
  42. fbabbed [NETFILTER]: Fix NF_QUEUE_NR() parenthesis by Patrick McHardy · 16 years ago
  43. 7b33ed2 [NETFILTER]: Use __u32 in struct nf_inet_addr by Patrick McHardy · 16 years ago
  44. 2e3075a [NETFILTER]: Extend nf_inet_addr with in{,6}_addr by Jan Engelhardt · 16 years ago
  45. b3fd3ff [NETFILTER]: Use the ctl paths instead of hand-made analogue by Pavel Emelyanov · 16 years ago
  46. 643a2c1 [NETFILTER]: Introduce nf_inet_address by Jan Engelhardt · 17 years ago
  47. 051578c [NETFILTER]: nf_nat: properly use RCU for ip_nat_decode_session by Patrick McHardy · 17 years ago
  48. 1e796fd [NETFILTER]: constify nf_afinfo by Patrick McHardy · 17 years ago
  49. 90a9ba8 [NETFILTER]: Kill function prototype for non-existing function by Patrick McHardy · 17 years ago
  50. f01ffbd [NETFILTER]: nf_log: move logging stuff to seperate header by Patrick McHardy · 17 years ago
  51. 02f014d [NETFILTER]: nf_queue: move list_head/skb/id to struct nf_info by Patrick McHardy · 17 years ago
  52. c01cd42 [NETFILTER]: nf_queue: move queueing related functions/struct to seperate header by Patrick McHardy · 17 years ago
  53. f9d8928 [NETFILTER]: nf_queue: remove unused data pointer by Patrick McHardy · 17 years ago
  54. e3ac529 [NETFILTER]: nf_queue: make queue_handler const by Patrick McHardy · 17 years ago
  55. 1841a4c [NETFILTER]: nf_ct_h323: remove ipv6 module dependency by Patrick McHardy · 17 years ago
  56. be0ea7d [NETFILTER]: Convert old checksum helper names by Patrick McHardy · 17 years ago
  57. a99a00c [NET]: Move netfilter checksum helpers to net/core/utils.c by Patrick McHardy · 17 years ago
  58. 6e23ae2 [NETFILTER]: Introduce NF_INET_ hook values by Patrick McHardy · 17 years ago
  59. 3db05fe [NETFILTER]: Replace sk_buff ** with sk_buff * by Herbert Xu · 17 years ago
  60. 37d4187 [NETFILTER]: Do not copy skb in skb_make_writable by Herbert Xu · 17 years ago
  61. 16fcec3 [NETFILTER]: Fix/improve deadlock condition on module removal netfilter by Neil Horman · 17 years ago
  62. ce7663d [NETFILTER]: nfnetlink_queue: don't unregister handler of other subsystem by Yasuyuki Kozakai · 17 years ago
  63. de6e05c [NETFILTER]: nf_conntrack: kill destroy() in struct nf_conntrack for diet by Yasuyuki Kozakai · 17 years ago
  64. 5f79e0f [NETFILTER]: nf_conntrack: don't use nfct in skb if conntrack is disabled by Yasuyuki Kozakai · 17 years ago
  65. e92ad99 [NETFILTER]: nf_log: minor cleanups by Patrick McHardy · 17 years ago
  66. 9dc6aa5 [NETFILTER]: nf_log: make nf_log_unregister_pf return void by Patrick McHardy · 17 years ago
  67. a80958f [PATCH] fix fallout from header dependency trimming by Al Viro · 18 years ago
  68. 0c789ff netfilter.h needs rcuupdate.h for RCU locking functions by Linus Torvalds · 18 years ago
  69. 5b1158e [NETFILTER]: Add NAT support for nf_conntrack by Jozsef Kadlecsik · 18 years ago
  70. d62f9ed [NETFILTER]: nf_conntrack: automatic sysctl registation for conntrack protocols by Patrick McHardy · 18 years ago
  71. 43bc0ca [NET]: netfilter checksum annotations by Al Viro · 18 years ago
  72. b51655b [NET]: Annotate __skb_checksum_complete() and friends. by Al Viro · 18 years ago
  73. 4cf411d [NETFILTER]: Get rid of HW checksum invalidation by Patrick McHardy · 18 years ago
  74. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  75. 422c346 [NETFILTER]: Add address family specific checksum helpers by Patrick McHardy · 18 years ago
  76. bce8032 [NETFILTER]: Introduce infrastructure for address family specific operations by Patrick McHardy · 18 years ago
  77. 972d1cb [NETFILTER]: Add helper functions for mass hook registration/unregistration by Patrick McHardy · 18 years ago
  78. 3fdadf7 [NET]: {get|set}sockopt compatibility layer by Dmitry Mishin · 18 years ago
  79. 9c92d34 [NETFILTER]: Don't invoke okfn in CONFIG_NETFILTER=n variant of nf_hook() by Patrick McHardy · 18 years ago
  80. 48d5cad [XFRM]: Fix SNAT-related crash in xfrm4_output_finish by Patrick McHardy · 18 years ago
  81. f53b61d [NETFILTER]: Add dummy nf_hook{_thresh}() when NETFILTER is disabled. by David S. Miller · 18 years ago
  82. eb9c7eb [NETFILTER]: Handle NAT in IPsec policy checks by Patrick McHardy · 18 years ago
  83. 16a6677 [XFRM]: Netfilter IPsec output hooks by Patrick McHardy · 18 years ago
  84. b766b30 [NETFILTER]: Fix gcc-3.4.x warning about iplicit operator precedence by Harald Welte · 19 years ago
  85. 5917ed9 [NETFILTER]: Fix NF_QUEUE_NR() macro by Harald Welte · 19 years ago
  86. 8a61fad [NETFILTER]: check nf_log function call arguments by Harald Welte · 19 years ago
  87. bbd86b9f [NETFILTER]: add /proc/net/netfilter interface to nf_queue by Harald Welte · 19 years ago
  88. 608c8e4 [NETFILTER]: Extend netfilter logging API by Harald Welte · 19 years ago
  89. 0ab43f8 [NETFILTER]: Core changes required by upcoming nfnetlink_queue code by Harald Welte · 19 years ago
  90. 2cc7d57 [NETFILTER]: Move reroute-after-queue code up to the nf_queue layer. by Harald Welte · 19 years ago
  91. 089af26 [NETFILTER]: Rename skb_ip_make_writable() to skb_make_writable() by Harald Welte · 19 years ago
  92. 6869c4d [NETFILTER]: reduce netfilter sk_buff enlargement by Harald Welte · 19 years ago
  93. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago