summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.9/0027-tcp_v4_send_reset-binding-oif-to-iif-in-no-sock-case.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.9/0027-tcp_v4_send_reset-binding-oif-to-iif-in-no-sock-case.patch')
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.9/0027-tcp_v4_send_reset-binding-oif-to-iif-in-no-sock-case.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.9/0027-tcp_v4_send_reset-binding-oif-to-iif-in-no-sock-case.patch b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.9/0027-tcp_v4_send_reset-binding-oif-to-iif-in-no-sock-case.patch
index 52ef35eb..ea6e69ab 100644
--- a/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.9/0027-tcp_v4_send_reset-binding-oif-to-iif-in-no-sock-case.patch
+++ b/recipes-kernel/linux/linux-ti33x-psp-3.2/3.2.9/0027-tcp_v4_send_reset-binding-oif-to-iif-in-no-sock-case.patch
@@ -1,7 +1,7 @@
1From 017d762758b89e117b10c21a8490b16e93cf487b Mon Sep 17 00:00:00 2001 1From 6843bf164d1de749e2998cfc5c2291dc86523e77 Mon Sep 17 00:00:00 2001
2From: Shawn Lu <shawn.lu@ericsson.com> 2From: Shawn Lu <shawn.lu@ericsson.com>
3Date: Sat, 4 Feb 2012 12:38:09 +0000 3Date: Sat, 4 Feb 2012 12:38:09 +0000
4Subject: [PATCH 27/73] tcp_v4_send_reset: binding oif to iif in no sock case 4Subject: [PATCH 27/72] tcp_v4_send_reset: binding oif to iif in no sock case
5 5
6[ Upstream commit e2446eaab5585555a38ea0df4e01ff313dbb4ac9 ] 6[ Upstream commit e2446eaab5585555a38ea0df4e01ff313dbb4ac9 ]
7 7
@@ -24,7 +24,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
24Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 24Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
25--- 25---
26 net/ipv4/tcp_ipv4.c | 5 +++++ 26 net/ipv4/tcp_ipv4.c | 5 +++++
27 1 files changed, 5 insertions(+), 0 deletions(-) 27 1 file changed, 5 insertions(+)
28 28
29diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c 29diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c
30index c89e354..eb90aa8 100644 30index c89e354..eb90aa8 100644
@@ -43,5 +43,5 @@ index c89e354..eb90aa8 100644
43 net = dev_net(skb_dst(skb)->dev); 43 net = dev_net(skb_dst(skb)->dev);
44 arg.tos = ip_hdr(skb)->tos; 44 arg.tos = ip_hdr(skb)->tos;
45-- 45--
461.7.7.4 461.7.9.4
47 47