aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/netfilter/ip6table_nat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-02netfilter: xtables: don't hook tables by defaultFlorian Westphal1-16/+17
2016-03-02netfilter: xtables: prepare for on-demand hook registerFlorian Westphal1-3/+5
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal1-4/+0
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman1-9/+9
2015-09-18inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_tableEric W. Biederman1-2/+1
2015-09-17netfilter: Use nf_hook_state.netEric W. Biederman1-3/+2
2015-04-04netfilter: Pass nf_hook_state through ip6t_do_table().David S. Miller1-2/+1
2015-04-04netfilter: Pass nf_hook_state through nf_nat_ipv6_{in,out,fn,local_fn}().David S. Miller1-11/+7
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller1-16/+12
2014-09-09netfilter: nat: move specific NAT IPv6 to corePablo Neira Ayuso1-199/+34
2014-04-29netfilter: add helper for adding nat extensionFlorian Westphal1-11/+3
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy1-13/+14
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell1-1/+1
2013-04-08netfilter: nat: propagate errors from xfrm_me_harder()Patrick McHardy1-6/+11
2013-04-08netfilter: ipv6: propagate routing errors from ip6_route_me_harder()Patrick McHardy1-2/+4
2012-12-16netfilter: nf_nat: Also handle non-ESTABLISHED routing changes in MASQUERADEAndrew Collins1-5/+10
2012-12-03netfilter: nf_nat: Handle routing changes in MASQUERADE targetJozsef Kadlecsik1-0/+4
2012-11-16Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller1-3/+1
2012-10-29netfilter: nf_nat: use PTR_RETWu Fengguang1-3/+1
2012-10-28netfilter: nf_nat: don't check for port change on ICMP tuplesUlrich Weber1-1/+3
2012-08-30netfilter: ipv6: add IPv6 NAT supportPatrick McHardy1-0/+321