| Commit message (Expand) | Author | Age | Files | Lines |
* | tcp: add cwnd_undo functions to various tcp cc algorithms | Florian Westphal | 2016-11-21 | 1 | -0/+10 |
* | tcp: replace cnt & rtt with struct in pkts_acked() | Lawrence Brakmo | 2016-05-11 | 1 | -10/+11 |
* | tcp: add tcp_in_slow_start helper | Yuchung Cheng | 2015-07-09 | 1 | -1/+1 |
* | tcp: prepare CC get_info() access from getsockopt() | Eric Dumazet | 2015-04-29 | 1 | -10/+11 |
* | inet_diag: fix access to tcp cc information | Eric Dumazet | 2015-04-17 | 1 | -3/+3 |
* | tcp: whitespace fixes | stephen hemminger | 2014-09-02 | 1 | -2/+1 |
* | tcp: remove in_flight parameter from cong_avoid() methods | Eric Dumazet | 2014-05-04 | 1 | -3/+2 |
* | tcp: switch rtt estimations to usec resolution | Eric Dumazet | 2014-02-26 | 1 | -1/+0 |
* | tcp: remove unused min_cwnd member of tcp_congestion_ops | Stanislav Fomichev | 2014-02-14 | 1 | -1/+0 |
* | remove extra definitions of U32_MAX | Alex Elder | 2014-01-24 | 1 | -3/+0 |
* | conditionally define U32_MAX | Alex Elder | 2014-01-24 | 1 | -0/+2 |
* | tcp: properly handle stretch acks in slow start | Yuchung Cheng | 2013-11-05 | 1 | -2/+3 |
* | net: fix divide by zero in tcp algorithm illinois | Jesper Dangaard Brouer | 2012-11-01 | 1 | -3/+5 |
* | tcp: mark tcp_congestion_ops read_mostly | Stephen Hemminger | 2011-03-10 | 1 | -1/+1 |
* | Update broken web addresses in the kernel. | Justin P. Mattock | 2010-10-18 | 1 | -1/+1 |
* | [TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoid | Ilpo Järvinen | 2008-01-28 | 1 | -2/+1 |
* | [TCP] illinois: Incorrect beta usage | Stephen Hemminger | 2007-11-29 | 1 | -1/+1 |
* | [TCP]: congestion control API pass RTT in microseconds | Stephen Hemminger | 2007-07-31 | 1 | -5/+3 |
* | [TCP]: remove unused argument to cong_avoid op | Stephen Hemminger | 2007-07-18 | 1 | -1/+1 |
* | [TCP]: Congestion control API RTT sampling fix | Ilpo Järvinen | 2007-06-16 | 1 | -0/+3 |
* | [TCP]: Fix linkage errors on i386. | YOSHIFUJI Hideaki | 2007-04-26 | 1 | -1/+1 |
* | [TCP]: Congestion control API update. | Stephen Hemminger | 2007-04-26 | 1 | -9/+7 |
* | [TCP]: TCP Illinois update. | Stephen Hemminger | 2007-04-26 | 1 | -112/+186 |
* | [TCP]: TCP Illinois congestion control (rev3) | Stephen Hemminger | 2007-04-26 | 1 | -0/+284 |