summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_cdg.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-161-1/+1
|\
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* | tcp: cdg: allow tcp_cdg_release() to be called multiple timesEric Dumazet2022-10-121-0/+2
|/
* tcp: add accessors to read/set tp->snd_cwndEric Dumazet2022-04-061-15/+15
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* tcp: cdg: use tcp high resolution clock cacheEric Dumazet2018-10-151-1/+1
* tcp: cdg: make struct tcp_cdg staticColin Ian King2017-10-161-1/+1
* tcp: consolidate congestion control undo functionsYuchung Cheng2017-08-061-11/+1
* 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-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