aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter/iptable_nat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-27netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.hFlorian Westphal1-5/+3
2018-05-23netfilter: nf_nat: add nat type hooks to nat coreFlorian Westphal1-42/+43
2018-05-06netfilter: nf_nat: remove unused ct arg from lookup functionsFlorian Westphal1-2/+1
2018-01-08netfilter: core: only allow one nat hook per hook pointFlorian Westphal1-0/+4
2017-07-31netfilter: nf_hook_ops structs can be constFlorian Westphal1-1/+1
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 ipt_do_table().David S. Miller1-2/+1
2015-04-04netfilter: Pass nf_hook_state through nf_nat_ipv4_{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-02netfilter: nat: move specific NAT IPv4 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/+13
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: ipv4: propagate routing errors from ip_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: add protocol independent NAT corePatrick McHardy1-0/+320