openwrt-mirror/target/linux/realtek/files-6.12/drivers/net/dsa/rtl83xx
Harshal Gohel f51b54bc95 realtek: rtl931x: Fix traffic on upper ports
* traffic isolation tables are different between rtl930x and rtl931x
* traffic_enable/disable/get/set functions span multiple columns in the
  rtl931x as a result, previous implementation would only enable traffic
  in some ports.

traffic_enable/disable and traffic_set/get should now work on all ports and
not just the initial 32

Signed-off-by: Harshal Gohel <hg@simonwunderlich.de>
Signed-off-by: Sharadanand Karanjkar <sk@simonwunderlich.de>
Link: https://github.com/openwrt/openwrt/pull/19572
Signed-off-by: Robert Marko <robimarko@gmail.com>
2025-07-31 21:59:23 +02:00
..
common.c realtek: mdio: RTL838x: move functions over to bus 2025-07-26 15:46:31 +02:00
debugfs.c
dsa.c realtek: implement polling for hardware counters 2025-07-27 16:46:20 +02:00
Kconfig
Makefile
qos.c
rtl83xx.h realtek: implement polling for hardware counters 2025-07-27 16:46:20 +02:00
rtl838x.c realtek: mdio: RTL838x: move functions over to bus 2025-07-26 15:46:31 +02:00
rtl838x.h realtek: implement polling for hardware counters 2025-07-27 16:46:20 +02:00
rtl839x.c realtek: 6.12: align internal/external mac eee function names 2025-06-11 22:27:22 +02:00
rtl930x.c realtek: fix ethtool stats for RTL839x and RTL930x 2025-07-27 16:46:19 +02:00
rtl931x.c realtek: rtl931x: Fix traffic on upper ports 2025-07-31 21:59:23 +02:00
tc.c