]> git.baikalelectronics.ru Git - kernel.git/commit
net: dsa: mt7530: fix VLAN traffic leaks again
authorDENG Qingfang <dqfext@gmail.com>
Wed, 11 Aug 2021 09:50:43 +0000 (17:50 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Aug 2021 09:52:58 +0000 (10:52 +0100)
commite71315a1dd9fc2f5b4c32f6704af3732ddba9f14
tree45f17466d630019acfe4a94d84645657f0c07f7c
parent0df21c3900b34880edbbad2f6eafd308a6b5248c
net: dsa: mt7530: fix VLAN traffic leaks again

When a port leaves a VLAN-aware bridge, the current code does not clear
other ports' matrix field bit. If the bridge is later set to VLAN-unaware
mode, traffic in the bridge may leak to that port.

Remove the VLAN filtering check in mt7530_port_bridge_leave.

Fixes: be8bd4367043 ("net: dsa: mt7530: fix VLAN traffic leaks")
Fixes: 2d5d4391d6ef ("net: dsa: mediatek: add VLAN support for MT7530")
Signed-off-by: DENG Qingfang <dqfext@gmail.com>
Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/mt7530.c