summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/nf_defrag_ipv4.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* netfilter: nf_defrag: move NF_CONNTRACK bits into #ifdefArnd Bergmann2018-01-161-1/+3
* netfilter: nf_defrag: Skip defrag if NOTRACK is setSubash Abhinov Kasiviswanathan2018-01-111-1/+1
* 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-3/+38
* netfilter: nf_defrag_ipv4: Drop redundant ip_send_check()Joe Stringer2016-03-021-3/+1Star
* inet: frag: Always orphan skbs inside ip_defrag()Joe Stringer2016-01-291-2/+0Star
* ipv4: use sk_fullsock() in ipv4_conntrack_defrag()Eric Dumazet2015-11-051-3/+2Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2015-10-171-3/+4
|\
| * ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman2015-10-131-3/+4
* | 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-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-6/+5Star
* netfilter: bridge: reduce nf_bridge_info to 32 bytes againFlorian Westphal2015-07-301-5/+2Star
* netfilter: Make nf_hookfn use nf_hook_state.David S. Miller2015-04-041-3/+1Star
* netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso2014-10-021-1/+1
* netfilter: use IS_ENABLED() macroDuan Jiong2014-06-301-4/+4
* net: rename local_df to ignore_dfWANG Cong2014-05-121-1/+1
* netfilter: ipv4: defrag: set local_df flag on defragmented skbFlorian Westphal2014-05-041-2/+3
* netfilter: pass hook ops to hookfnPatrick McHardy2013-10-141-2/+4
* netfilter: ipv4, defrag: switch hook PFs to nfprotoAlban Crequy2012-06-071-2/+2
* ip: introduce ip_is_fragment helper inline functionPaul Gortmaker2011-06-221-1/+1
* netfilter: nf_conntrack_defrag: check socket type before touching nodefrag flagJiri Olsa2010-09-221-1/+3
* net - IP_NODEFRAG option for IPv4 socketJiri Olsa2010-06-231-0/+5
* netfilter: nf_defrag_ipv4: fix compilation error with NF_CONNTRACK=nPatrick McHardy2010-02-181-1/+5
* netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy2010-02-151-3/+9
* netfilter: fix build failure with CONNTRACK=y NAT=nFlorian Westphal2010-02-081-0/+1
* netfilter: nf_conntrack: support conntrack templatesPatrick McHardy2010-02-031-1/+1
* netfilter: fix crashes in bridge netfilter caused by fragment jumpsPatrick McHardy2009-12-151-4/+17
* netfilter: restore lost #ifdef guarding defrag exceptionPatrick McHardy2008-10-141-1/+2
* netfilter: split netfilter IPv4 defragmentation into a separate moduleKOVACS Krisztian2008-10-081-0/+96