aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter/nf_nat_l3proto_ipv6.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-04net: Replace NF_CT_ASSERT() with WARN_ON().Varsha Rao1-3/+3
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+1
2017-04-26netfilter: don't attach a nat extension by defaultFlorian Westphal1-3/+1
2017-04-25netfilter: Wrong icmp6 checksum for ICMPV6_TIME_EXCEED in reverse SNATv6 pathDave Johnson1-1/+1
2017-04-15netfilter: remove nf_ct_is_untrackedFlorian Westphal1-4/+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-29ipv6: Pass struct net into ip6_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_ipv6_{in,out,fn,local_fn}().David S. Miller1-18/+14
2014-09-09netfilter: nat: move specific NAT IPv6 to corePablo Neira Ayuso1-0/+199
2014-06-30netfilter: use IS_ENABLED() macroDuan Jiong1-0/+4
2012-09-05netfilter: ipv6: using csum_ipv6_magic requires net/ip6_checksum.hStephen Rothwell1-0/+1
2012-08-30netfilter: ipv6: add IPv6 NAT supportPatrick McHardy1-0/+287