mbox series

[net,0/5] net: dsa: b53: VLAN and L2 fixes

Message ID 20190215201653.20988-1-f.fainelli@gmail.com
Headers show
Series net: dsa: b53: VLAN and L2 fixes | expand

Message

Florian Fainelli Feb. 15, 2019, 8:16 p.m. UTC
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(-)

Comments

David Miller Feb. 16, 2019, 4:38 a.m. UTC | #1
From: Florian Fainelli <f.fainelli@gmail.com>
Date: Fri, 15 Feb 2019 12:16:48 -0800

> 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

Series applied, thanks.