diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-09-17 15:38:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-09-17 15:38:46 +0000 |
commit | 312908ff4bba09fa6641420c9b7ea642087f8a50 (patch) | |
tree | 881b6ca807c2d2c8226e42375493d1debfe92465 /target/linux/generic/patches-3.18/667-ipv6-Fixed-source-specific-default-route-handling.patch | |
parent | f2a19350fd45d1e15deef90846f9f4a0005d4497 (diff) | |
download | mtk-20170518-312908ff4bba09fa6641420c9b7ea642087f8a50.zip mtk-20170518-312908ff4bba09fa6641420c9b7ea642087f8a50.tar.gz mtk-20170518-312908ff4bba09fa6641420c9b7ea642087f8a50.tar.bz2 |
kernel: ipv6: ip6_fragment: fix headroom tests and skb leak
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46992
Diffstat (limited to 'target/linux/generic/patches-3.18/667-ipv6-Fixed-source-specific-default-route-handling.patch')
-rw-r--r-- | target/linux/generic/patches-3.18/667-ipv6-Fixed-source-specific-default-route-handling.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.18/667-ipv6-Fixed-source-specific-default-route-handling.patch b/target/linux/generic/patches-3.18/667-ipv6-Fixed-source-specific-default-route-handling.patch index f67ef47..d02e085 100644 --- a/target/linux/generic/patches-3.18/667-ipv6-Fixed-source-specific-default-route-handling.patch +++ b/target/linux/generic/patches-3.18/667-ipv6-Fixed-source-specific-default-route-handling.patch @@ -26,7 +26,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net> --- a/net/ipv6/ip6_output.c +++ b/net/ipv6/ip6_output.c -@@ -898,21 +898,45 @@ static int ip6_dst_lookup_tail(struct so +@@ -900,21 +900,45 @@ static int ip6_dst_lookup_tail(struct so #endif int err; |