]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
patch fixup for 3.6
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Nov 2012 01:42:32 +0000 (17:42 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Nov 2012 01:42:32 +0000 (17:42 -0800)
queue-3.6/tcp-fix-retransmission-in-repair-mode.patch

index 2d4347f665bb888c6b2ac9545917503391a2e921..5c42219bede9e010ed5840638d350a94f4155bef 100644 (file)
@@ -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 <avagin@openvz.org>
 Cc: Pavel Emelyanov <xemul@parallels.com>
 Cc: "David S. Miller" <davem@davemloft.net>
 Cc: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
 Cc: James Morris <jmorris@namei.org>
 Cc: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
 Cc: Patrick McHardy <kaber@trash.net>
-Signed-off-by: Andrey Vagin <avagin@openvz.org>
 Acked-by: Pavel Emelyanov <xemul@parallels.com>
 Signed-off-by: David S. Miller <davem@davemloft.net>
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>