aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_recovery.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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