summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_cdg.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* tcp: cdg: use tcp high resolution clock cacheEric Dumazet2018-10-161-1/+1
* tcp: cdg: make struct tcp_cdg staticColin Ian King2017-10-161-1/+1
* tcp: consolidate congestion control undo functionsYuchung Cheng2017-08-071-11/+1Star
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+2
* 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-281-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