linux-sg2042/net/bridge
Horatiu Vultur 419dba8a49 net: bridge: Add checks for enabling the STP.
It is not possible to have the MRP and STP running at the same time on the
bridge, therefore add check when enabling the STP to check if MRP is already
enabled. In that case return error.

Reviewed-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-04-27 11:40:25 -07:00
..
netfilter netfilter: Replace zero-length array with flexible-array member 2020-03-15 15:20:16 +01:00
Kconfig bridge: mrp: Update Kconfig 2020-04-27 11:40:25 -07:00
Makefile bridge: mrp: Connect MRP API with the switchdev API 2020-04-27 11:40:25 -07:00
br.c
br_arp_nd_proxy.c
br_device.c bridge: mrp: Integrate MRP into the bridge 2020-04-27 11:40:25 -07:00
br_fdb.c
br_forward.c
br_if.c bridge: mrp: Integrate MRP into the bridge 2020-04-27 11:40:25 -07:00
br_input.c bridge: mrp: Integrate MRP into the bridge 2020-04-27 11:40:25 -07:00
br_ioctl.c net: bridge: Add checks for enabling the STP. 2020-04-27 11:40:25 -07:00
br_mdb.c
br_mrp.c bridge: mrp: Connect MRP API with the switchdev API 2020-04-27 11:40:25 -07:00
br_mrp_netlink.c bridge: mrp: Implement netlink interface to configure MRP 2020-04-27 11:40:25 -07:00
br_mrp_switchdev.c bridge: switchdev: mrp: Implement MRP API for switchdev 2020-04-27 11:40:25 -07:00
br_multicast.c
br_netfilter_hooks.c
br_netfilter_ipv6.c
br_netlink.c net: bridge: Add checks for enabling the STP. 2020-04-27 11:40:25 -07:00
br_netlink_tunnel.c net: bridge: vlan options: add support for tunnel mapping set/del 2020-03-17 22:47:12 -07:00
br_nf_core.c
br_private.h net: bridge: Add checks for enabling the STP. 2020-04-27 11:40:25 -07:00
br_private_mrp.h bridge: mrp: Add MRP interface. 2020-04-27 11:40:25 -07:00
br_private_stp.h
br_private_tunnel.h net: bridge: vlan options: add support for tunnel mapping set/del 2020-03-17 22:47:12 -07:00
br_stp.c net: bridge: Add checks for enabling the STP. 2020-04-27 11:40:25 -07:00
br_stp_bpdu.c
br_stp_if.c net: bridge: Add checks for enabling the STP. 2020-04-27 11:40:25 -07:00
br_stp_timer.c
br_switchdev.c
br_sysfs_br.c net: bridge: Add checks for enabling the STP. 2020-04-27 11:40:25 -07:00
br_sysfs_if.c
br_vlan.c net: bridge: vlan options: nest the tunnel id into a tunnel info attribute 2020-03-20 08:52:20 -07:00
br_vlan_options.c net: bridge: vlan options: move the tunnel command to the nested attribute 2020-03-20 08:52:20 -07:00
br_vlan_tunnel.c net: bridge: vlan tunnel: constify bridge and port arguments 2020-03-17 22:47:12 -07:00