aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-05netfilter: remove unneeded variable proc_net_netfilterPablo Neira Ayuso1-12/+4
2013-04-05netfilter: make /proc/net/netfilter pernetGao feng1-4/+29
2012-12-03netfilter: kill support for per-af queue backendsFlorian Westphal1-2/+0
2012-09-03netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue()Michael Wang1-2/+2
2012-09-03netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_iterate()Michael Wang1-14/+10
2012-08-30netfilter: add protocol independent NAT corePatrick McHardy1-0/+5
2012-08-22netfilter: replace list_for_each_continue_rcu with new interfaceMichael Wang1-4/+6
2012-06-22netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_NF_CT_NETLINK=yPablo Neira Ayuso1-0/+3
2012-06-20netfilter: nfq_ct_hook needs __rcu and __read_mostlyPablo Neira Ayuso1-1/+1
2012-06-16netfilter: add glue code to integrate nfnetlink_queue and ctnetlinkPablo Neira Ayuso1-0/+4
2012-04-20net: Delete all remaining instances of ctl_pathEric W. Biederman1-9/+0
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]()Ingo Molnar1-3/+3
2011-12-16net:netfilter: use IS_ENABLEDIgor Maravić1-1/+1
2011-11-21netfilter: use jump_label for nf_hooksEric Dumazet1-1/+12
2011-11-01netfilter: do not propagate nf_queue errors in nf_hook_slowFlorian Westphal1-6/+5
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-2/+2
2011-02-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2011-02-14netfilter: nf_iterate: fix incorrect RCU usagePatrick McHardy1-1/+2
2011-01-18netfilter: allow NFQUEUE bypass if no listener is availableFlorian Westphal1-0/+3
2011-01-18netfilter: reduce NF_VERDICT_MASK to 0xffFlorian Westphal1-2/+2
2011-01-18netfilter: nfnetlink_queue: do not free skb on errorFlorian Westphal1-2/+5
2011-01-18netfilter: nfnetlink_queue: return error number to callerFlorian Westphal1-2/+4
2011-01-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 into HEADSimon Horman1-2/+4
2010-11-17netfilter: allow hooks to pass error code back up the stackEric Paris1-2/+4
2010-11-15netfilter: add __rcu annotationsEric Dumazet1-2/+2
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-4/+2
2010-10-04netfilter: unregister nf hooks, matches and targets in the reverse orderChangli Gao1-4/+2
2010-08-19net/netfilter: __rcu annotationsArnd Bergmann1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman1-2/+2
2009-02-18netfilter: remove unneeded gotoJan Engelhardt1-2/+0
2008-10-08netfilter: enable netfilter in netnsAlexey Dobriyan1-8/+0
2008-10-08netfilter: Introduce NFPROTO_* constantsJan Engelhardt1-3/+3
2008-10-08netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt1-2/+2
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2008-03-24[NETNS]: Process netfilter hooks in initial namespace only.Denis V. Lunev1-0/+8
2008-01-28[NETFILTER]: kill nf_sysctl.cPatrick McHardy1-0/+9
2008-01-28[NETFILTER]: constify nf_afinfoPatrick McHardy1-3/+3
2008-01-28[NETFILTER]: remove annoying debugging messagePatrick McHardy1-2/+1
2008-01-28[NETFILTER]: nf_queue: remove unnecessary hook existance checkPatrick McHardy1-5/+0
2008-01-28[NETFILTER]: replace list_for_each with list_for_each_entryLi Zefan1-4/+4
2008-01-28[NET]: Move netfilter checksum helpers to net/core/utils.cPatrick McHardy1-16/+0
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu1-5/+5
2007-10-15[NETFILTER]: Do not copy skb in skb_make_writableHerbert Xu1-24/+14
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-1/+2
2007-07-10[NETFILTER]: add some consts, remove some castsJan Engelhardt1-3/+3
2007-07-10[SKBUFF]: Keep track of writable header len of headerless clonesPatrick McHardy1-1/+3
2007-04-25[NETFILTER]: nf_conntrack: kill destroy() in struct nf_conntrack for dietYasuyuki Kozakai1-1/+16
2007-04-25[NETFILTER]: nf_conntrack: don't use nfct in skb if conntrack is disabledYasuyuki Kozakai1-0/+2
2007-04-25[NETFILTER]: Remove changelogs and CVS IDsPatrick McHardy1-4/+0