]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitae24783966828d14958d65c5a430000f9549cc81
tree65700bb2b5bb5cfd133e5daa0fc92c946a4915a7
parent3b4c981b7b5695aef40f12fd0917305698699688
parentc68b8fbe7da1e4c9beb89fc905e40b39eaed4628
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>