summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_queue.c
AgeCommit message (Expand)Author
2018-02-16netfilter: nf_queue: Make the queue_handler pernetEric W. Biederman
2015-10-16netfilter: nf_queue: remove rcu_read_lock callsFlorian Westphal
2015-10-16netfilter: make nf_queue_entry_get_refs return voidFlorian Westphal
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal
2015-10-13netfilter: nfqueue: don't use prev pointerFlorian Westphal
2015-09-29netfilter: Push struct net down into nf_afinfo.rerouteEric W. Biederman
2015-09-17netfilter: Pass net into okfnEric W. Biederman
2015-07-23netfilter: nf_queue: fix nf_queue_nf_hook_drop()Pablo Neira Ayuso
2015-07-02netfilter: nf_queue: Don't recompute the hook_list headEric W. Biederman
2015-06-23netfilter: nf_qeueue: Drop queue entries on nf_unregister_hookEric W. Biederman
2015-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso
2015-04-08netfilter: bridge: add helpers for fetching physin/outdevFlorian Westphal
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller
2015-04-07netfilter: Add socket pointer to nf_hook_state.David Miller
2015-04-04netfilter: Use nf_hook_state in nf_queue_entry.David S. Miller
2015-04-04netfilter: Create and use nf_hook_state.David S. Miller
2014-10-02netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso
2013-04-29netfilter: move skb_gso_segment into nfnetlink_queue moduleFlorian Westphal
2013-04-29netfilter: nf_queue: move device refcount bump to extra functionFlorian Westphal
2013-04-18netfilter: add my copyright statementsPatrick McHardy
2012-12-03netfilter: kill support for per-af queue backendsFlorian Westphal
2012-09-03netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue()Michael Wang
2012-09-03netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_iterate()Michael Wang
2012-02-09netfilter: nf_queue: fix queueing of bridged gro skbsFlorian Westphal
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet
2011-08-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-08-07netfilter: avoid double free in nf_reinjectJulian Anastasov
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-18netfilter: allow NFQUEUE bypass if no listener is availableFlorian Westphal
2011-01-18netfilter: reduce NF_VERDICT_MASK to 0xffFlorian Westphal
2011-01-18netfilter: nfnetlink_queue: do not free skb on errorFlorian Westphal
2011-01-18netfilter: nfnetlink_queue: return error number to callerFlorian Westphal
2010-11-15netfilter: add __rcu annotationsEric Dumazet
2010-08-19net/netfilter: __rcu annotationsArnd Bergmann
2010-05-17net: add a noref bit on skb dstEric Dumazet
2010-05-13netfilter: remove unnecessary returns from void function()sJoe Perches
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-19netfilter: nf_queue: fix NF_STOLEN skb leakEric Dumazet
2009-05-08netfilter: queue: use NFPROTO_ for queue callsitesJan Engelhardt
2008-10-08netfilter: Introduce NFPROTO_* constantsJan Engelhardt
2008-10-08netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa
2008-03-27[NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev
2008-03-10[NETFILTER]: nf_queue: don't return error when unregistering a non-existant h...Patrick McHardy
2008-01-28[NETFILTER]: constify nf_afinfoPatrick McHardy
2008-01-28[NETFILTER]: nf_queue: clean up error pathsPatrick McHardy
2008-01-28[NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdictPatrick McHardy
2008-01-28[NETFILTER]: nf_queue: move list_head/skb/id to struct nf_infoPatrick McHardy
2008-01-28[NETFILTER]: nf_queue: move queueing related functions/struct to seperate headerPatrick McHardy