Author: rmilecki Date: 2015-09-08 18:43:21 +0200 (Tue, 08 Sep 2015) New Revision: 46827
Modified: trunk/target/linux/generic/patches-3.18/644-bridge_optimize_netfilter_hooks.patch trunk/target/linux/generic/patches-4.0/644-bridge_optimize_netfilter_hooks.patch trunk/target/linux/generic/patches-4.1/644-bridge_optimize_netfilter_hooks.patch Log: kernel: describe bridge patch "optimize netfilter hooks" It was initially added in r30917 by nbd. Modified: trunk/target/linux/generic/patches-3.18/644-bridge_optimize_netfilter_hooks.patch =================================================================== --- trunk/target/linux/generic/patches-3.18/644-bridge_optimize_netfilter_hooks.patch 2015-09-08 16:43:10 UTC (rev 46826) +++ trunk/target/linux/generic/patches-3.18/644-bridge_optimize_netfilter_hooks.patch 2015-09-08 16:43:21 UTC (rev 46827) @@ -1,3 +1,10 @@ +From: Felix Fietkau <[email protected]> +Subject: [PATCH] bridge: optimize netfilter hooks + +Bypass all netfilter hooks if the sysctls for that functionality have +been disabled - eliminates the overhead of enabling +CONFIG_BRIDGE_NETFILTER in the kernel config +--- --- a/net/bridge/br_forward.c +++ b/net/bridge/br_forward.c @@ -53,7 +53,7 @@ EXPORT_SYMBOL_GPL(br_dev_queue_push_xmit Modified: trunk/target/linux/generic/patches-4.0/644-bridge_optimize_netfilter_hooks.patch =================================================================== --- trunk/target/linux/generic/patches-4.0/644-bridge_optimize_netfilter_hooks.patch 2015-09-08 16:43:10 UTC (rev 46826) +++ trunk/target/linux/generic/patches-4.0/644-bridge_optimize_netfilter_hooks.patch 2015-09-08 16:43:21 UTC (rev 46827) @@ -1,3 +1,10 @@ +From: Felix Fietkau <[email protected]> +Subject: [PATCH] bridge: optimize netfilter hooks + +Bypass all netfilter hooks if the sysctls for that functionality have +been disabled - eliminates the overhead of enabling +CONFIG_BRIDGE_NETFILTER in the kernel config +--- --- a/net/bridge/br_forward.c +++ b/net/bridge/br_forward.c @@ -53,7 +53,7 @@ EXPORT_SYMBOL_GPL(br_dev_queue_push_xmit Modified: trunk/target/linux/generic/patches-4.1/644-bridge_optimize_netfilter_hooks.patch =================================================================== --- trunk/target/linux/generic/patches-4.1/644-bridge_optimize_netfilter_hooks.patch 2015-09-08 16:43:10 UTC (rev 46826) +++ trunk/target/linux/generic/patches-4.1/644-bridge_optimize_netfilter_hooks.patch 2015-09-08 16:43:21 UTC (rev 46827) @@ -1,3 +1,10 @@ +From: Felix Fietkau <[email protected]> +Subject: [PATCH] bridge: optimize netfilter hooks + +Bypass all netfilter hooks if the sysctls for that functionality have +been disabled - eliminates the overhead of enabling +CONFIG_BRIDGE_NETFILTER in the kernel config +--- --- a/net/bridge/br_forward.c +++ b/net/bridge/br_forward.c @@ -51,7 +51,7 @@ EXPORT_SYMBOL_GPL(br_dev_queue_push_xmit _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
