summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_recovery.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: enable RACK loss detection to trigger recoveryYuchung Cheng2017-01-141-6/+10
* tcp: use sequence to break TS ties for RACK loss detectionYuchung Cheng2017-01-141-3/+14
* tcp: add reordering timer in RACK loss detectionYuchung Cheng2017-01-141-7/+50
* tcp: record most recent RTT in RACK loss detectionYuchung Cheng2017-01-141-18/+23
* tcp: new helper for RACK to detect lossYuchung Cheng2017-01-141-9/+13
* tcp: new helper function for RACK loss detectionYuchung Cheng2017-01-141-7/+14
* tcp: do not assume TCP code is non preemptibleEric Dumazet2016-05-021-2/+2
* net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-281-2/+2
* tcp: use RACK to detect lossesYuchung Cheng2015-10-211-0/+77
* tcp: track the packet timings in RACKYuchung Cheng2015-10-211-0/+32