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