summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_queue.c
AgeCommit message (Expand)AuthorLines
2014-10-02netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso-2/+2
2013-04-29netfilter: move skb_gso_segment into nfnetlink_queue moduleFlorian Westphal-87/+9
2013-04-29netfilter: nf_queue: move device refcount bump to extra functionFlorian Westphal-21/+28
2013-04-18netfilter: add my copyright statementsPatrick McHardy-0/+5
2012-12-03netfilter: kill support for per-af queue backendsFlorian Westphal-139/+13
2012-09-03netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue()Michael Wang-4/+4
2012-09-03netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_iterate()Michael Wang-3/+3
2012-02-09netfilter: nf_queue: fix queueing of bridged gro skbsFlorian Westphal-8/+32
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet-1/+1
2011-08-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2011-08-07netfilter: avoid double free in nf_reinjectJulian Anastasov-0/+1
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger-3/+3
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-01-18netfilter: allow NFQUEUE bypass if no listener is availableFlorian Westphal-1/+6
2011-01-18netfilter: reduce NF_VERDICT_MASK to 0xffFlorian Westphal-1/+1
2011-01-18netfilter: nfnetlink_queue: do not free skb on errorFlorian Westphal-7/+10
2011-01-18netfilter: nfnetlink_queue: return error number to callerFlorian Westphal-13/+31
2010-11-15netfilter: add __rcu annotationsEric Dumazet-4/+14
2010-08-19net/netfilter: __rcu annotationsArnd Bergmann-1/+1
2010-05-17net: add a noref bit on skb dstEric Dumazet-0/+2
2010-05-13netfilter: remove unnecessary returns from void function()sJoe Perches-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-02-19netfilter: nf_queue: fix NF_STOLEN skb leakEric Dumazet-1/+1
2009-05-08netfilter: queue: use NFPROTO_ for queue callsitesJan Engelhardt-2/+2
2008-10-08netfilter: Introduce NFPROTO_* constantsJan Engelhardt-6/+6
2008-10-08netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt-5/+5
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa-1/+1
2008-03-27[NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev-5/+2
2008-03-10[NETFILTER]: nf_queue: don't return error when unregistering a non-existant h...Patrick McHardy-1/+1
2008-01-28[NETFILTER]: constify nf_afinfoPatrick McHardy-2/+2
2008-01-28[NETFILTER]: nf_queue: clean up error pathsPatrick McHardy-53/+40
2008-01-28[NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdictPatrick McHardy-0/+2
2008-01-28[NETFILTER]: nf_queue: move list_head/skb/id to struct nf_infoPatrick McHardy-29/+36
2008-01-28[NETFILTER]: nf_queue: move queueing related functions/struct to seperate headerPatrick McHardy-0/+1
2008-01-28[NETFILTER]: nf_queue: remove unused data pointerPatrick McHardy-1/+1
2008-01-28[NETFILTER]: nf_queue: make queue_handler constPatrick McHardy-6/+6
2008-01-28[NETFILTER]: nf_queue: remove unnecessary hook existance checkPatrick McHardy-13/+0
2008-01-28[NETFILTER]: nf_queue: minor cleanupPatrick McHardy-11/+20
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu-2/+2
2007-07-10[NET]: Make all initialized struct seq_operations const.Philippe De Muyter-1/+1
2007-07-10[NETFILTER]: nf_queue: Use RCU and mutex for queue handlersYasuyuki Kozakai-23/+29
2007-07-10[NETFILTER]: nfnetlink_queue: don't unregister handler of other subsystemYasuyuki Kozakai-1/+6
2007-02-12[NETFILTER]: Fix whitespace errorsYOSHIFUJI Hideaki-11/+11
2007-02-12[PATCH] mark struct file_operations const 8Arjan van de Ven-1/+1
2006-09-22[NETFILTER]: nf_queue: handle GSO packetsPatrick McHardy-20/+60
2006-07-24[NETFILTER]: nf_queue: handle NF_STOP and unknown verdicts in nf_reinjectPatrick McHardy-5/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-04-09[NETFILTER]: Introduce infrastructure for address family specific operationsPatrick McHardy-36/+13
2006-02-27[NETFILTER]: nf_queue: fix end-of-list checkPatrick McHardy-1/+1
2006-02-27[NETFILTER]: nf_queue: remove unnecessary check for outfnPatrick McHardy-1/+1