aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_queue.c
Commit message (Expand)AuthorAgeFilesLines
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* netfilter: allow NFQUEUE bypass if no listener is availableFlorian Westphal2011-01-181-1/+6
* netfilter: reduce NF_VERDICT_MASK to 0xffFlorian Westphal2011-01-181-1/+1
* netfilter: nfnetlink_queue: do not free skb on errorFlorian Westphal2011-01-181-7/+10
* netfilter: nfnetlink_queue: return error number to callerFlorian Westphal2011-01-181-13/+31
* netfilter: add __rcu annotationsEric Dumazet2010-11-151-4/+14
* net/netfilter: __rcu annotationsArnd Bergmann2010-08-191-1/+1
* net: add a noref bit on skb dstEric Dumazet2010-05-171-0/+2
* netfilter: remove unnecessary returns from void function()sJoe Perches2010-05-131-1/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* netfilter: nf_queue: fix NF_STOLEN skb leakEric Dumazet2010-02-191-1/+1
* netfilter: queue: use NFPROTO_ for queue callsitesJan Engelhardt2009-05-081-2/+2
* netfilter: Introduce NFPROTO_* constantsJan Engelhardt2008-10-081-6/+6
* netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt2008-10-081-5/+5
* Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa2008-04-291-1/+1
* [NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev2008-03-271-5/+2
* [NETFILTER]: nf_queue: don't return error when unregistering a non-existant h...Patrick McHardy2008-03-101-1/+1
* [NETFILTER]: constify nf_afinfoPatrick McHardy2008-01-281-2/+2
* [NETFILTER]: nf_queue: clean up error pathsPatrick McHardy2008-01-281-53/+40
* [NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdictPatrick McHardy2008-01-281-0/+2
* [NETFILTER]: nf_queue: move list_head/skb/id to struct nf_infoPatrick McHardy2008-01-281-29/+36
* [NETFILTER]: nf_queue: move queueing related functions/struct to seperate headerPatrick McHardy2008-01-281-0/+1
* [NETFILTER]: nf_queue: remove unused data pointerPatrick McHardy2008-01-281-1/+1
* [NETFILTER]: nf_queue: make queue_handler constPatrick McHardy2008-01-281-6/+6
* [NETFILTER]: nf_queue: remove unnecessary hook existance checkPatrick McHardy2008-01-281-13/+0
* [NETFILTER]: nf_queue: minor cleanupPatrick McHardy2008-01-281-11/+20
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-151-2/+2
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-101-1/+1
* [NETFILTER]: nf_queue: Use RCU and mutex for queue handlersYasuyuki Kozakai2007-07-101-23/+29
* [NETFILTER]: nfnetlink_queue: don't unregister handler of other subsystemYasuyuki Kozakai2007-07-101-1/+6
* [NETFILTER]: Fix whitespace errorsYOSHIFUJI Hideaki2007-02-121-11/+11
* [PATCH] mark struct file_operations const 8Arjan van de Ven2007-02-121-1/+1
* [NETFILTER]: nf_queue: handle GSO packetsPatrick McHardy2006-09-221-20/+60
* [NETFILTER]: nf_queue: handle NF_STOP and unknown verdicts in nf_reinjectPatrick McHardy2006-07-241-5/+4
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [NETFILTER]: Introduce infrastructure for address family specific operationsPatrick McHardy2006-04-091-36/+13
* [NETFILTER]: nf_queue: fix end-of-list checkPatrick McHardy2006-02-271-1/+1
* [NETFILTER]: nf_queue: remove unnecessary check for outfnPatrick McHardy2006-02-271-1/+1
* [NETFILTER]: nf_queue: fix rerouting after packet manglingPatrick McHardy2006-02-271-7/+15
* [NETFILTER]: nf_queue: check if rerouter is present before using itPatrick McHardy2006-02-271-2/+2
* [NETFILTER]: nf_queue: don't copy registered rerouter dataPatrick McHardy2006-02-271-19/+9
* [NETFILTER] nf_queue: Fix Ooops when no queue handler registeredHarald Welte2005-11-051-1/+1
* [NETFILTER]: more verbose return codes from nf_{log,queue}Harald Welte2005-08-291-1/+5
* [NETFILTER]: add /proc/net/netfilter interface to nf_queueHarald Welte2005-08-291-20/+86
* [NETFILTER]: split net/core/netfilter.c into net/netfilter/*.cHarald Welte2005-08-291-0/+273