aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.19/616-net_optimize_xfrm_calls.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2015-03-26 09:42:59 +0000
committerImre Kaloz <kaloz@openwrt.org>2015-03-26 09:42:59 +0000
commitaf69bf56b6810419879f1aecad8160697877a8c6 (patch)
tree3904731ce5bfb9f3c9f44ef4aa3350114ee4a46e /target/linux/generic/patches-3.19/616-net_optimize_xfrm_calls.patch
parent6c0d6a3cb32b0b366b6c28aa7735f00a44226edd (diff)
downloadupstream-af69bf56b6810419879f1aecad8160697877a8c6.tar.gz
upstream-af69bf56b6810419879f1aecad8160697877a8c6.tar.bz2
upstream-af69bf56b6810419879f1aecad8160697877a8c6.zip
drop 3.19 support
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 45002
Diffstat (limited to 'target/linux/generic/patches-3.19/616-net_optimize_xfrm_calls.patch')
-rw-r--r--target/linux/generic/patches-3.19/616-net_optimize_xfrm_calls.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/target/linux/generic/patches-3.19/616-net_optimize_xfrm_calls.patch b/target/linux/generic/patches-3.19/616-net_optimize_xfrm_calls.patch
deleted file mode 100644
index 2a64d5420a..0000000000
--- a/target/linux/generic/patches-3.19/616-net_optimize_xfrm_calls.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/net/netfilter/nf_nat_core.c
-+++ b/net/netfilter/nf_nat_core.c
-@@ -90,6 +90,9 @@ int nf_xfrm_me_harder(struct sk_buff *sk
- struct dst_entry *dst;
- int err;
-
-+ if (skb->dev && !dev_net(skb->dev)->xfrm.policy_count[XFRM_POLICY_OUT])
-+ return 0;
-+
- err = xfrm_decode_session(skb, &fl, family);
- if (err < 0)
- return err;