[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190625233942.1946-1-olteanv@gmail.com>
Date: Wed, 26 Jun 2019 02:39:32 +0300
From: Vladimir Oltean <olteanv@...il.com>
To: f.fainelli@...il.com, vivien.didelot@...il.com, andrew@...n.ch,
davem@...emloft.net
Cc: netdev@...r.kernel.org, Vladimir Oltean <olteanv@...il.com>
Subject: [PATCH net-next 00/10] FDB, VLAN and PTP fixes for SJA1105 DSA
This patchset is an assortment of fixes for the net-next version of the
sja1105 DSA driver:
- Avoid a kernel panic when the driver fails to probe or unregisters
- Finish Arnd Bermann's idea of compiling PTP support as part of the
main DSA driver and not separately
- Better handling of initial port-based VLAN as well as VLANs for
dsa_8021q FDB entries
- Fix address learning for the SJA1105 P/Q/R/S family
- Make static FDB entries persistent across switch resets
- Fix reporting of statically-added FDB entries in 'bridge fdb show'
Vladimir Oltean (10):
net: dsa: sja1105: Build PTP support in main DSA driver
net: dsa: sja1105: Cancel PTP delayed work on unregister
net: dsa: sja1105: Make vid 1 the default pvid
net: dsa: sja1105: Actually implement the P/Q/R/S FDB bits
net: dsa: sja1105: Make P/Q/R/S learn MAC addresses
net: dsa: sja1105: Back up static FDB entries in kernel memory
net: dsa: sja1105: Add a high-level overview of the dynamic config
interface
net: dsa: sja1105: Populate is_static for FDB entries on P/Q/R/S
net: dsa: sja1105: Use correct dsa_8021q VIDs for FDB commands
net: dsa: sja1105: Implement is_static for FDB entries on E/T
drivers/net/dsa/sja1105/Makefile | 2 +-
.../net/dsa/sja1105/sja1105_dynamic_config.c | 154 +++++++++++-
drivers/net/dsa/sja1105/sja1105_main.c | 227 ++++++++++++++----
drivers/net/dsa/sja1105/sja1105_ptp.c | 13 +-
drivers/net/dsa/sja1105/sja1105_spi.c | 2 -
.../net/dsa/sja1105/sja1105_static_config.c | 12 +-
.../net/dsa/sja1105/sja1105_static_config.h | 3 +-
7 files changed, 343 insertions(+), 70 deletions(-)
--
2.17.1
Powered by blists - more mailing lists