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, 10 Jan 2019 13:56:33 -0800 (PST)
From:   David Miller <davem@...emloft.net>
To:     ycheng@...gle.com
Cc:     edumazet@...gle.com, netdev@...r.kernel.org, ncardwell@...gle.com
Subject: Re: [PATCH net] tcp: change txhash on SYN-data timeout

From: Yuchung Cheng <ycheng@...gle.com>
Date: Tue,  8 Jan 2019 18:14:28 -0800

> Previously upon SYN timeouts the sender recomputes the txhash to
> try a different path. However this does not apply on the initial
> timeout of SYN-data (active Fast Open). Therefore an active IPv6
> Fast Open connection may incur one second RTO penalty to take on
> a new path after the second SYN retransmission uses a new flow label.
> 
> This patch removes this undesirable behavior so Fast Open changes
> the flow label just like the regular connections. This also helps
> avoid falsely disabling Fast Open on the sender which triggers
> after two consecutive SYN timeouts on Fast Open.
> 
> Signed-off-by: Yuchung Cheng <ycheng@...gle.com>
> Reviewed-by: Neal Cardwell <ncardwell@...gle.com>

Applied and queued up for -stable, thanks!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ