aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_queue.c
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2015-04-08
|\
| * netfilter: Pass socket pointer down through okfn().David Miller2015-04-07
| * netfilter: Add socket pointer to nf_hook_state.David Miller2015-04-07
| * netfilter: Use nf_hook_state in nf_queue_entry.David S. Miller2015-04-04
| * netfilter: Create and use nf_hook_state.David S. Miller2015-04-04
* | netfilter: bridge: add helpers for fetching physin/outdevFlorian Westphal2015-04-08
|/
* netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso2014-10-02
* netfilter: move skb_gso_segment into nfnetlink_queue moduleFlorian Westphal2013-04-29
* netfilter: nf_queue: move device refcount bump to extra functionFlorian Westphal2013-04-29
* netfilter: add my copyright statementsPatrick McHardy2013-04-18
* netfilter: kill support for per-af queue backendsFlorian Westphal2012-12-03
* netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue()Michael Wang2012-09-03
* netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_iterate()Michael Wang2012-09-03
* netfilter: nf_queue: fix queueing of bridged gro skbsFlorian Westphal2012-02-09
* net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-01-12
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-08
|\
| * netfilter: avoid double free in nf_reinjectJulian Anastasov2011-08-08
* | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-02
|/
* Fix common misspellingsLucas De Marchi2011-03-31
* netfilter: allow NFQUEUE bypass if no listener is availableFlorian Westphal2011-01-18
* netfilter: reduce NF_VERDICT_MASK to 0xffFlorian Westphal2011-01-18
* netfilter: nfnetlink_queue: do not free skb on errorFlorian Westphal2011-01-18
* netfilter: nfnetlink_queue: return error number to callerFlorian Westphal2011-01-18
* netfilter: add __rcu annotationsEric Dumazet2010-11-15
* net/netfilter: __rcu annotationsArnd Bergmann2010-08-19
* net: add a noref bit on skb dstEric Dumazet2010-05-17
* netfilter: remove unnecessary returns from void function()sJoe Perches2010-05-13
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* netfilter: nf_queue: fix NF_STOLEN skb leakEric Dumazet2010-02-19
* netfilter: queue: use NFPROTO_ for queue callsitesJan Engelhardt2009-05-08
* netfilter: Introduce NFPROTO_* constantsJan Engelhardt2008-10-08
* netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt2008-10-08
* Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa2008-04-29
* [NETFILTER]: Replate direct proc_fops assignment with proc_create call.Denis V. Lunev2008-03-27
* [NETFILTER]: nf_queue: don't return error when unregistering a non-existant h...Patrick McHardy2008-03-10
* [NETFILTER]: constify nf_afinfoPatrick McHardy2008-01-28
* [NETFILTER]: nf_queue: clean up error pathsPatrick McHardy2008-01-28
* [NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdictPatrick McHardy2008-01-28
* [NETFILTER]: nf_queue: move list_head/skb/id to struct nf_infoPatrick McHardy2008-01-28
* [NETFILTER]: nf_queue: move queueing related functions/struct to seperate headerPatrick McHardy2008-01-28
* [NETFILTER]: nf_queue: remove unused data pointerPatrick McHardy2008-01-28
* [NETFILTER]: nf_queue: make queue_handler constPatrick McHardy2008-01-28
* [NETFILTER]: nf_queue: remove unnecessary hook existance checkPatrick McHardy2008-01-28
* [NETFILTER]: nf_queue: minor cleanupPatrick McHardy2008-01-28
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-15
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-11
* [NETFILTER]: nf_queue: Use RCU and mutex for queue handlersYasuyuki Kozakai2007-07-11
* [NETFILTER]: nfnetlink_queue: don't unregister handler of other subsystemYasuyuki Kozakai2007-07-11
* [NETFILTER]: Fix whitespace errorsYOSHIFUJI Hideaki2007-02-12
* [PATCH] mark struct file_operations const 8Arjan van de Ven2007-02-12