Merge branch 'FDB-VLAN-and-PTP-fixes-for-SJA1105-DSA'
authorDavid S. Miller <davem@davemloft.net>
Thu, 27 Jun 2019 18:03:22 +0000 (11:03 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Jun 2019 18:03:22 +0000 (11:03 -0700)
Vladimir Oltean says:

====================
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'
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge