aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.0/644-bridge_optimize_netfilter_hooks.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/generic/patches-4.0/644-bridge_optimize_netfilter_hooks.patch')
-rw-r--r--target/linux/generic/patches-4.0/644-bridge_optimize_netfilter_hooks.patch7
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/generic/patches-4.0/644-bridge_optimize_netfilter_hooks.patch b/target/linux/generic/patches-4.0/644-bridge_optimize_netfilter_hooks.patch
index 0efa296712..8a11ae3f40 100644
--- a/target/linux/generic/patches-4.0/644-bridge_optimize_netfilter_hooks.patch
+++ b/target/linux/generic/patches-4.0/644-bridge_optimize_netfilter_hooks.patch
@@ -1,3 +1,10 @@
+From: Felix Fietkau <nbd@openwrt.org>
+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