openwrt/target/linux/realtek/files-5.4/drivers/net/dsa/rtl83xx
Thomas Nixon ad712c71ce realtek: remove rtl83xx vlan 1 special cases
On reset, the PVID of all ports is set to 1; if this is reset to 0,
the special cases for VLAN 1 are no longer required.

port_vlan_add is called with vid=0 when the DSA port interfaces are
enabled with no VLAN; previously the VLAN was not configured in this
case, relying on VLAN 1 being present, but with the PVID set to 0,
configuring VLAN 0 as normal works as expected.

Signed-off-by: Thomas Nixon <tom@tomn.co.uk>
2021-07-25 13:52:38 +02:00
..
common.c realtek: Add L2 hash bucket size 2021-05-07 07:05:16 +02:00
debugfs.c realtek: add debugfs support for mirroring 2021-01-26 15:06:50 +01:00
dsa.c realtek: remove rtl83xx vlan 1 special cases 2021-07-25 13:52:38 +02:00
Kconfig
Makefile realtek: add QoS and rate control 2021-01-26 15:06:50 +01:00
qos.c realtek: add QoS and rate control 2021-01-26 15:06:50 +01:00
rtl83xx.h realtek: add QoS and rate control 2021-01-26 15:06:50 +01:00
rtl838x.c realtek: Fix VLAN issues introduced by multicast patches 2021-05-09 16:19:31 +02:00
rtl838x.h realtek: Add support for Layer 2 Multicast 2021-05-07 07:05:16 +02:00
rtl839x.c realtek: Fix VLAN issues introduced by multicast patches 2021-05-09 16:19:31 +02:00
rtl930x.c realtek: Fix VLAN issues introduced by multicast patches 2021-05-09 16:19:31 +02:00
rtl931x.c realtek: Add support for clause45 PHYs 2021-05-07 07:05:16 +02:00