aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
diff options
context:
space:
mode:
authorYuchung Cheng <ycheng@google.com>2010-09-24 13:22:06 +0000
committerDavid S. Miller <davem@davemloft.net>2010-09-27 14:55:57 -0700
commitb3de7559afbb7a8a35b4be975a6adf6c5e3cdca0 (patch)
treeb387ee28cbb0c577943e87ddc7d87c3d7c65b99c /net/ipv6/route.c
parent3c59x: fix regression from patch "Add ethtool WOL support" (diff)
downloadlinux-dev-b3de7559afbb7a8a35b4be975a6adf6c5e3cdca0.tar.xz
linux-dev-b3de7559afbb7a8a35b4be975a6adf6c5e3cdca0.zip
tcp: fix TSO FACK loss marking in tcp_mark_head_lost
When TCP uses FACK algorithm to mark lost packets in tcp_mark_head_lost(), if the number of packets in the (TSO) skb is greater than the number of packets that should be marked lost, TCP incorrectly exits the loop and marks no packets lost in the skb. This underestimates tp->lost_out and affects the recovery/retransmission. This patch fargments the skb and marks the correct amount of packets lost. Signed-off-by: Yuchung Cheng <ycheng@google.com> Acked-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions