aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_cdg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/randomLinus Torvalds1-1/+1
2022-10-12tcp: cdg: allow tcp_cdg_release() to be called multiple timesEric Dumazet1-0/+2
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-04-06tcp: add accessors to read/set tp->snd_cwndEric Dumazet1-15/+15
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-10-15tcp: cdg: use tcp high resolution clock cacheEric Dumazet1-1/+1
2017-10-16tcp: cdg: make struct tcp_cdg staticColin Ian King1-1/+1
2017-08-06tcp: consolidate congestion control undo functionsYuchung Cheng1-11/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar1-0/+2
2016-09-21tcp: cdg: rename struct minmax in tcp_cdg.c to avoid a naming conflictSoheil Hassas Yeganeh1-6/+6
2016-05-11tcp: replace cnt & rtt with struct in pkts_acked()Lawrence Brakmo1-7/+7
2016-05-02tcp: do not assume TCP code is non preemptibleEric Dumazet1-10/+10
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet1-10/+10
2015-07-09tcp: do not slow start when cwnd equals ssthreshYuchung Cheng1-1/+1
2015-06-14tcp: cdg: use div_u64()Kenneth Klette Jonassen1-1/+1
2015-06-11tcp: add CDG congestion controlKenneth Klette Jonassen1-0/+433