summaryrefslogtreecommitdiff
path: root/net/ipv4/netfilter/iptable_nat.c
AgeCommit message (Expand)Author
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal
2015-09-18netfilter: Pass priv instead of nf_hook_ops to netfilter hooksEric W. Biederman
2015-09-18inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_tableEric W. Biederman
2015-09-17netfilter: Use nf_hook_state.netEric W. Biederman
2015-04-04netfilter: Pass nf_hook_state through ipt_do_table().David S. Miller
2015-04-04netfilter: Pass nf_hook_state through nf_nat_ipv4_{in,out,fn,local_fn}().David S. Miller
2015-04-04netfilter: Make nf_hookfn use nf_hook_state.David S. Miller
2014-09-02netfilter: nat: move specific NAT IPv4 to corePablo Neira Ayuso
2014-04-29netfilter: add helper for adding nat extensionFlorian Westphal
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell
2013-04-08netfilter: nat: propagate errors from xfrm_me_harder()Patrick McHardy
2013-04-08netfilter: ipv4: propagate routing errors from ip_route_me_harder()Patrick McHardy
2012-12-16netfilter: nf_nat: Also handle non-ESTABLISHED routing changes in MASQUERADEAndrew Collins
2012-12-03netfilter: nf_nat: Handle routing changes in MASQUERADE targetJozsef Kadlecsik
2012-11-16Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller
2012-10-29netfilter: nf_nat: use PTR_RETWu Fengguang
2012-10-28netfilter: nf_nat: don't check for port change on ICMP tuplesUlrich Weber
2012-08-30netfilter: add protocol independent NAT corePatrick McHardy