aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/nf_nat_l3proto_ipv4.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-11netfilter: nat: fix spurious connection timeoutsFlorian Westphal1-0/+1
2018-12-17netfilter: nat: remove nf_nat_l4proto structFlorian Westphal1-21/+3
2018-12-17netfilter: nat: remove l4proto->manip_pktFlorian Westphal1-2/+2
2018-12-17netfilter: nat: fold in_range indirection into callerFlorian Westphal1-8/+0
2018-12-17netfilter: remove NF_NAT_RANGE_PROTO_RANDOM supportFlorian Westphal1-7/+0
2018-09-17netfilter: nf_nat_ipv4: remove obsolete EXPORT_SYMBOLFlorian Westphal1-1/+0
2018-05-23netfilter: nf_nat: add nat type hooks to nat coreFlorian Westphal1-27/+55
2018-05-23netfilter: nf_nat: move common nat code to nat coreFlorian Westphal1-53/+2
2018-05-06netfilter: nf_nat: remove unused ct arg from lookup functionsFlorian Westphal1-9/+5
2018-04-24netfilter: add NAT support for shifted portmap rangesThierry Du Tre1-2/+2
2018-01-08netfilter: remove defensive check on malformed packets from raw socketsPablo Neira Ayuso1-10/+0
2017-10-18ipv4: mark expected switch fall-throughsGustavo A. R. Silva1-1/+2
2017-09-04net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao1-3/+3
2017-04-26netfilter: don't attach a nat extension by defaultFlorian Westphal1-3/+1
2017-04-15netfilter: remove nf_ct_is_untrackedFlorian Westphal1-4/+0
2017-03-08netfilter: don't track fragmented packetsFlorian Westphal1-5/+0
2016-03-14netfilter: Allow calling into nat helper without skb_dst.Jarno Rajahalme1-22/+8
2015-12-15net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert1-1/+2
2015-09-29ipv4: Pass struct net into ip_route_me_harderEric W. Biederman1-1/+1
2015-09-18netfilter: Pass net into nf_xfrm_me_harderEric W. Biederman1-2/+2
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman1-12/+12
2015-09-18inet netfilter: Prefer state->hook to ops->hooknumEric W. Biederman1-7/+7
2015-08-17net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert1-2/+2
2015-04-04netfilter: Pass nf_hook_state through nf_nat_ipv4_{in,out,fn,local_fn}().David S. Miller1-18/+15
2014-09-02netfilter: nat: move specific NAT IPv4 to corePablo Neira Ayuso1-0/+199
2014-06-30netfilter: use IS_ENABLED() macroDuan Jiong1-0/+4
2012-08-30netfilter: add protocol independent NAT corePatrick McHardy1-0/+281