aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/netfilter/iptable_nat.c
AgeCommit message (Expand)Author
2021-10-14netfilter: iptables: allow use of ipt_do_table as hookfnFlorian Westphal
2021-08-09netfilter: x_tables: never register tables by defaultFlorian Westphal
2021-04-26netfilter: ip_tables: pass table pointer via nf_hook_opsFlorian Westphal
2021-04-26netfilter: xt_nat: pass table to hookfnFlorian Westphal
2021-04-26netfilter: x_tables: remove paranoia testsFlorian Westphal
2021-04-26netfilter: iptables: unregister the tables by nameFlorian Westphal
2021-04-26netfilter: x_tables: remove ipt_unregister_tableFlorian Westphal
2020-06-25netfilter: iptables: Add a .pre_exit hook in all iptable_foo.c.David Wilder
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-02-27netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.hFlorian Westphal
2018-05-23netfilter: nf_nat: add nat type hooks to nat coreFlorian Westphal
2018-05-06netfilter: nf_nat: remove unused ct arg from lookup functionsFlorian Westphal
2018-01-08netfilter: core: only allow one nat hook per hook pointFlorian Westphal
2017-07-31netfilter: nf_hook_ops structs can be constFlorian Westphal
2016-03-02netfilter: xtables: don't hook tables by defaultFlorian Westphal
2016-03-02netfilter: xtables: prepare for on-demand hook registerFlorian Westphal
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