aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.14/603-netfilter_layer7_2.6.36_fix.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-12-09 11:01:49 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-12-09 11:01:49 +0000
commitce28e880c9bdb5725d6dedf7efdb7bd4970361d1 (patch)
treef9ab92a2850465df05e114d61c466211fcdca0b4 /target/linux/generic/patches-3.14/603-netfilter_layer7_2.6.36_fix.patch
parentffadf07c00574431744208b71ba1219f698c14c5 (diff)
downloadmaster-187ad058-ce28e880c9bdb5725d6dedf7efdb7bd4970361d1.tar.gz
master-187ad058-ce28e880c9bdb5725d6dedf7efdb7bd4970361d1.tar.bz2
master-187ad058-ce28e880c9bdb5725d6dedf7efdb7bd4970361d1.zip
kernel: add a patch to make netfilter conntrack cache routing information
Significantly improves routing / NAT performance Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43587 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.14/603-netfilter_layer7_2.6.36_fix.patch')
-rw-r--r--target/linux/generic/patches-3.14/603-netfilter_layer7_2.6.36_fix.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.14/603-netfilter_layer7_2.6.36_fix.patch b/target/linux/generic/patches-3.14/603-netfilter_layer7_2.6.36_fix.patch
index d7e2ac22b4..85c6f0de40 100644
--- a/target/linux/generic/patches-3.14/603-netfilter_layer7_2.6.36_fix.patch
+++ b/target/linux/generic/patches-3.14/603-netfilter_layer7_2.6.36_fix.patch
@@ -1,6 +1,6 @@
--- a/net/netfilter/Kconfig
+++ b/net/netfilter/Kconfig
-@@ -1151,6 +1151,27 @@ config NETFILTER_XT_MATCH_L2TP
+@@ -1163,6 +1163,27 @@ config NETFILTER_XT_MATCH_L2TP
To compile it as a module, choose M here. If unsure, say N.
@@ -28,7 +28,7 @@
config NETFILTER_XT_MATCH_LENGTH
tristate '"length" match support'
depends on NETFILTER_ADVANCED
-@@ -1345,26 +1366,11 @@ config NETFILTER_XT_MATCH_STATE
+@@ -1357,26 +1378,11 @@ config NETFILTER_XT_MATCH_STATE
To compile it as a module, choose M here. If unsure, say N.