diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-09-08 16:42:50 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-09-08 16:42:50 +0000 |
commit | 16b39f9f2225f8dbcb5f9af3a5be65e26d7c8ba6 (patch) | |
tree | c67f15d3d3c29ab92ea31349bf184b3d3575716f | |
parent | d27676c9e6e4208ed050e74d8ab2660cdf291d0b (diff) | |
download | master-187ad058-16b39f9f2225f8dbcb5f9af3a5be65e26d7c8ba6.tar.gz master-187ad058-16b39f9f2225f8dbcb5f9af3a5be65e26d7c8ba6.tar.bz2 master-187ad058-16b39f9f2225f8dbcb5f9af3a5be65e26d7c8ba6.zip |
kernel: describe bridge patch "no EAP forward"
It was initially added in r25095 by nbd.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46823 3c298f89-4303-0410-b956-a3cf2f4a3e73
3 files changed, 24 insertions, 0 deletions
diff --git a/target/linux/generic/patches-3.18/640-bridge_no_eap_forward.patch b/target/linux/generic/patches-3.18/640-bridge_no_eap_forward.patch index 69a994934a..7f38c4a561 100644 --- a/target/linux/generic/patches-3.18/640-bridge_no_eap_forward.patch +++ b/target/linux/generic/patches-3.18/640-bridge_no_eap_forward.patch @@ -1,3 +1,11 @@ +From: Felix Fietkau <nbd@openwrt.org> +Subject: [PATCH] bridge: no EAP forward + +When bridging, do not forward EAP frames to other ports, only deliver +them locally. +Fixes WPA authentication issues with multiples APs that are connected to +each other via bridges. +--- --- a/net/bridge/br_input.c +++ b/net/bridge/br_input.c @@ -97,7 +97,11 @@ int br_handle_frame_finish(struct sk_buf diff --git a/target/linux/generic/patches-4.0/640-bridge_no_eap_forward.patch b/target/linux/generic/patches-4.0/640-bridge_no_eap_forward.patch index c9b8613e7b..fadb645636 100644 --- a/target/linux/generic/patches-4.0/640-bridge_no_eap_forward.patch +++ b/target/linux/generic/patches-4.0/640-bridge_no_eap_forward.patch @@ -1,3 +1,11 @@ +From: Felix Fietkau <nbd@openwrt.org> +Subject: [PATCH] bridge: no EAP forward + +When bridging, do not forward EAP frames to other ports, only deliver +them locally. +Fixes WPA authentication issues with multiples APs that are connected to +each other via bridges. +--- --- a/net/bridge/br_input.c +++ b/net/bridge/br_input.c @@ -153,7 +153,11 @@ int br_handle_frame_finish(struct sk_buf diff --git a/target/linux/generic/patches-4.1/640-bridge_no_eap_forward.patch b/target/linux/generic/patches-4.1/640-bridge_no_eap_forward.patch index d3871eb299..de52c020b4 100644 --- a/target/linux/generic/patches-4.1/640-bridge_no_eap_forward.patch +++ b/target/linux/generic/patches-4.1/640-bridge_no_eap_forward.patch @@ -1,3 +1,11 @@ +From: Felix Fietkau <nbd@openwrt.org> +Subject: [PATCH] bridge: no EAP forward + +When bridging, do not forward EAP frames to other ports, only deliver +them locally. +Fixes WPA authentication issues with multiples APs that are connected to +each other via bridges. +--- --- a/net/bridge/br_input.c +++ b/net/bridge/br_input.c @@ -162,7 +162,11 @@ int br_handle_frame_finish(struct sock * |