]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
tcp: reduce tcp_fastretrans_alert() verbosity
authorEric Dumazet <edumazet@google.com>
Fri, 6 Oct 2017 05:21:25 +0000 (22:21 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Jun 2019 17:52:43 +0000 (19:52 +0200)
commitb2ea53195d020f0ddd712c176eb2efcf8981a0bf
treeb9f30bc611a204aab3623c149d1b43376558c052
parenta74d0e937a3acaea08ec0a7bfa047b8e0a6b6303
tcp: reduce tcp_fastretrans_alert() verbosity

commit 8ba6ddaaf86c4c6814774e4e4ef158b732bd9f9f upstream.

With upcoming rb-tree implementation, the checks will trigger
more often, and this is expected.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Cc: Amit Shah <amit@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/ipv4/tcp_input.c