openwrt/target/linux/realtek
Birger Koblitz 9ae927febd realtek: Fix bug in VLAN ingress and egress filtering
The ingress filter registers use 2 bits for each port to define the filtering
state, whereas the egress filter uses 1 bit. So for for the ingress filter
the register offset for a given port is:
(port >> 4) << 4: since there are 16 entries in a register of 32 bits
and for the egress filter:
(port >> 5) << 4: since there are 32 entries in a register of 32 bits

Signed-off-by: Birger Koblitz <git@birger-koblitz.de>
2021-10-09 08:25:06 +02:00
..
base-files realtek: add ZyXEL GS1900-24HPv2 support 2021-09-13 18:36:15 +02:00
dts-5.4 realtek: copy dts directory for Kernel 5.10 2021-09-26 00:32:17 +02:00
dts-5.10 realtek: enable uart1 on the devices with PoE support in 5.10 2021-09-26 00:32:18 +02:00
files/firmware/rtl838x_phy realtek: update the tree to the latest refactored version 2020-11-26 13:29:27 +01:00
files-5.4 realtek: ensure output drivers are enabled in RTL8231 2021-10-02 21:26:12 +02:00
files-5.10 realtek: Fix bug in VLAN ingress and egress filtering 2021-10-09 08:25:06 +02:00
generic realtek: update the tree to the latest refactored version 2020-11-26 13:29:27 +01:00
image realtek: copy dts directory for Kernel 5.10 2021-09-26 00:32:17 +02:00
patches-5.4 kernel: bump 5.4 to 5.4.139 2021-08-14 20:25:19 +02:00
patches-5.10 realtek: Add phylink configuration routines for RTL93xx 2021-10-09 08:25:06 +02:00
profiles target: use SPDX license identifiers on Makefiles 2021-02-10 15:47:18 +01:00
config-5.4 treewide: switch the timer frequency to 100 Hz 2021-04-21 10:31:10 +01:00
config-5.10 realtek: refresh and update config-5.10 2021-09-26 00:32:17 +02:00
Makefile realtek: add Kernel 5.10 as testing version 2021-09-26 00:32:18 +02:00