linux/net/bridge
Stephen Hemminger 387e2b0439 [BRIDGE]: need to ref count the LLC sap
Bridge will OOPS on removal if other application has the SAP open.
The bridge SAP might be shared with other usages, so need
to do reference counting on module removal rather than explicit
close/delete.

Since packet might arrive after or during removal, need to clear
the receive function handle, so LLC only hands it to user (if any).

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-05-23 15:20:25 -07:00
..
netfilter [NETFILTER]: fix format specifier for netfilter log targets 2006-05-19 02:15:47 -07:00
Kconfig
Makefile
br.c [BRIDGE]: need to ref count the LLC sap 2006-05-23 15:20:25 -07:00
br_device.c
br_fdb.c
br_forward.c [BRIDGE]: allow full size vlan packets 2006-04-26 02:39:19 -07:00
br_if.c [BRIDGE]: Do sysfs registration inside rtnl. 2006-05-10 13:21:53 -07:00
br_input.c [BRIDGE]: keep track of received multicast packets 2006-05-05 17:07:13 -07:00
br_ioctl.c
br_netfilter.c [NETFILTER]: Fix fragmentation issues with bridge netfilter 2006-04-09 22:25:23 -07:00
br_notify.c
br_private.h
br_private_stp.h
br_stp.c
br_stp_bpdu.c
br_stp_if.c
br_stp_timer.c
br_sysfs_br.c
br_sysfs_if.c