diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-09-08 16:42:58 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-09-08 16:42:58 +0000 |
commit | e9f581bc6e49dd7bf5e500b29b8d01a2bb6764ba (patch) | |
tree | 7d2acca91893d8cea0f79c55f2b12c15e6c7546a | |
parent | 16b39f9f2225f8dbcb5f9af3a5be65e26d7c8ba6 (diff) | |
download | master-187ad058-e9f581bc6e49dd7bf5e500b29b8d01a2bb6764ba.tar.gz master-187ad058-e9f581bc6e49dd7bf5e500b29b8d01a2bb6764ba.tar.bz2 master-187ad058-e9f581bc6e49dd7bf5e500b29b8d01a2bb6764ba.zip |
kernel: describe bridge patch "always accept EAP"
It was initially added in r26015 by nbd.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46824 3c298f89-4303-0410-b956-a3cf2f4a3e73
3 files changed, 18 insertions, 0 deletions
diff --git a/target/linux/generic/patches-3.18/641-bridge_always_accept_eap.patch b/target/linux/generic/patches-3.18/641-bridge_always_accept_eap.patch index d20773a495..7d314ad84d 100644 --- a/target/linux/generic/patches-3.18/641-bridge_always_accept_eap.patch +++ b/target/linux/generic/patches-3.18/641-bridge_always_accept_eap.patch @@ -1,3 +1,9 @@ +From: Felix Fietkau <nbd@openwrt.org> +Subject: [PATCH] bridge: always accept EAP + +Allow EAP frames to pass through bridges even in learning state. Fixes +issues with WDS. +--- --- a/net/bridge/br_input.c +++ b/net/bridge/br_input.c @@ -84,7 +84,7 @@ int br_handle_frame_finish(struct sk_buf diff --git a/target/linux/generic/patches-4.0/641-bridge_always_accept_eap.patch b/target/linux/generic/patches-4.0/641-bridge_always_accept_eap.patch index e0d5e312a1..16deda47d6 100644 --- a/target/linux/generic/patches-4.0/641-bridge_always_accept_eap.patch +++ b/target/linux/generic/patches-4.0/641-bridge_always_accept_eap.patch @@ -1,3 +1,9 @@ +From: Felix Fietkau <nbd@openwrt.org> +Subject: [PATCH] bridge: always accept EAP + +Allow EAP frames to pass through bridges even in learning state. Fixes +issues with WDS. +--- --- a/net/bridge/br_input.c +++ b/net/bridge/br_input.c @@ -140,7 +140,7 @@ int br_handle_frame_finish(struct sk_buf diff --git a/target/linux/generic/patches-4.1/641-bridge_always_accept_eap.patch b/target/linux/generic/patches-4.1/641-bridge_always_accept_eap.patch index 6f3caff2c5..61f96e5ca7 100644 --- a/target/linux/generic/patches-4.1/641-bridge_always_accept_eap.patch +++ b/target/linux/generic/patches-4.1/641-bridge_always_accept_eap.patch @@ -1,3 +1,9 @@ +From: Felix Fietkau <nbd@openwrt.org> +Subject: [PATCH] bridge: always accept EAP + +Allow EAP frames to pass through bridges even in learning state. Fixes +issues with WDS. +--- --- a/net/bridge/br_input.c +++ b/net/bridge/br_input.c @@ -146,7 +146,7 @@ int br_handle_frame_finish(struct sock * |