Hi David, This patch series contains a collection of fixes to the b53 driver in order to:
- consistently program the same default VLAN ID when a port is bridged or not - properly account for VLAN filtering being turned on/off and turning on ingress VID checking accordingly - have SYSTEMPORT properly forward BPDU frames to the network stack (which it did not) - do not assume that WoL is supported by the DSA master network device we are connected to Thank you! Florian Fainelli (5): net: dsa: b53: Fix default VLAN ID net: dsa: b53: Properly account for VLAN filtering net: systemport: Fix reception of BPDUs net: dsa: bcm_sf2: Do not assume DSA master supports WoL net: dsa: b53: Do not program CPU port's PVID drivers/net/dsa/b53/b53_common.c | 90 +++++++++++++++++----- drivers/net/dsa/b53/b53_priv.h | 3 + drivers/net/dsa/bcm_sf2.c | 10 ++- drivers/net/ethernet/broadcom/bcmsysport.c | 4 + 4 files changed, 84 insertions(+), 23 deletions(-) -- 2.17.1