lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu, 02 Apr 2015 16:36:57 -0400 (EDT)
From:	David Miller <davem@...emloft.net>
To:	ncardwell@...gle.com
Cc:	netdev@...r.kernel.org, ycheng@...gle.com
Subject: Re: [PATCH net] tcp: fix FRTO undo on cumulative ACK of SACKed
 range

From: Neal Cardwell <ncardwell@...gle.com>
Date: Wed,  1 Apr 2015 20:26:46 -0400

> On processing cumulative ACKs, the FRTO code was not checking the
> SACKed bit, meaning that there could be a spurious FRTO undo on a
> cumulative ACK of a previously SACKed skb.
> 
> The FRTO code should only consider a cumulative ACK to indicate that
> an original/unretransmitted skb is newly ACKed if the skb was not yet
> SACKed.
> 
> The effect of the spurious FRTO undo would typically be to make the
> connection think that all previously-sent packets were in flight when
> they really weren't, leading to a stall and an RTO.
> 
> Signed-off-by: Neal Cardwell <ncardwell@...gle.com>
> Signed-off-by: Yuchung Cheng <ycheng@...gle.com>
> Fixes: e33099f96d99c ("tcp: implement RFC5682 F-RTO")

Applied and queued up for -stable, thanks Neal.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ