aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/nf_defrag_ipv4.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-16netfilter: nf_defrag: move NF_CONNTRACK bits into #ifdefArnd Bergmann1-1/+3
2018-01-11netfilter: nf_defrag: Skip defrag if NOTRACK is setSubash Abhinov Kasiviswanathan1-1/+1
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-3/+38
2016-03-02netfilter: nf_defrag_ipv4: Drop redundant ip_send_check()Joe Stringer1-3/+1
2016-01-28inet: frag: Always orphan skbs inside ip_defrag()Joe Stringer1-2/+0
2015-11-05ipv4: use sk_fullsock() in ipv4_conntrack_defrag()Eric Dumazet1-3/+2
2015-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso1-3/+4
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal1-2/+0
2015-10-12ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman1-3/+4
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-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-6/+5
2015-07-30netfilter: bridge: reduce nf_bridge_info to 32 bytes againFlorian Westphal1-5/+2
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller1-3/+1
2014-10-02netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso1-1/+1
2014-06-30netfilter: use IS_ENABLED() macroDuan Jiong1-4/+4
2014-05-12net: rename local_df to ignore_dfWANG Cong1-1/+1
2014-05-04netfilter: ipv4: defrag: set local_df flag on defragmented skbFlorian Westphal1-2/+3
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy1-2/+4
2012-06-07netfilter: ipv4, defrag: switch hook PFs to nfprotoAlban Crequy1-2/+2
2011-06-21ip: introduce ip_is_fragment helper inline functionPaul Gortmaker1-1/+1
2010-09-22netfilter: nf_conntrack_defrag: check socket type before touching nodefrag flagJiri Olsa1-1/+3
2010-06-23net - IP_NODEFRAG option for IPv4 socketJiri Olsa1-0/+5
2010-02-18netfilter: nf_defrag_ipv4: fix compilation error with NF_CONNTRACK=nPatrick McHardy1-1/+5
2010-02-15netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy1-3/+9
2010-02-08netfilter: fix build failure with CONNTRACK=y NAT=nFlorian Westphal1-0/+1
2010-02-03netfilter: nf_conntrack: support conntrack templatesPatrick McHardy1-1/+1
2009-12-15netfilter: fix crashes in bridge netfilter caused by fragment jumpsPatrick McHardy1-4/+17
2008-10-14netfilter: restore lost #ifdef guarding defrag exceptionPatrick McHardy1-1/+2
2008-10-08netfilter: split netfilter IPv4 defragmentation into a separate moduleKOVACS Krisztian1-0/+96