[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190215201653.20988-1-f.fainelli@gmail.com>
Date: Fri, 15 Feb 2019 12:16:48 -0800
From: Florian Fainelli <f.fainelli@...il.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, andrew@...n.ch, vivien.didelot@...il.com,
Florian Fainelli <f.fainelli@...il.com>
Subject: [PATCH net 0/5] net: dsa: b53: VLAN and L2 fixes
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
Powered by blists - more mailing lists