immortalwrt/target/linux
Birger Koblitz b7cb8ff235 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-13 23:46:26 +08:00
..
apm821xx apm821xx: disable and move kernel CONFIG_ symbols 2021-10-11 23:54:57 +08:00
arc770 arc770: drop target 2021-09-14 03:17:29 +08:00
archs38 kernel: Add missing kernel config options 2021-09-16 23:53:31 +08:00
armvirt kernel: move two symbols to the generic kconfigs 2021-08-30 12:13:54 +08:00
at91 kernel: move some drm symbols to generic config 2021-06-14 11:48:45 +08:00
ath25 Merge Mainline 2021-09-23 10:13:31 +08:00
ath79 ath79: add recipe for common setup with loader-okli-compile 2021-10-09 00:04:10 +08:00
bcm27xx bcm27xx: add RPI_AXIPERF symbol 2021-10-07 00:05:24 +08:00
bcm47xx bcm47xx: use device vendor/model variable 2021-09-29 23:38:48 +08:00
bcm53xx kernel: backport bgmac upstream commits from 5.15 / for 5.16 2021-10-10 23:47:00 +08:00
bcm63xx bcm63xx: remove memcpy from mac assignment 2021-09-23 23:51:29 +08:00
bcm4908 kernel: Deactivate some ARM64 errata workarounds 2021-10-07 00:04:20 +08:00
bmips linux: update b53 upstream driver 2021-09-19 23:57:41 +08:00
gemini gemini: splash banner on framebuffer console 2021-10-11 23:55:36 +08:00
generic kernel: 5.10: dsa: don't set skb->offload_fwd_mark when not offloading bridge 2021-10-10 23:48:00 +08:00
imx6 kernel: 5.10: add missing symbols 2021-10-07 00:05:39 +08:00
ipq40xx Merge Mainline 2021-09-23 10:13:31 +08:00
ipq806x kernel: bump 5.4 to 5.4.150 2021-10-05 23:56:32 +08:00
ipq807x kernel: Set CONFIG_RCU_CPU_STALL_TIMEOUT=21 2021-09-10 12:26:08 +08:00
kirkwood kirkwood: refresh kernel config 2021-10-06 23:56:13 +08:00
lantiq lantiq: kernel: xway-nand: Move ECC engine setting to new DT binding 2021-10-09 00:02:44 +08:00
layerscape kernel: Deactivate some ARM64 errata workarounds 2021-10-07 00:04:20 +08:00
malta kernel: move two symbols to the generic kconfigs 2021-08-30 12:13:54 +08:00
mediatek mediatek: enable configfs for DT overlay on mt7622 and mt7623 2021-10-11 23:53:08 +08:00
mpc85xx kernel: 5.10: add missing symbols 2021-10-07 00:05:39 +08:00
mvebu mvebu: mochabin: correct LED labels in DTS 2021-10-11 23:53:21 +08:00
mxs treewide: switch the timer frequency to 100 Hz 2021-04-22 23:12:24 +08:00
octeon kernel: move two symbols to the generic kconfigs 2021-08-30 12:13:54 +08:00
octeontx kernel: Deactivate some ARM64 errata workarounds 2021-10-07 00:04:20 +08:00
omap kernel: move two symbols to the generic kconfigs 2021-08-30 12:13:54 +08:00
oxnas kernel: bump 5.4 to 5.4.150 2021-10-05 23:56:32 +08:00
pistachio kernel: move two symbols to the generic kconfigs 2021-08-30 12:13:54 +08:00
ramips ramips: fix USW-Flex reversed switch-port order 2021-10-08 23:58:24 +08:00
realtek realtek: Fix bug in VLAN ingress and egress filtering 2021-10-13 23:46:26 +08:00
rockchip kernel: Deactivate some ARM64 errata workarounds 2021-10-07 00:04:20 +08:00
sunxi kernel: Deactivate some ARM64 errata workarounds 2021-10-07 00:04:20 +08:00
tegra kernel: Set CONFIG_RCU_CPU_STALL_TIMEOUT=21 2021-09-10 12:26:08 +08:00
uml treewide: switch the timer frequency to 100 Hz 2021-04-22 23:12:24 +08:00
x86 x86: use device vendor/model variable 2021-09-29 23:38:29 +08:00
zynq Merge Mainline 2021-09-23 10:13:31 +08:00
Makefile