[PATCH 0/4] realtek: fix multiple issues with L2 forwarding

Jan Hoffmann jan at 3e8.eu
Sun Mar 12 15:57:26 PDT 2023


This series fixes several bugs that can result in packets being
forwarded incorrectly. The port isolation and VLAN issues probably
remained unnoticed so far, because they only manifest when after a port
leaves a bridge, or an existing VLAN membership is changed.

Jan Hoffmann (4):
  realtek: properly update port masks when port leaves bridge
  realtek: initialize port masks to match the default state
  realtek: fix standalone ports in presence of static fdb entries
  realtek: handle changed flags in VLAN configuration

 .../files-5.10/drivers/net/dsa/rtl83xx/dsa.c  | 89 ++++++++++++-------
 .../drivers/net/dsa/rtl83xx/rtl838x.c         | 10 +++
 .../drivers/net/dsa/rtl83xx/rtl838x.h         | 14 +++
 .../drivers/net/dsa/rtl83xx/rtl839x.c         | 11 +++
 .../files-5.15/drivers/net/dsa/rtl83xx/dsa.c  | 85 +++++++++++-------
 .../drivers/net/dsa/rtl83xx/rtl838x.c         | 10 +++
 .../drivers/net/dsa/rtl83xx/rtl838x.h         | 14 +++
 .../drivers/net/dsa/rtl83xx/rtl839x.c         | 11 +++
 8 files changed, 179 insertions(+), 65 deletions(-)

-- 
2.39.1




More information about the openwrt-devel mailing list