summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.18/250-netfilter_depends.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
commit27f36718d31026fadbf2b627eed2d261e98493f6 (patch)
treece8ea2e269129701a8b96ccfd5b5705692448794 /target/linux/generic/patches-3.18/250-netfilter_depends.patch
parentdb04bbd2ecd21238308dcef13e7b3e2ef608db93 (diff)
downloadmaster-31e0f0ae-27f36718d31026fadbf2b627eed2d261e98493f6.tar.gz
master-31e0f0ae-27f36718d31026fadbf2b627eed2d261e98493f6.tar.bz2
master-31e0f0ae-27f36718d31026fadbf2b627eed2d261e98493f6.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> SVN-Revision: 43587
Diffstat (limited to 'target/linux/generic/patches-3.18/250-netfilter_depends.patch')
-rw-r--r--target/linux/generic/patches-3.18/250-netfilter_depends.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.18/250-netfilter_depends.patch b/target/linux/generic/patches-3.18/250-netfilter_depends.patch
index af59b021c8..47be4a0197 100644
--- a/target/linux/generic/patches-3.18/250-netfilter_depends.patch
+++ b/target/linux/generic/patches-3.18/250-netfilter_depends.patch
@@ -1,6 +1,6 @@
--- a/net/netfilter/Kconfig
+++ b/net/netfilter/Kconfig
-@@ -198,7 +198,6 @@ config NF_CONNTRACK_FTP
+@@ -210,7 +210,6 @@ config NF_CONNTRACK_FTP
config NF_CONNTRACK_H323
tristate "H.323 protocol support"
@@ -8,7 +8,7 @@
depends on NETFILTER_ADVANCED
help
H.323 is a VoIP signalling protocol from ITU-T. As one of the most
-@@ -895,7 +894,6 @@ config NETFILTER_XT_TARGET_SECMARK
+@@ -907,7 +906,6 @@ config NETFILTER_XT_TARGET_SECMARK
config NETFILTER_XT_TARGET_TCPMSS
tristate '"TCPMSS" target support'