WSL2-Linux-Kernel/net/bridge
Horatiu Vultur cd605d455a bridge: mrp: Update br_mrp to use new return values of br_mrp_switchdev
Check the return values of the br_mrp_switchdev function.
In case of:
- BR_MRP_NONE, return the error to userspace,
- BR_MRP_SW, continue with SW implementation,
- BR_MRP_HW, continue without SW implementation,

Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-02-16 14:47:46 -08:00
..
netfilter
Kconfig
Makefile
br.c
br_arp_nd_proxy.c
br_cfm.c
br_cfm_netlink.c
br_device.c
br_fdb.c
br_forward.c
br_if.c
br_input.c
br_ioctl.c
br_mdb.c
br_mrp.c bridge: mrp: Update br_mrp to use new return values of br_mrp_switchdev 2021-02-16 14:47:46 -08:00
br_mrp_netlink.c
br_mrp_switchdev.c bridge: mrp: Extend br_mrp_switchdev to detect better the errors 2021-02-16 14:47:46 -08:00
br_multicast.c net: bridge: propagate extack through switchdev_port_attr_set 2021-02-14 17:38:11 -08:00
br_multicast_eht.c
br_netfilter_hooks.c
br_netfilter_ipv6.c
br_netlink.c net: bridge: propagate extack through switchdev_port_attr_set 2021-02-14 17:38:11 -08:00
br_netlink_tunnel.c
br_nf_core.c
br_private.h net: bridge: fix br_vlan_filter_toggle stub when CONFIG_BRIDGE_VLAN_FILTERING=n 2021-02-15 13:15:10 -08:00
br_private_cfm.h
br_private_mcast_eht.h
br_private_mrp.h bridge: mrp: Extend br_mrp_switchdev to detect better the errors 2021-02-16 14:47:46 -08:00
br_private_stp.h
br_private_tunnel.h
br_stp.c net: bridge: propagate extack through switchdev_port_attr_set 2021-02-14 17:38:11 -08:00
br_stp_bpdu.c
br_stp_if.c
br_stp_timer.c
br_switchdev.c net: bridge: propagate extack through switchdev_port_attr_set 2021-02-14 17:38:11 -08:00
br_sysfs_br.c net: bridge: propagate extack through store_bridge_parm 2021-02-14 17:38:11 -08:00
br_sysfs_if.c net: bridge: don't print in br_switchdev_set_port_flag 2021-02-12 17:08:04 -08:00
br_vlan.c net: bridge: propagate extack through switchdev_port_attr_set 2021-02-14 17:38:11 -08:00
br_vlan_options.c
br_vlan_tunnel.c