openwrt-6.x/target/linux
Chen Minqiang de1431b589 kernel: re-add bridge allow reception on disabled port
The "bridge allow reception on disabled port" implementation
was broken after these commits:

08802d93e2 ("kernel: bump 4.19 to 4.19.37")
b765f4be40 ("kernel: bump 4.14 to 4.14.114")
456f486b53 ("kernel: bump 4.9 to 4.9.171")

This leads to issues when for example WDS is used, tied to a bridge:

[ 96.503771] wlan1: send auth to d4:5f:25:eb:09:82 (try 1/3)
[ 96.517956] wlan1: authenticated
[ 96.526209] wlan1: associate with d4:5f:25:eb:09:82 (try 1/3)
[ 97.086156] wlan1: associate with d4:5f:25:eb:09:82 (try 2/3)
[ 97.200919] wlan1: RX AssocResp from d4:5f:25:eb:09:82 (capab=0x11 status=0 aid=1)
[ 97.208706] wlan1: associated
[ 101.312913] wlan1: deauthenticated from d4:5f:25:eb:09:82 (Reason: 2=PREV_AUTH_NOT_VALID)

It seems upstream introduced a new patch, [1]
so we have to reimplement these patches properly:

target/linux/generic/pending-4.9/150-bridge_allow_receiption_on_disabled_port.patch
target/linux/generic/pending-4.14/150-bridge_allow_receiption_on_disabled_port.patch
target/linux/generic/pending-4.19/150-bridge_allow_receiption_on_disabled_port.patch

[1] https://lkml.org/lkml/2019/4/24/1228

Fixes: 08802d93e2 ("kernel: bump 4.19 to 4.19.37")
Fixes: b765f4be40 ("kernel: bump 4.14 to 4.14.114")
Fixes: 456f486b53 ("kernel: bump 4.9 to 4.9.171")
Signed-off-by: Chen Minqiang <ptpt52@gmail.com>
[updated commit message and title]
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
2019-06-07 18:22:20 +02:00
..
apm821xx
ar7
ar71xx ar71xx: ag71xx: update ethtool support 2019-06-05 10:12:30 +02:00
arc770
archs38
armvirt
at91
ath25
ath79 ath79: add support for 8devices Carambola2 development board 2019-06-05 10:24:45 +02:00
bcm53xx
brcm47xx
brcm63xx brcm63xx: DVA-G3810BN/TL: Fix the WAN ethernet port 2019-06-06 12:05:51 +02:00
brcm2708
cns3xxx
gemini
generic kernel: re-add bridge allow reception on disabled port 2019-06-07 18:22:20 +02:00
imx6
ipq40xx
ipq806x
ixp4xx
kirkwood
lantiq
layerscape layerscape: update patches-4.14 to LSDK 19.03 2019-06-06 15:40:09 +02:00
malta
mediatek
mpc85xx
mvebu
mxs
octeon
octeontx
omap
orion
oxnas
pistachio
ramips ramips: add support for TOTOLINK LR1200 2019-06-05 10:26:33 +02:00
rb532
samsung
sunxi
tegra
uml
x86
zynq
Makefile