Merge branch 'dsa-sja1105-vlan-tags'
authorDavid S. Miller <davem@davemloft.net>
Wed, 25 Aug 2021 10:14:34 +0000 (11:14 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 25 Aug 2021 10:14:34 +0000 (11:14 +0100)
commit6956fa394a474404d76f4c0584c70bcaefa7659e
tree074b602fa93e2dbeff8d3bb9fd215a3e0218baaa
parent1ca8a193cade7f49801cc79e20d5f2a123991cdf
parent8ded9160928e545c2e694b77a87263fa078ff4c6
Merge branch 'dsa-sja1105-vlan-tags'

Vladimir Oltean says:

====================
Make sja1105 treat tag_8021q VLANs more like real DSA tags

This series solves a nuisance with the sja1105 driver, which is that
non-DSA tagged packets sent directly by the DSA master would still exit
the switch just fine.

We also had an issue for packets coming from the outside world with a
crafted DSA tag, the switch would not reject that tag but think it was
valid.
====================