OSDN Git Service

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)
commit5b1bf3f6440ec53c640e498673a50e3626b488b6
tree65700bb2b5bb5cfd133e5daa0fc92c946a4915a7
parentc881e10e3f47df8a403c23589f204816bfb2a41d
parentd763778224ea8005b650e12d8f4cd470265fe0b9
Merge branch 'FDB-VLAN-and-PTP-fixes-for-SJA1105-DSA'

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>