From: Greg Kroah-Hartman Date: Thu, 22 Nov 2012 01:42:32 +0000 (-0800) Subject: patch fixup for 3.6 X-Git-Tag: v3.0.53~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=59205a7e90f55ec307514ef6c1834f04501b991b;p=thirdparty%2Fkernel%2Fstable-queue.git patch fixup for 3.6 --- diff --git a/queue-3.6/tcp-fix-retransmission-in-repair-mode.patch b/queue-3.6/tcp-fix-retransmission-in-repair-mode.patch index 2d4347f665b..5c42219bede 100644 --- a/queue-3.6/tcp-fix-retransmission-in-repair-mode.patch +++ b/queue-3.6/tcp-fix-retransmission-in-repair-mode.patch @@ -27,13 +27,13 @@ This patch moves logic from tcp_sendmsg to tcp_write_xmit. A packet passes the ussual way, but isn't sent to network. This patch solves all described problems and handles tcp_sendpages. +Signed-off-by: Andrey Vagin Cc: Pavel Emelyanov Cc: "David S. Miller" Cc: Alexey Kuznetsov Cc: James Morris Cc: Hideaki YOSHIFUJI Cc: Patrick McHardy -Signed-off-by: Andrey Vagin Acked-by: Pavel Emelyanov Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman