1. 7034b56 netfilter: fix nf_queue handling by Pablo Neira Ayuso · 8 years ago
  2. e3b37f1 netfilter: replace list_head with single linked list by Aaron Conole · 8 years ago
  3. dc3ee32 netfilter: nf_queue: Make the queue_handler pernet by Eric W. Biederman · 8 years ago
  4. 81b4325 netfilter: nf_queue: remove rcu_read_lock calls by Florian Westphal · 9 years ago
  5. ed78d09 netfilter: make nf_queue_entry_get_refs return void by Florian Westphal · 9 years ago
  6. 2ffbceb netfilter: remove hook owner refcounting by Florian Westphal · 9 years ago
  7. 7ceebfe netfilter: nfqueue: don't use prev pointer by Florian Westphal · 9 years ago
  8. d815d90 netfilter: Push struct net down into nf_afinfo.reroute by Eric W. Biederman · 9 years ago
  9. 0c4b51f netfilter: Pass net into okfn by Eric W. Biederman · 9 years ago
  10. 2385eb0 netfilter: nf_queue: fix nf_queue_nf_hook_drop() by Pablo Neira Ayuso · 9 years ago
  11. f307170 netfilter: nf_queue: Don't recompute the hook_list head 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. aadd51a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 9 years ago
  14. c737b7c netfilter: bridge: add helpers for fetching physin/outdev by Florian Westphal · 9 years ago
  15. 7026b1d netfilter: Pass socket pointer down through okfn(). by David Miller · 9 years ago
  16. 1c984f8 netfilter: Add socket pointer to nf_hook_state. by David Miller · 9 years ago
  17. 1d1de89 netfilter: Use nf_hook_state in nf_queue_entry. by David S. Miller · 9 years ago
  18. cfdfab3 netfilter: Create and use nf_hook_state. by David S. Miller · 9 years ago
  19. 1109a90 netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER) by Pablo Neira Ayuso · 10 years ago
  20. a5fedd43 netfilter: move skb_gso_segment into nfnetlink_queue module by Florian Westphal · 11 years ago
  21. 4bd6044 netfilter: nf_queue: move device refcount bump to extra function by Florian Westphal · 11 years ago
  22. f229f6c netfilter: add my copyright statements by Patrick McHardy · 11 years ago
  23. 0360ae4 netfilter: kill support for per-af queue backends by Florian Westphal · 12 years ago
  24. 1c15b67 netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue() by Michael Wang · 12 years ago
  25. 2a6decf netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_iterate() by Michael Wang · 12 years ago
  26. a8db7b2 netfilter: nf_queue: fix queueing of bridged gro skbs by Florian Westphal · 12 years ago
  27. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 12 years ago
  28. 19fd617 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  29. fad5444 netfilter: avoid double free in nf_reinject by Julian Anastasov · 13 years ago
  30. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  31. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  32. 94b27cc netfilter: allow NFQUEUE bypass if no listener is available by Florian Westphal · 13 years ago
  33. f615df7 netfilter: reduce NF_VERDICT_MASK to 0xff by Florian Westphal · 13 years ago
  34. 06cdb63 netfilter: nfnetlink_queue: do not free skb on error by Florian Westphal · 13 years ago
  35. f158508 netfilter: nfnetlink_queue: return error number to caller by Florian Westphal · 13 years ago
  36. 0e60ebe netfilter: add __rcu annotations by Eric Dumazet · 14 years ago
  37. 0906a37 net/netfilter: __rcu annotations by Arnd Bergmann · 14 years ago
  38. 7fee226 net: add a noref bit on skb dst by Eric Dumazet · 14 years ago
  39. 736d58e netfilter: remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  40. 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
  41. 64507fd netfilter: nf_queue: fix NF_STOLEN skb leak by Eric Dumazet · 14 years ago
  42. 4b1e27e netfilter: queue: use NFPROTO_ for queue callsites by Jan Engelhardt · 15 years ago
  43. 7e9c6ee netfilter: Introduce NFPROTO_* constants by Jan Engelhardt · 16 years ago
  44. 76108ce netfilter: Use unsigned types for hooknum and pf vars by Jan Engelhardt · 16 years ago
  45. 801678c Remove duplicated unlikely() in IS_ERR() by Hirofumi Nakagawa · 16 years ago
  46. 8eeee8b [NETFILTER]: Replate direct proc_fops assignment with proc_create call. by Denis V. Lunev · 16 years ago
  47. 94be1a3 [NETFILTER]: nf_queue: don't return error when unregistering a non-existant handler by Patrick McHardy · 16 years ago
  48. 1e796fd [NETFILTER]: constify nf_afinfo by Patrick McHardy · 17 years ago
  49. daaa8be [NETFILTER]: nf_queue: clean up error paths by Patrick McHardy · 17 years ago
  50. 4b3d15e [NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdict 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. fb46990 [NETFILTER]: nf_queue: remove unnecessary hook existance check by Patrick McHardy · 17 years ago
  56. 8b1cf0d [NETFILTER]: nf_queue: minor cleanup by Patrick McHardy · 17 years ago
  57. 3db05fe [NETFILTER]: Replace sk_buff ** with sk_buff * by Herbert Xu · 17 years ago
  58. 56b3d97 [NET]: Make all initialized struct seq_operations const. by Philippe De Muyter · 17 years ago
  59. 585426f [NETFILTER]: nf_queue: Use RCU and mutex for queue handlers by Yasuyuki Kozakai · 17 years ago
  60. ce7663d [NETFILTER]: nfnetlink_queue: don't unregister handler of other subsystem by Yasuyuki Kozakai · 17 years ago
  61. 601e68e [NETFILTER]: Fix whitespace errors by YOSHIFUJI Hideaki · 17 years ago
  62. da7071d [PATCH] mark struct file_operations const 8 by Arjan van de Ven · 17 years ago
  63. 394f545 [NETFILTER]: nf_queue: handle GSO packets by Patrick McHardy · 18 years ago
  64. 3bc3871 [NETFILTER]: nf_queue: handle NF_STOP and unknown verdicts in nf_reinject by Patrick McHardy · 18 years ago
  65. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  66. bce8032 [NETFILTER]: Introduce infrastructure for address family specific operations by Patrick McHardy · 18 years ago
  67. 45fe4dc [NETFILTER]: nf_queue: fix end-of-list check by Patrick McHardy · 18 years ago
  68. e121e9e [NETFILTER]: nf_queue: remove unnecessary check for outfn by Patrick McHardy · 18 years ago
  69. 7a11b98 [NETFILTER]: nf_queue: fix rerouting after packet mangling by Patrick McHardy · 18 years ago
  70. f92f871 [NETFILTER]: nf_queue: check if rerouter is present before using it by Patrick McHardy · 18 years ago
  71. e02f7d1 [NETFILTER]: nf_queue: don't copy registered rerouter data by Patrick McHardy · 18 years ago
  72. 1758ee0 [NETFILTER] nf_queue: Fix Ooops when no queue handler registered by Harald Welte · 19 years ago
  73. d72367b [NETFILTER]: more verbose return codes from nf_{log,queue} by Harald Welte · 19 years ago
  74. bbd86b9f [NETFILTER]: add /proc/net/netfilter interface to nf_queue by Harald Welte · 19 years ago
  75. f6ebe77 [NETFILTER]: split net/core/netfilter.c into net/netfilter/*.c by Harald Welte · 19 years ago