linux/net/bridge
Patrick McHardy 6313c1e099 [RTNETLINK]: Remove unnecessary locking in dump callbacks
Since we're now holding the rtnl during the entire dump operation, we can
remove additional locking for rtnl protected data. This patch does that
for all simple cases (dev_base_lock for dev_base walking, RCU protection
for FIB rule dumping).

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-04-25 22:29:05 -07:00
..
netfilter [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it 2007-04-25 22:29:03 -07:00
Kconfig
Makefile
br.c bridge: check kmem_cache_create() error 2007-04-25 22:28:51 -07:00
br_device.c bridge: allow changing hardware address to any valid address 2007-04-25 22:28:50 -07:00
br_fdb.c bridge: check kmem_cache_create() error 2007-04-25 22:28:51 -07:00
br_forward.c
br_if.c bridge: change when netlink events go to STP 2007-04-25 22:28:48 -07:00
br_input.c
br_ioctl.c
br_netfilter.c [NETFILTER]: bridge-nf: filter bridged IPv4/IPv6 encapsulated in pppoe traffic 2007-04-25 22:28:57 -07:00
br_netlink.c [RTNETLINK]: Remove unnecessary locking in dump callbacks 2007-04-25 22:29:05 -07:00
br_notify.c bridge: change when netlink events go to STP 2007-04-25 22:28:48 -07:00
br_private.h bridge: check kmem_cache_create() error 2007-04-25 22:28:51 -07:00
br_private_stp.h
br_stp.c
br_stp_bpdu.c
br_stp_if.c bridge: change when netlink events go to STP 2007-04-25 22:28:48 -07:00
br_stp_timer.c
br_sysfs_br.c
br_sysfs_if.c