aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter/nf_defrag_ipv6_hooks.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-28netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1Florian Westphal1-16/+9
2021-04-26netfilter: disable defrag once its no longer neededFlorian Westphal1-6/+23
2021-04-06netfilter: nf_defrag_ipv6: use net_generic infraFlorian Westphal1-5/+10
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-07-18ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal1-2/+1
2018-07-16netfilter: conntrack: remove ctnetlink callbacks from l3 protocol trackersFlorian Westphal1-1/+0
2018-01-16netfilter: nf_defrag: move NF_CONNTRACK bits into #ifdefArnd Bergmann1-1/+1
2018-01-11netfilter: nf_defrag: Skip defrag if NOTRACK is setSubash Abhinov Kasiviswanathan1-0/+3
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