aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_queue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-25netfilter: replace list_head with single linked listAaron Conole1-8/+10
2016-05-25netfilter: nf_queue: Make the queue_handler pernetEric W. Biederman1-9/+8
2015-10-16netfilter: nf_queue: remove rcu_read_lock callsFlorian Westphal1-12/+4
2015-10-16netfilter: make nf_queue_entry_get_refs return voidFlorian Westphal1-9/+2
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal1-5/+0
2015-10-13netfilter: nfqueue: don't use prev pointerFlorian Westphal1-4/+2
2015-09-29netfilter: Push struct net down into nf_afinfo.rerouteEric W. Biederman1-1/+1
2015-09-17netfilter: Pass net into okfnEric W. Biederman1-1/+1
2015-07-23netfilter: nf_queue: fix nf_queue_nf_hook_drop()Pablo Neira Ayuso1-9/+3
2015-07-02netfilter: nf_queue: Don't recompute the hook_list headEric W. Biederman1-1/+1
2015-06-23netfilter: nf_qeueue: Drop queue entries on nf_unregister_hookEric W. Biederman1-0/+17
2015-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso1-29/+29
2015-04-08netfilter: bridge: add helpers for fetching physin/outdevFlorian Westphal1-8/+10
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller1-1/+1
2015-04-07netfilter: Add socket pointer to nf_hook_state.David Miller1-0/+4
2015-04-04netfilter: Use nf_hook_state in nf_queue_entry.David S. Miller1-25/+19
2015-04-04netfilter: Create and use nf_hook_state.David S. Miller1-18/+20
2014-10-02netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso1-2/+2
2013-04-29netfilter: move skb_gso_segment into nfnetlink_queue moduleFlorian Westphal1-87/+9
2013-04-29netfilter: nf_queue: move device refcount bump to extra functionFlorian Westphal1-21/+28
2013-04-18netfilter: add my copyright statementsPatrick McHardy1-0/+5
2012-12-03netfilter: kill support for per-af queue backendsFlorian Westphal1-139/+13
2012-09-03netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue()Michael Wang1-4/+4
2012-09-03netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_iterate()Michael Wang1-3/+3
2012-02-09netfilter: nf_queue: fix queueing of bridged gro skbsFlorian Westphal1-8/+32
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet1-1/+1
2011-08-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2011-08-07netfilter: avoid double free in nf_reinjectJulian Anastasov1-0/+1
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-3/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-18netfilter: allow NFQUEUE bypass if no listener is availableFlorian Westphal1-1/+6
2011-01-18netfilter: reduce NF_VERDICT_MASK to 0xffFlorian Westphal1-1/+1
2011-01-18netfilter: nfnetlink_queue: do not free skb on errorFlorian Westphal1-7/+10
2011-01-18netfilter: nfnetlink_queue: return error number to callerFlorian Westphal1-13/+31
2010-11-15netfilter: add __rcu annotationsEric Dumazet1-4/+14
2010-08-19net/netfilter: __rcu annotationsArnd Bergmann1-1/+1
2010-05-17net: add a noref bit on skb dstEric Dumazet1-0/+2
2010-05-13netfilter: remove unnecessary returns from void function()sJoe Perches1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-19netfilter: nf_queue: fix NF_STOLEN skb leakEric Dumazet1-1/+1
2009-05-08netfilter: queue: use NFPROTO_ for queue callsitesJan Engelhardt1-2/+2
2008-10-08netfilter: Introduce NFPROTO_* constantsJan Engelhardt1-6/+6
2008-10-08netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt1-5/+5
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa1-1/+1
2008-03-27[NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev1-5/+2
2008-03-10[NETFILTER]: nf_queue: don't return error when unregistering a non-existant handlerPatrick McHardy1-1/+1
2008-01-28[NETFILTER]: constify nf_afinfoPatrick McHardy1-2/+2
2008-01-28[NETFILTER]: nf_queue: clean up error pathsPatrick McHardy1-53/+40
2008-01-28[NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdictPatrick McHardy1-0/+2
2008-01-28[NETFILTER]: nf_queue: move list_head/skb/id to struct nf_infoPatrick McHardy1-29/+36