Revision fc22579917eb7e13433448a342f1cb1592920940 authored by Eric Dumazet on 15 September 2017, 23:47:42 UTC, committed by David S. Miller on 16 September 2017, 16:07:01 UTC
Now skb->mstamp_skb is updated later, we also need to call
tcp_rate_skb_sent() after the update is done.

Fixes: 8c72c65b426b ("tcp: update skb->skb_mstamp more carefully")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Soheil Hassas Yeganeh <soheil@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent e67b8a6
History
File Mode Size
Makefile -rw-r--r-- 516 bytes
copy_page.S -rw-r--r-- 2.1 KB
copy_user_memcpy.S -rw-r--r-- 5.1 KB
memcpy.S -rw-r--r-- 4.3 KB
memset.S -rw-r--r-- 1.9 KB
panic.c -rw-r--r-- 400 bytes
sdivsi3.S -rw-r--r-- 2.7 KB
strcpy.S -rw-r--r-- 1.9 KB
strlen.S -rw-r--r-- 632 bytes
udelay.c -rw-r--r-- 1.2 KB
udivdi3.S -rw-r--r-- 3.2 KB
udivsi3.S -rw-r--r-- 1.1 KB

back to top