[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191022231051.30770-1-xiyou.wangcong@gmail.com>
Date: Tue, 22 Oct 2019 16:10:48 -0700
From: Cong Wang <xiyou.wangcong@...il.com>
To: netdev@...r.kernel.org
Cc: ycheng@...gle.com, ncardwell@...gle.com, edumazet@...gle.com,
Cong Wang <xiyou.wangcong@...il.com>
Subject: [Patch net-next 0/3] tcp: decouple TLP timer from RTO timer
This patchset contains 3 patches: patch 1 is a cleanup,
patch 2 is a small change preparing for patch 3, patch 3 is the
one does the actual change. Please find details in each of them.
---
Cong Wang (3):
tcp: get rid of ICSK_TIME_EARLY_RETRANS
tcp: make tcp_send_loss_probe() boolean
tcp: decouple TLP timer from RTO timer
include/net/inet_connection_sock.h | 13 +++++----
include/net/tcp.h | 3 ++-
net/dccp/timer.c | 2 +-
net/ipv4/inet_connection_sock.c | 5 +++-
net/ipv4/inet_diag.c | 8 ++++--
net/ipv4/tcp_input.c | 8 ++++--
net/ipv4/tcp_ipv4.c | 6 +++--
net/ipv4/tcp_output.c | 8 ++++--
net/ipv4/tcp_timer.c | 43 +++++++++++++++++++++++++++---
net/ipv6/tcp_ipv6.c | 6 +++--
10 files changed, 80 insertions(+), 22 deletions(-)
--
2.21.0
Powered by blists - more mailing lists