aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter/nf_defrag_ipv6_hooks.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-31netfilter: nf_hook_ops structs can be constFlorian Westphal1-1/+1
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal1-2/+2
2016-12-06netfilter: defrag: only register defrag functionality if neededFlorian Westphal1-4/+38
2016-11-29netfilter: ipv6: nf_defrag: drop mangled skb on ream errorFlorian Westphal1-1/+1
2015-11-23netfilter: ipv6: avoid nf_iterate recursionFlorian Westphal1-9/+5
2015-11-23netfilter: ipv6: nf_defrag: avoid/free clone operationsFlorian Westphal1-6/+0
2015-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso1-1/+2
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal1-2/+0
2015-10-12ipv6: Pass struct net into nf_ct_frag6_gatherEric W. Biederman1-1/+2
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman1-1/+1
2015-09-18inet netfilter: Prefer state->hook to ops->hooknumEric W. Biederman1-2/+2
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman1-1/+1
2015-08-18netfilter: nf_conntrack: add direction support for zonesDaniel Borkmann1-2/+6
2015-08-11netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann1-7/+5
2015-07-30netfilter: bridge: reduce nf_bridge_info to 32 bytes againFlorian Westphal1-5/+2
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller1-1/+1
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller1-5/+3
2014-10-02netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso1-1/+1
2013-11-11netfilter: push reasm skb through instead of original frag skbsJiri Pirko1-2/+5
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy1-3/+3
2012-11-01ipv6: use IS_ENABLED()Amerigo Wang1-3/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-12netfilter: fix compilation when conntrack is disabled but tproxy is enabledKOVACS Krisztian1-1/+7
2010-10-21tproxy: split off ipv6 defragmentation to a separate moduleBalazs Scheidler1-0/+131