summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_recovery.c
Commit message (Expand)AuthorAge
* tcp: evaluate packet losses upon RTT changeYuchung Cheng2017-12-08
* tcp: fix off-by-one bug in RACKYuchung Cheng2017-12-08
* tcp: correctly test congestion state in RACKYuchung Cheng2017-12-08
* tcp: higher throughput under reordering with adaptive RACK reordering wndPriyaranjan Jha2017-11-05
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-04
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | tcp: Namespace-ify sysctl_tcp_recoveryEric Dumazet2017-10-27
* | tcp: a small refactor of RACK loss detectionYuchung Cheng2017-10-05
* | tcp: more efficient RACK loss detectionYuchung Cheng2017-10-05
|/
* tcp: adjust tail loss probe timeoutYuchung Cheng2017-07-19
* tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet2017-05-17
* tcp: use tp->tcp_mstamp in output pathEric Dumazet2017-05-17
* tcp: tcp_rack_reo_timeout() must update tp->tcp_mstampEric Dumazet2017-04-27
* tcp: do not pass timestamp to tcp_rack_advance()Eric Dumazet2017-04-26
* tcp: do not pass timestamp to tcp_rack_mark_lost()Eric Dumazet2017-04-26
* tcp: do not pass timestamp to tcp_rack_detect_loss()Eric Dumazet2017-04-26
* tcp: fix lost retransmit SNMP under-countingYuchung Cheng2017-04-05
* tcp: enable RACK loss detection to trigger recoveryYuchung Cheng2017-01-13
* tcp: use sequence to break TS ties for RACK loss detectionYuchung Cheng2017-01-13
* tcp: add reordering timer in RACK loss detectionYuchung Cheng2017-01-13
* tcp: record most recent RTT in RACK loss detectionYuchung Cheng2017-01-13
* tcp: new helper for RACK to detect lossYuchung Cheng2017-01-13
* tcp: new helper function for RACK loss detectionYuchung Cheng2017-01-13
* tcp: do not assume TCP code is non preemptibleEric Dumazet2016-05-02
* net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-27
* tcp: use RACK to detect lossesYuchung Cheng2015-10-21
* tcp: track the packet timings in RACKYuchung Cheng2015-10-21