linux/net/l2tp
James Chapman e02d494d2c l2tp: Convert rwlock to RCU
Reader/write locks are discouraged because they are slower than spin
locks. So this patch converts the rwlocks used in the per_net structs
to rcu.

Signed-off-by: James Chapman <jchapman@katalix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-04-03 14:56:06 -07:00
..
Kconfig l2tp: Add L2TPv3 IP encapsulation (no UDP) support 2010-04-03 14:56:04 -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_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
Makefile l2tp: Add netlink control API for L2TP 2010-04-03 14:56:05 -07:00