linux/net/l2tp
James Chapman ebed6606b9 l2tp: move l2tp_ip and l2tp_ip6 data to pernet
l2tp_ip[6] have always used global socket tables. It is therefore not
possible to create l2tpip sockets in different namespaces with the
same socket address.

To support this, move l2tpip socket tables to pernet data.

Signed-off-by: James Chapman <jchapman@katalix.com>
Signed-off-by: Tom Parkin <tparkin@katalix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2024-08-11 04:38:49 +01:00
..
Kconfig treewide: replace '---help---' in Kconfig files with 'help' 2020-06-14 01:57:21 +09:00
l2tp_core.c l2tp: remove inline from functions in c sources 2024-08-11 04:38:49 +01:00
l2tp_core.h l2tp: prevent possible tunnel refcount underflow 2024-07-31 09:25:13 +01:00
l2tp_debugfs.c l2tp: replace hlist with simple list for per-tunnel session list 2024-06-21 11:33:34 +01:00
l2tp_eth.c l2tp: cleanup eth/ppp pseudowire setup code 2024-07-31 09:25:13 +01:00
l2tp_ip6.c l2tp: move l2tp_ip and l2tp_ip6 data to pernet 2024-08-11 04:38:49 +01:00
l2tp_ip.c l2tp: move l2tp_ip and l2tp_ip6 data to pernet 2024-08-11 04:38:49 +01:00
l2tp_netlink.c l2tp: prevent possible tunnel refcount underflow 2024-07-31 09:25:13 +01:00
l2tp_ppp.c l2tp: remove inline from functions in c sources 2024-08-11 04:38:49 +01:00
Makefile l2tp: add tracepoint infrastructure to core 2020-08-22 12:44:37 -07:00
trace.h l2tp: add tracepoint definitions in trace.h 2020-08-22 12:44:37 -07:00