Author: rmilecki Date: 2015-09-08 18:42:58 +0200 (Tue, 08 Sep 2015) New Revision: 46824
Modified: trunk/target/linux/generic/patches-3.18/641-bridge_always_accept_eap.patch trunk/target/linux/generic/patches-4.0/641-bridge_always_accept_eap.patch trunk/target/linux/generic/patches-4.1/641-bridge_always_accept_eap.patch Log: kernel: describe bridge patch "always accept EAP" It was initially added in r26015 by nbd. Modified: trunk/target/linux/generic/patches-3.18/641-bridge_always_accept_eap.patch =================================================================== --- trunk/target/linux/generic/patches-3.18/641-bridge_always_accept_eap.patch 2015-09-08 16:42:50 UTC (rev 46823) +++ trunk/target/linux/generic/patches-3.18/641-bridge_always_accept_eap.patch 2015-09-08 16:42:58 UTC (rev 46824) @@ -1,3 +1,9 @@ +From: Felix Fietkau <[email protected]> +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 Modified: trunk/target/linux/generic/patches-4.0/641-bridge_always_accept_eap.patch =================================================================== --- trunk/target/linux/generic/patches-4.0/641-bridge_always_accept_eap.patch 2015-09-08 16:42:50 UTC (rev 46823) +++ trunk/target/linux/generic/patches-4.0/641-bridge_always_accept_eap.patch 2015-09-08 16:42:58 UTC (rev 46824) @@ -1,3 +1,9 @@ +From: Felix Fietkau <[email protected]> +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 Modified: trunk/target/linux/generic/patches-4.1/641-bridge_always_accept_eap.patch =================================================================== --- trunk/target/linux/generic/patches-4.1/641-bridge_always_accept_eap.patch 2015-09-08 16:42:50 UTC (rev 46823) +++ trunk/target/linux/generic/patches-4.1/641-bridge_always_accept_eap.patch 2015-09-08 16:42:58 UTC (rev 46824) @@ -1,3 +1,9 @@ +From: Felix Fietkau <[email protected]> +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 * _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
