summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_queue.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: move skb_gso_segment into nfnetlink_queue moduleFlorian Westphal2013-04-291-87/+9
* netfilter: nf_queue: move device refcount bump to extra functionFlorian Westphal2013-04-291-21/+28
* netfilter: add my copyright statementsPatrick McHardy2013-04-181-0/+5
* netfilter: kill support for per-af queue backendsFlorian Westphal2012-12-031-139/+13
* netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue()Michael Wang2012-09-031-4/+4
* netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_iterate()Michael Wang2012-09-031-3/+3
* netfilter: nf_queue: fix queueing of bridged gro skbsFlorian Westphal2012-02-091-8/+32
* net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-01-121-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-071-0/+1
|\
| * netfilter: avoid double free in nf_reinjectJulian Anastasov2011-08-071-0/+1
* | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-021-3/+3
|/
* 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
OpenPOWER on IntegriCloud