summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_cdg.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: cdg: rename struct minmax in tcp_cdg.c to avoid a naming conflictSoheil Hassas Yeganeh2016-09-211-6/+6
* tcp: replace cnt & rtt with struct in pkts_acked()Lawrence Brakmo2016-05-111-7/+7
* tcp: do not assume TCP code is non preemptibleEric Dumazet2016-05-021-10/+10
* net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-271-10/+10
* tcp: do not slow start when cwnd equals ssthreshYuchung Cheng2015-07-091-1/+1
* tcp: cdg: use div_u64()Kenneth Klette Jonassen2015-06-141-1/+1
* tcp: add CDG congestion controlKenneth Klette Jonassen2015-06-111-0/+433