linux-stable/net/l2tp
James Chapman d9e31d17ce l2tp: Add L2TP ethernet pseudowire support
This driver presents a regular net_device for each L2TP ethernet
pseudowire instance. These interfaces are named l2tpethN by default,
though userspace can specify an alternative name when the L2TP
session is created, if preferred. When the pseudowire is established,
regular Linux networking utilities may be used to configure the
interface, i.e. give it IP address info or add it to a bridge. Any
data passed over the interface is carried over an L2TP tunnel.

Signed-off-by: James Chapman <jchapman@katalix.com>
Reviewed-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-04-03 14:56:06 -07:00
..
Kconfig l2tp: Add L2TP ethernet pseudowire support 2010-04-03 14:56:06 -07:00
Makefile l2tp: Add L2TP ethernet pseudowire support 2010-04-03 14:56:06 -07:00
l2tp_core.c l2tp: Convert rwlock to RCU 2010-04-03 14:56:06 -07:00
l2tp_core.h l2tp: Add netlink control API for L2TP 2010-04-03 14:56:05 -07:00
l2tp_eth.c l2tp: Add L2TP ethernet pseudowire support 2010-04-03 14:56:06 -07:00
l2tp_ip.c l2tp: Add L2TPv3 IP encapsulation (no UDP) support 2010-04-03 14:56:04 -07:00
l2tp_netlink.c l2tp: Add netlink control API for L2TP 2010-04-03 14:56:05 -07:00
l2tp_ppp.c l2tp: Add netlink control API for L2TP 2010-04-03 14:56:05 -07:00