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