]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
tcp: remove DELAYED ACK events in DCTCP
authorYuchung Cheng <ycheng@google.com>
Thu, 12 Jul 2018 13:04:53 +0000 (06:04 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 24 Aug 2018 11:07:09 +0000 (13:07 +0200)
commit04f5fcc50d6abda9ab09690100ff9d1bd17b6c20
treea1e91c703470db017132e12cd5ba7e4fa23ccea6
parent193db507439c4b5f51ec9724c44b753caa5e3726
tcp: remove DELAYED ACK events in DCTCP

[ Upstream commit a69258f7aa2623e0930212f09c586fd06674ad79 ]

After fixing the way DCTCP tracking delayed ACKs, the delayed-ACK
related callbacks are no longer needed

Signed-off-by: Yuchung Cheng <ycheng@google.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Neal Cardwell <ncardwell@google.com>
Acked-by: Lawrence Brakmo <brakmo@fb.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/net/tcp.h
net/ipv4/tcp_dctcp.c
net/ipv4/tcp_output.c