aboutsummaryrefslogtreecommitdiff
path: root/net/netfilter/core.c
AgeCommit message (Expand)Author
2013-05-23netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6Florian Westphal
2013-04-18netfilter: add my copyright statementsPatrick McHardy
2013-04-05netfilter: remove unneeded variable proc_net_netfilterPablo Neira Ayuso
2013-04-05netfilter: make /proc/net/netfilter pernetGao feng
2012-12-03netfilter: kill support for per-af queue backendsFlorian Westphal
2012-09-03netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue()Michael Wang
2012-09-03netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_iterate()Michael Wang
2012-08-30netfilter: add protocol independent NAT corePatrick McHardy
2012-08-22netfilter: replace list_for_each_continue_rcu with new interfaceMichael Wang
2012-06-22netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_N...Pablo Neira Ayuso
2012-06-20netfilter: nfq_ct_hook needs __rcu and __read_mostlyPablo Neira Ayuso
2012-06-16netfilter: add glue code to integrate nfnetlink_queue and ctnetlinkPablo Neira Ayuso
2012-04-20net: Delete all remaining instances of ctl_pathEric W. Biederman
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar
2011-12-16net:netfilter: use IS_ENABLEDIgor Maravić
2011-11-21netfilter: use jump_label for nf_hooksEric Dumazet
2011-11-01netfilter: do not propagate nf_queue errors in nf_hook_slowFlorian Westphal
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger
2011-02-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-02-14netfilter: nf_iterate: fix incorrect RCU usagePatrick McHardy
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
2011-01-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Simon Horman
2010-11-17netfilter: allow hooks to pass error code back up the stackEric Paris
2010-11-15netfilter: add __rcu annotationsEric Dumazet
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-10-04netfilter: unregister nf hooks, matches and targets in the reverse orderChangli Gao
2010-08-19net/netfilter: __rcu annotationsArnd Bergmann
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-12sysctl net: Remove unused binary sysctl codeEric W. Biederman
2009-02-18netfilter: remove unneeded gotoJan Engelhardt
2008-10-08netfilter: enable netfilter in netnsAlexey Dobriyan
2008-10-08netfilter: Introduce NFPROTO_* constantsJan Engelhardt
2008-10-08netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-24[NETNS]: Process netfilter hooks in initial namespace only.Denis V. Lunev
2008-01-28[NETFILTER]: kill nf_sysctl.cPatrick McHardy
2008-01-28[NETFILTER]: constify nf_afinfoPatrick McHardy
2008-01-28[NETFILTER]: remove annoying debugging messagePatrick McHardy
2008-01-28[NETFILTER]: nf_queue: remove unnecessary hook existance checkPatrick McHardy
2008-01-28[NETFILTER]: replace list_for_each with list_for_each_entryLi Zefan
2008-01-28[NET]: Move netfilter checksum helpers to net/core/utils.cPatrick McHardy
2007-10-15[NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu
2007-10-15[NETFILTER]: Do not copy skb in skb_make_writableHerbert Xu
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman
2007-07-10[NETFILTER]: add some consts, remove some castsJan Engelhardt
2007-07-10[SKBUFF]: Keep track of writable header len of headerless clonesPatrick McHardy
2007-04-25[NETFILTER]: nf_conntrack: kill destroy() in struct nf_conntrack for dietYasuyuki Kozakai