aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-191-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/+2
|\
| * netfilter: unregister nf hooks, matches and targets in the reverse orderChangli Gao2010-10-041-4/+2
* | net/netfilter: __rcu annotationsArnd Bergmann2010-08-191-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/+0
* netfilter: enable netfilter in netnsAlexey Dobriyan2008-10-081-8/+0
* 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-261-1/+1
* [NETNS]: Process netfilter hooks in initial namespace only.Denis V. Lunev2008-03-241-0/+8
* [NETFILTER]: kill nf_sysctl.cPatrick McHardy2008-01-281-0/+9
* [NETFILTER]: constify nf_afinfoPatrick McHardy2008-01-281-3/+3
* [NETFILTER]: remove annoying debugging messagePatrick McHardy2008-01-281-2/+1
* [NETFILTER]: nf_queue: remove unnecessary hook existance checkPatrick McHardy2008-01-281-5/+0
* [NETFILTER]: replace list_for_each with list_for_each_entryLi Zefan2008-01-281-4/+4
* [NET]: Move netfilter checksum helpers to net/core/utils.cPatrick McHardy2008-01-281-16/+0
* [NETFILTER]: Replace sk_buff ** with sk_buff *Herbert Xu2007-10-151-5/+5
* [NETFILTER]: Do not copy skb in skb_make_writableHerbert Xu2007-10-151-24/+14
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-1/+2
* [NETFILTER]: add some consts, remove some castsJan Engelhardt2007-07-101-3/+3
* [SKBUFF]: Keep track of writable header len of headerless clonesPatrick McHardy2007-07-101-1/+3
* [NETFILTER]: nf_conntrack: kill destroy() in struct nf_conntrack for dietYasuyuki Kozakai2007-04-251-1/+16
* [NETFILTER]: nf_conntrack: don't use nfct in skb if conntrack is disabledYasuyuki Kozakai2007-04-251-0/+2
* [NETFILTER]: Remove changelogs and CVS IDsPatrick McHardy2007-04-251-4/+0
* [NETFILTER]: Fix whitespace errorsYOSHIFUJI Hideaki2007-02-121-3/+3
* [NETFILTER]: Switch nf_register_hook/nf_unregister_hook to mutexPatrick McHardy2007-02-121-5/+8
* [NETFILTER]: Switch nf_register_afinfo/nf_unregister_afinfo to mutexPatrick McHardy2007-02-121-5/+10
* [NETFILTER]: Remove unnecessary synchronize_net() in nf_register_hookPatrick McHardy2007-02-121-2/+0
* [NETFILTER]: Properly use RCU in nf_ct_attachPatrick McHardy2007-02-121-3/+6
* [NETFILTER]: More __read_mostly annotationsMartin Josefsson2006-12-021-2/+2
* [NET]: netfilter checksum annotationsAl Viro2006-12-021-17/+10
* [NETFILTER]: nf_queue: handle GSO packetsPatrick McHardy2006-09-221-1/+1
* [NETFILTER]: Get rid of HW checksum invalidationPatrick McHardy2006-09-221-0/+22
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [NETFILTER]: Introduce infrastructure for address family specific operationsPatrick McHardy2006-04-091-0/+23
* [NETFILTER]: Add helper functions for mass hook registration/unregistrationPatrick McHardy2006-04-091-0/+28
* [NETFILTER]: split net/core/netfilter.c into net/netfilter/*.cHarald Welte2005-08-291-0/+216