aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_recovery.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet1-13/+10
2017-05-17tcp: use tp->tcp_mstamp in output pathEric Dumazet1-1/+0
2017-04-27tcp: tcp_rack_reo_timeout() must update tp->tcp_mstampEric Dumazet1-0/+1
2017-04-26tcp: do not pass timestamp to tcp_rack_advance()Eric Dumazet1-3/+2
2017-04-26tcp: do not pass timestamp to tcp_rack_mark_lost()Eric Dumazet1-1/+1
2017-04-26tcp: do not pass timestamp to tcp_rack_detect_loss()Eric Dumazet1-7/+4
2017-04-05tcp: fix lost retransmit SNMP under-countingYuchung Cheng1-1/+2
2017-01-13tcp: enable RACK loss detection to trigger recoveryYuchung Cheng1-6/+10
2017-01-13tcp: use sequence to break TS ties for RACK loss detectionYuchung Cheng1-3/+14
2017-01-13tcp: add reordering timer in RACK loss detectionYuchung Cheng1-7/+50
2017-01-13tcp: record most recent RTT in RACK loss detectionYuchung Cheng1-18/+23
2017-01-13tcp: new helper for RACK to detect lossYuchung Cheng1-9/+13
2017-01-13tcp: new helper function for RACK loss detectionYuchung Cheng1-7/+14
2016-05-02tcp: do not assume TCP code is non preemptibleEric Dumazet1-2/+2
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet1-2/+2
2015-10-21tcp: use RACK to detect lossesYuchung Cheng1-0/+77
2015-10-21tcp: track the packet timings in RACKYuchung Cheng1-0/+32