]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
Merge branch 'sja110-vlan-fixes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 29 Jul 2021 14:35:01 +0000 (15:35 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 29 Jul 2021 14:35:01 +0000 (15:35 +0100)
commit3bdf4d6196eb5432e7884491456b158d9b670e64
treebc41dd175f8c5834a58783bfbfb993b939dfcf4c
parente5fe3a5fe333b9967eeb99966bcf3ec710318554
parent04a1758348a87eb73b8a4554d0c227831e2bb33e
Merge branch 'sja110-vlan-fixes'

Vladimir Oltean says:

====================
NXP SJA1105 VLAN regressions

These are 3 patches to fix issues seen with some more varied testing
done after the changes in the "Traffic termination for sja1105 ports
under VLAN-aware bridge" series were made:
https://patchwork.kernel.org/project/netdevbpf/cover/20210726165536.1338471-1-vladimir.oltean@nxp.com/

Issue 1: traffic no longer works on a port after leaving a VLAN-aware bridge
Issue 2: untagged traffic not dropped if pvid is absent from a VLAN-aware port
Issue 3: PTP and STP broken on ports under a VLAN-aware bridge
====================

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