summaryrefslogtreecommitdiffstats
path: root/net/netfilter/core.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: fix various sparse warningsFlorian Westphal2014-11-131-0/+1
* netfilter: HAVE_JUMP_LABEL instead of CONFIG_JUMP_LABELZhouyi Zhou2014-08-251-3/+3
* netfilter: don't use mutex_lock_interruptible()Pablo Neira Ayuso2014-08-081-9/+2Star
* netfilter: pass hook ops to hookfnPatrick McHardy2013-10-141-1/+1
* netfilter: nf_conntrack: constify sk_buff argument to nf_ct_attach()Patrick McHardy2013-07-311-3/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-06-061-6/+15
|\
| * netfilter: don't panic on error while walking through the init pathPablo Neira Ayuso2013-05-231-6/+15
* | netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6Florian Westphal2013-05-231-0/+2
|/
* netfilter: add my copyright statementsPatrick McHardy2013-04-181-0/+1
* netfilter: remove unneeded variable proc_net_netfilterPablo Neira Ayuso2013-04-051-12/+4Star
* netfilter: make /proc/net/netfilter pernetGao feng2013-04-051-4/+29
* netfilter: kill support for per-af queue backendsFlorian Westphal2012-12-031-2/+0Star
* netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue()Michael Wang2012-09-031-2/+2
* netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_iterate()Michael Wang2012-09-031-14/+10Star
* netfilter: add protocol independent NAT corePatrick McHardy2012-08-301-0/+5
* netfilter: replace list_for_each_continue_rcu with new interfaceMichael Wang2012-08-221-4/+6
* netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_N...Pablo Neira Ayuso2012-06-221-0/+3
* netfilter: nfq_ct_hook needs __rcu and __read_mostlyPablo Neira Ayuso2012-06-201-1/+1
* netfilter: add glue code to integrate nfnetlink_queue and ctnetlinkPablo Neira Ayuso2012-06-161-0/+4
* net: Delete all remaining instances of ctl_pathEric W. Biederman2012-04-211-9/+0Star
* static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar2012-02-241-3/+3
* net:netfilter: use IS_ENABLEDIgor Maravić2011-12-161-1/+1
* netfilter: use jump_label for nf_hooksEric Dumazet2011-11-211-1/+12
* netfilter: do not propagate nf_queue errors in nf_hook_slowFlorian Westphal2011-11-011-6/+5Star
* rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-021-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-201-1/+2
|\
| * netfilter: nf_iterate: fix incorrect RCU usagePatrick McHardy2011-02-141-1/+2
* | netfilter: allow NFQUEUE bypass if no listener is availableFlorian Westphal2011-01-181-0/+3
* | netfilter: reduce NF_VERDICT_MASK to 0xffFlorian Westphal2011-01-181-2/+2
* | netfilter: nfnetlink_queue: do not free skb on errorFlorian Westphal2011-01-181-2/+5
* | netfilter: nfnetlink_queue: return error number to callerFlorian Westphal2011-01-181-2/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Simon Horman2011-01-131-2/+4
|\|
| * netfilter: allow hooks to pass error code back up the stackEric Paris2010-11-171-2/+4
* | netfilter: add __rcu annotationsEric Dumazet2010-11-151-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-231-4/+2Star
|\
| * netfilter: unregister nf hooks, matches and targets in the reverse orderChangli Gao2010-10-041-4/+2Star
* | net/netfilter: __rcu annotationsArnd Bergmann2010-08-201-1/+1
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-121-2/+2
* netfilter: remove unneeded gotoJan Engelhardt2009-02-181-2/+0Star
* netfilter: enable netfilter in netnsAlexey Dobriyan2008-10-081-8/+0Star
* netfilter: Introduce NFPROTO_* constantsJan Engelhardt2008-10-081-3/+3
* netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt2008-10-081-2/+2
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-1/+1
* [NETNS]: Process netfilter hooks in initial namespace only.Denis V. Lunev2008-03-241-0/+8
* [NETFILTER]: kill nf_sysctl.cPatrick McHardy2008-01-291-0/+9
* [NETFILTER]: constify nf_afinfoPatrick McHardy2008-01-281-3/+3
* [NETFILTER]: remove annoying debugging messagePatrick McHardy2008-01-281-2/+1Star
* [NETFILTER]: nf_queue: remove unnecessary hook existance checkPatrick McHardy2008-01-281-5/+0Star
* [NETFILTER]: replace list_for_each with list_for_each_entryLi Zefan2008-01-281-4/+4