linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH stable 4.19 0/4] tcp: fix the timeout value calculated by tcp_model_timeout() is not accurate
@ 2021-09-26  7:18 Qiumiao Zhang
  2021-09-26  7:18 ` [PATCH stable 4.19 1/4] tcp: address problems caused by EDT misshaps Qiumiao Zhang
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Qiumiao Zhang @ 2021-09-26  7:18 UTC (permalink / raw)
  To: linux-kernel
  Cc: stable, Greg Kroah-Hartman, Sasha Levin, David S . Miller,
	Alexey Kuznetsov, netdev, yanan, rose.chen

This patch series is present in v5.15 and fixes the problem that the
timeout value calculated by tcp_model_timeout() is not accurate.

Pseudo-Shortlog of commits:

Eric Dumazet <edumazet@google.com>
    tcp: address problems caused by EDT misshaps

Yuchung Cheng <ycheng@google.com>
    tcp: always set retrans_stamp on recovery

Yuchung Cheng <ycheng@google.com>
    tcp: create a helper to model exponential backoff

Eric Dumazet <edumazet@google.com>
    tcp: adjust rto_base in retransmits_timed_out()

 net/ipv4/tcp_input.c  | 16 ++++++-----
 net/ipv4/tcp_output.c |  9 +++----
 net/ipv4/tcp_timer.c  | 63 ++++++++++++++++++++-----------------------
 3 files changed, 43 insertions(+), 45 deletions(-)

-- 
2.19.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-09-27 12:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-26  7:18 [PATCH stable 4.19 0/4] tcp: fix the timeout value calculated by tcp_model_timeout() is not accurate Qiumiao Zhang
2021-09-26  7:18 ` [PATCH stable 4.19 1/4] tcp: address problems caused by EDT misshaps Qiumiao Zhang
2021-09-26  7:18 ` [PATCH stable 4.19 2/4] tcp: always set retrans_stamp on recovery Qiumiao Zhang
2021-09-26  7:18 ` [PATCH stable 4.19 3/4] tcp: create a helper to model exponential backoff Qiumiao Zhang
2021-09-26  7:18 ` [PATCH stable 4.19 4/4] tcp: adjust rto_base in retransmits_timed_out() Qiumiao Zhang
2021-09-27 12:23 ` [PATCH stable 4.19 0/4] tcp: fix the timeout value calculated by tcp_model_timeout() is not accurate Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).