From: David S. Miller Date: Sat, 26 Sep 2020 00:17:14 +0000 (-0700) Subject: Merge branch 'simplify-TCP-loss-marking-code' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6fba737a9320758f076aa7c2eaddd3764d643e5c;p=linux.git Merge branch 'simplify-TCP-loss-marking-code' Yuchung Cheng says: ==================== simplify TCP loss marking code The TCP loss marking is implemented by a set of intertwined subroutines. TCP has several loss detection algorithms (RACK, RFC6675/FACK, NewReno, etc) each calls a subset of these routines to mark a packet lost. This has led to various bugs (and fixes and fixes of fixes). This patch set is to consolidate the loss marking code so all detection algorithms call the same routine tcp_mark_skb_lost(). ==================== Signed-off-by: David S. Miller --- 6fba737a9320758f076aa7c2eaddd3764d643e5c