Age | Commit message (Expand) | Author | Files | Lines |
2016-09-25 | netfilter: replace list_head with single linked list | Aaron Conole | 1 | -8/+10 |
2016-05-25 | netfilter: nf_queue: Make the queue_handler pernet | Eric W. Biederman | 1 | -9/+8 |
2015-10-16 | netfilter: nf_queue: remove rcu_read_lock calls | Florian Westphal | 1 | -12/+4 |
2015-10-16 | netfilter: make nf_queue_entry_get_refs return void | Florian Westphal | 1 | -9/+2 |
2015-10-16 | netfilter: remove hook owner refcounting | Florian Westphal | 1 | -5/+0 |
2015-10-13 | netfilter: nfqueue: don't use prev pointer | Florian Westphal | 1 | -4/+2 |
2015-09-29 | netfilter: Push struct net down into nf_afinfo.reroute | Eric W. Biederman | 1 | -1/+1 |
2015-09-17 | netfilter: Pass net into okfn | Eric W. Biederman | 1 | -1/+1 |
2015-07-23 | netfilter: nf_queue: fix nf_queue_nf_hook_drop() | Pablo Neira Ayuso | 1 | -9/+3 |
2015-07-02 | netfilter: nf_queue: Don't recompute the hook_list head | Eric W. Biederman | 1 | -1/+1 |
2015-06-23 | netfilter: nf_qeueue: Drop queue entries on nf_unregister_hook | Eric W. Biederman | 1 | -0/+17 |
2015-04-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Pablo Neira Ayuso | 1 | -29/+29 |
2015-04-08 | netfilter: bridge: add helpers for fetching physin/outdev | Florian Westphal | 1 | -8/+10 |
2015-04-07 | netfilter: Pass socket pointer down through okfn(). | David Miller | 1 | -1/+1 |
2015-04-07 | netfilter: Add socket pointer to nf_hook_state. | David Miller | 1 | -0/+4 |
2015-04-04 | netfilter: Use nf_hook_state in nf_queue_entry. | David S. Miller | 1 | -25/+19 |
2015-04-04 | netfilter: Create and use nf_hook_state. | David S. Miller | 1 | -18/+20 |
2014-10-02 | netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER) | Pablo Neira Ayuso | 1 | -2/+2 |
2013-04-29 | netfilter: move skb_gso_segment into nfnetlink_queue module | Florian Westphal | 1 | -87/+9 |
2013-04-29 | netfilter: nf_queue: move device refcount bump to extra function | Florian Westphal | 1 | -21/+28 |
2013-04-18 | netfilter: add my copyright statements | Patrick McHardy | 1 | -0/+5 |
2012-12-03 | netfilter: kill support for per-af queue backends | Florian Westphal | 1 | -139/+13 |
2012-09-03 | netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue() | Michael Wang | 1 | -4/+4 |
2012-09-03 | netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_iterate() | Michael Wang | 1 | -3/+3 |
2012-02-09 | netfilter: nf_queue: fix queueing of bridged gro skbs | Florian Westphal | 1 | -8/+32 |
2012-01-12 | net: reintroduce missing rcu_assign_pointer() calls | Eric Dumazet | 1 | -1/+1 |
2011-08-07 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2011-08-07 | netfilter: avoid double free in nf_reinject | Julian Anastasov | 1 | -0/+1 |
2011-08-02 | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER | Stephen Hemminger | 1 | -3/+3 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2011-01-18 | netfilter: allow NFQUEUE bypass if no listener is available | Florian Westphal | 1 | -1/+6 |
2011-01-18 | netfilter: reduce NF_VERDICT_MASK to 0xff | Florian Westphal | 1 | -1/+1 |
2011-01-18 | netfilter: nfnetlink_queue: do not free skb on error | Florian Westphal | 1 | -7/+10 |
2011-01-18 | netfilter: nfnetlink_queue: return error number to caller | Florian Westphal | 1 | -13/+31 |
2010-11-15 | netfilter: add __rcu annotations | Eric Dumazet | 1 | -4/+14 |
2010-08-19 | net/netfilter: __rcu annotations | Arnd Bergmann | 1 | -1/+1 |
2010-05-17 | net: add a noref bit on skb dst | Eric Dumazet | 1 | -0/+2 |
2010-05-13 | netfilter: remove unnecessary returns from void function()s | Joe Perches | 1 | -1/+0 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-02-19 | netfilter: nf_queue: fix NF_STOLEN skb leak | Eric Dumazet | 1 | -1/+1 |
2009-05-08 | netfilter: queue: use NFPROTO_ for queue callsites | Jan Engelhardt | 1 | -2/+2 |
2008-10-08 | netfilter: Introduce NFPROTO_* constants | Jan Engelhardt | 1 | -6/+6 |
2008-10-08 | netfilter: Use unsigned types for hooknum and pf vars | Jan Engelhardt | 1 | -5/+5 |
2008-04-29 | Remove duplicated unlikely() in IS_ERR() | Hirofumi Nakagawa | 1 | -1/+1 |
2008-03-27 | [NETFILTER]: Replate direct proc_fops assignment with proc_create call. | Denis V. Lunev | 1 | -5/+2 |
2008-03-10 | [NETFILTER]: nf_queue: don't return error when unregistering a non-existant h... | Patrick McHardy | 1 | -1/+1 |
2008-01-28 | [NETFILTER]: constify nf_afinfo | Patrick McHardy | 1 | -2/+2 |
2008-01-28 | [NETFILTER]: nf_queue: clean up error paths | Patrick McHardy | 1 | -53/+40 |
2008-01-28 | [NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdict | Patrick McHardy | 1 | -0/+2 |
2008-01-28 | [NETFILTER]: nf_queue: move list_head/skb/id to struct nf_info | Patrick McHardy | 1 | -29/+36 |