| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-12 | tcp: cdg: remove redundant __GFP_NOWARN | Qianfeng Rong | 1 | -1/+1 |
| 2022-10-16 | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
| 2022-10-12 | tcp: cdg: allow tcp_cdg_release() to be called multiple times | Eric Dumazet | 1 | -0/+2 |
| 2022-10-11 | treewide: use get_random_u32() when possible | Jason A. Donenfeld | 1 | -1/+1 |
| 2022-04-06 | tcp: add accessors to read/set tp->snd_cwnd | Eric Dumazet | 1 | -15/+15 |
| 2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
| 2018-10-15 | tcp: cdg: use tcp high resolution clock cache | Eric Dumazet | 1 | -1/+1 |
| 2017-10-16 | tcp: cdg: make struct tcp_cdg static | Colin Ian King | 1 | -1/+1 |
| 2017-08-06 | tcp: consolidate congestion control undo functions | Yuchung Cheng | 1 | -11/+1 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+2 |
| 2016-09-21 | tcp: cdg: rename struct minmax in tcp_cdg.c to avoid a naming conflict | Soheil Hassas Yeganeh | 1 | -6/+6 |
| 2016-05-11 | tcp: replace cnt & rtt with struct in pkts_acked() | Lawrence Brakmo | 1 | -7/+7 |
| 2016-05-02 | tcp: do not assume TCP code is non preemptible | Eric Dumazet | 1 | -10/+10 |
| 2016-04-27 | net: rename NET_{ADD|INC}_STATS_BH() | Eric Dumazet | 1 | -10/+10 |
| 2015-07-09 | tcp: do not slow start when cwnd equals ssthresh | Yuchung Cheng | 1 | -1/+1 |
| 2015-06-14 | tcp: cdg: use div_u64() | Kenneth Klette Jonassen | 1 | -1/+1 |
| 2015-06-11 | tcp: add CDG congestion control | Kenneth Klette Jonassen | 1 | -0/+433 |