summaryrefslogtreecommitdiff
path: root/net/netfilter/core.c
AgeCommit message (Expand)Author
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
2007-04-25[NETFILTER]: nf_conntrack: don't use nfct in skb if conntrack is disabledYasuyuki Kozakai
2007-04-25[NETFILTER]: Remove changelogs and CVS IDsPatrick McHardy
2007-02-12[NETFILTER]: Fix whitespace errorsYOSHIFUJI Hideaki
2007-02-12[NETFILTER]: Switch nf_register_hook/nf_unregister_hook to mutexPatrick McHardy
2007-02-12[NETFILTER]: Switch nf_register_afinfo/nf_unregister_afinfo to mutexPatrick McHardy
2007-02-12[NETFILTER]: Remove unnecessary synchronize_net() in nf_register_hookPatrick McHardy
2007-02-12[NETFILTER]: Properly use RCU in nf_ct_attachPatrick McHardy
2006-12-02[NETFILTER]: More __read_mostly annotationsMartin Josefsson
2006-12-02[NET]: netfilter checksum annotationsAl Viro
2006-09-22[NETFILTER]: nf_queue: handle GSO packetsPatrick McHardy
2006-09-22[NETFILTER]: Get rid of HW checksum invalidationPatrick 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-04-09[NETFILTER]: Add helper functions for mass hook registration/unregistrationPatrick McHardy