index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
netfilter
/
iptable_nat.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-01
netfilter: iptables: Fix null-ptr-deref in iptable_nat_table_init().
Kuniyuki Iwashima
1
-8
/
+10
2023-11-08
netfilter: add missing module descriptions
Florian Westphal
1
-0
/
+1
2021-10-15
netfilter: iptables: allow use of ipt_do_table as hookfn
Florian Westphal
1
-11
/
+4
2021-08-09
netfilter: x_tables: never register tables by default
Florian Westphal
1
-9
/
+11
2021-04-26
netfilter: ip_tables: pass table pointer via nf_hook_ops
Florian Westphal
1
-12
/
+14
2021-04-26
netfilter: xt_nat: pass table to hookfn
Florian Westphal
1
-10
/
+34
2021-04-26
netfilter: x_tables: remove paranoia tests
Florian Westphal
1
-3
/
+0
2021-04-26
netfilter: iptables: unregister the tables by name
Florian Westphal
1
-4
/
+2
2021-04-26
netfilter: x_tables: remove ipt_unregister_table
Florian Westphal
1
-1
/
+1
2020-06-25
netfilter: iptables: Add a .pre_exit hook in all iptable_foo.c.
David Wilder
1
-2
/
+8
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-02-27
netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.h
Florian Westphal
1
-5
/
+3
2018-05-23
netfilter: nf_nat: add nat type hooks to nat core
Florian Westphal
1
-42
/
+43
2018-05-07
netfilter: nf_nat: remove unused ct arg from lookup functions
Florian Westphal
1
-2
/
+1
2018-01-08
netfilter: core: only allow one nat hook per hook point
Florian Westphal
1
-0
/
+4
2017-07-31
netfilter: nf_hook_ops structs can be const
Florian Westphal
1
-1
/
+1
2016-03-02
netfilter: xtables: don't hook tables by default
Florian Westphal
1
-16
/
+17
2016-03-02
netfilter: xtables: prepare for on-demand hook register
Florian Westphal
1
-3
/
+5
2015-10-16
netfilter: remove hook owner refcounting
Florian Westphal
1
-4
/
+0
2015-09-18
netfilter: Pass priv instead of nf_hook_ops to netfilter hooks
Eric W. Biederman
1
-9
/
+9
2015-09-18
inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_table
Eric W. Biederman
1
-2
/
+1
2015-09-18
netfilter: Use nf_hook_state.net
Eric W. Biederman
1
-3
/
+2
2015-04-04
netfilter: Pass nf_hook_state through ipt_do_table().
David S. Miller
1
-2
/
+1
2015-04-04
netfilter: Pass nf_hook_state through nf_nat_ipv4_{in,out,fn,local_fn}().
David S. Miller
1
-11
/
+7
2015-04-04
netfilter: Make nf_hookfn use nf_hook_state.
David S. Miller
1
-16
/
+12
2014-09-02
netfilter: nat: move specific NAT IPv4 to core
Pablo Neira Ayuso
1
-199
/
+34
2014-04-29
netfilter: add helper for adding nat extension
Florian Westphal
1
-11
/
+3
2013-10-14
netfilter: pass hook ops to hookfn
Patrick McHardy
1
-13
/
+13
2013-07-15
PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.
Rusty Russell
1
-1
/
+1
2013-04-08
netfilter: nat: propagate errors from xfrm_me_harder()
Patrick McHardy
1
-6
/
+11
2013-04-08
netfilter: ipv4: propagate routing errors from ip_route_me_harder()
Patrick McHardy
1
-2
/
+4
2012-12-17
netfilter: nf_nat: Also handle non-ESTABLISHED routing changes in MASQUERADE
Andrew Collins
1
-5
/
+10
2012-12-03
netfilter: nf_nat: Handle routing changes in MASQUERADE target
Jozsef Kadlecsik
1
-0
/
+4
2012-11-16
Merge branch 'master' of git://1984.lsi.us.es/nf-next
David S. Miller
1
-3
/
+1
2012-10-29
netfilter: nf_nat: use PTR_RET
Wu Fengguang
1
-3
/
+1
2012-10-29
netfilter: nf_nat: don't check for port change on ICMP tuples
Ulrich Weber
1
-1
/
+3
2012-08-30
netfilter: add protocol independent NAT core
Patrick McHardy
1
-0
/
+320