summaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter/nf_defrag_ipv6_hooks.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal2018-07-181-2/+1Star
* netfilter: conntrack: remove ctnetlink callbacks from l3 protocol trackersFlorian Westphal2018-07-161-1/+0Star
* netfilter: nf_defrag: move NF_CONNTRACK bits into #ifdefArnd Bergmann2018-01-161-1/+1
* netfilter: nf_defrag: Skip defrag if NOTRACK is setSubash Abhinov Kasiviswanathan2018-01-111-0/+3
* netfilter: nf_hook_ops structs can be constFlorian Westphal2017-07-311-1/+1
* skbuff: add and use skb_nfct helperFlorian Westphal2017-02-021-2/+2
* netfilter: defrag: only register defrag functionality if neededFlorian Westphal2016-12-061-4/+38
* netfilter: ipv6: nf_defrag: drop mangled skb on ream errorFlorian Westphal2016-11-291-1/+1
* netfilter: ipv6: avoid nf_iterate recursionFlorian Westphal2015-11-231-9/+5Star
* netfilter: ipv6: nf_defrag: avoid/free clone operationsFlorian Westphal2015-11-231-6/+0Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2015-10-171-1/+2
|\
| * ipv6: Pass struct net into nf_ct_frag6_gatherEric W. Biederman2015-10-131-1/+2
* | netfilter: remove hook owner refcountingFlorian Westphal2015-10-161-2/+0Star
|/
* netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman2015-09-181-1/+1
* inet netfilter: Prefer state->hook to ops->hooknumEric W. Biederman2015-09-181-2/+2
* netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-181-1/+1
* netfilter: nf_conntrack: add direction support for zonesDaniel Borkmann2015-08-181-2/+6
* netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann2015-08-111-7/+5Star
* netfilter: bridge: reduce nf_bridge_info to 32 bytes againFlorian Westphal2015-07-301-5/+2Star
* netfilter: Pass socket pointer down through okfn().David Miller2015-04-071-1/+1
* netfilter: Make nf_hookfn use nf_hook_state.David S. Miller2015-04-041-5/+3Star
* netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso2014-10-021-1/+1
* netfilter: push reasm skb through instead of original frag skbsJiri Pirko2013-11-111-2/+5
* netfilter: pass hook ops to hookfnPatrick McHardy2013-10-141-3/+3
* ipv6: use IS_ENABLED()Amerigo Wang2012-11-011-3/+3
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* netfilter: fix compilation when conntrack is disabled but tproxy is enabledKOVACS Krisztian2011-01-121-1/+7
* tproxy: split off ipv6 defragmentation to a separate moduleBalazs Scheidler2010-10-211-0/+131