WSL2-Linux-Kernel/net/bridge
Gao feng 9b1536c490 bridge: call br_netpoll_disable in br_add_if
When netdev_set_master faild in br_add_if, we should
call br_netpoll_disable to do some cleanup jobs,such
as free the memory of struct netpoll which allocated
in br_netpoll_enable.

Signed-off-by: Gao feng <gaofeng@cn.fujitsu.com>
Acked-by: Cong Wang <amwang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-12-21 13:17:07 -08:00
..
netfilter
Kconfig
Makefile bridge: export multicast database via netlink 2012-12-07 14:32:52 -05:00
br.c
br_device.c eth: Rename and properly align br_reserved_address array 2012-11-02 21:34:05 -04:00
br_fdb.c
br_forward.c
br_if.c bridge: call br_netpoll_disable in br_add_if 2012-12-21 13:17:07 -08:00
br_input.c eth: Make is_link_local() consistent with other address tests 2012-11-02 21:34:05 -04:00
br_ioctl.c net: Allow userns root to control the network bridge code. 2012-11-18 20:33:00 -05:00
br_mdb.c bridge: Correctly encode addresses when dumping mdb entries 2012-12-19 12:50:06 -08:00
br_multicast.c bridge: Do not unregister all PF_BRIDGE rtnl operations 2012-12-19 12:50:06 -08:00
br_netfilter.c
br_netlink.c bridge: Do not unregister all PF_BRIDGE rtnl operations 2012-12-19 12:50:06 -08:00
br_notify.c
br_private.h bridge: Do not unregister all PF_BRIDGE rtnl operations 2012-12-19 12:50:06 -08:00
br_private_stp.h
br_stp.c bridge: add root port blocking 2012-11-14 20:20:44 -05:00
br_stp_bpdu.c bridge: implement BPDU blocking 2012-11-14 20:20:44 -05:00
br_stp_if.c
br_stp_timer.c
br_sysfs_br.c net: Allow userns root to control the network bridge code. 2012-11-18 20:33:00 -05:00
br_sysfs_if.c bridge: implement multicast fast leave 2012-12-05 16:24:45 -05:00