summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_queue.c
AgeCommit message (Expand)Author
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
2008-01-28[NETFILTER]: nf_queue: remove unused data pointerPatrick McHardy
2008-01-28[NETFILTER]: nf_queue: make queue_handler constPatrick McHardy
2008-01-28[NETFILTER]: nf_queue: remove unnecessary hook existance checkPatrick McHardy
2008-01-28[NETFILTER]: nf_queue: minor cleanupPatrick McHardy
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu
2007-07-10[NET]: Make all initialized struct seq_operations const.Philippe De Muyter
2007-07-10[NETFILTER]: nf_queue: Use RCU and mutex for queue handlersYasuyuki Kozakai
2007-07-10[NETFILTER]: nfnetlink_queue: don't unregister handler of other subsystemYasuyuki Kozakai
2007-02-12[NETFILTER]: Fix whitespace errorsYOSHIFUJI Hideaki
2007-02-12[PATCH] mark struct file_operations const 8Arjan van de Ven
2006-09-22[NETFILTER]: nf_queue: handle GSO packetsPatrick McHardy
2006-07-24[NETFILTER]: nf_queue: handle NF_STOP and unknown verdicts in nf_reinjectPatrick McHardy
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-04-09[NETFILTER]: Introduce infrastructure for address family specific operationsPatrick McHardy
2006-02-27[NETFILTER]: nf_queue: fix end-of-list checkPatrick McHardy
2006-02-27[NETFILTER]: nf_queue: remove unnecessary check for outfnPatrick McHardy
2006-02-27[NETFILTER]: nf_queue: fix rerouting after packet manglingPatrick McHardy
2006-02-27[NETFILTER]: nf_queue: check if rerouter is present before using itPatrick McHardy
2006-02-27[NETFILTER]: nf_queue: don't copy registered rerouter dataPatrick McHardy
2005-11-05[NETFILTER] nf_queue: Fix Ooops when no queue handler registeredHarald Welte
2005-08-29[NETFILTER]: more verbose return codes from nf_{log,queue}Harald Welte
2005-08-29[NETFILTER]: add /proc/net/netfilter interface to nf_queueHarald Welte
2005-08-29[NETFILTER]: split net/core/netfilter.c into net/netfilter/*.cHarald Welte