summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_illinois.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: add cwnd_undo functions to various tcp cc algorithmsFlorian Westphal2016-11-211-0/+10
* tcp: replace cnt & rtt with struct in pkts_acked()Lawrence Brakmo2016-05-111-10/+11
* tcp: add tcp_in_slow_start helperYuchung Cheng2015-07-091-1/+1
* tcp: prepare CC get_info() access from getsockopt()Eric Dumazet2015-04-291-10/+11
* inet_diag: fix access to tcp cc informationEric Dumazet2015-04-171-3/+3
* tcp: whitespace fixesstephen hemminger2014-09-011-2/+1
* tcp: remove in_flight parameter from cong_avoid() methodsEric Dumazet2014-05-031-3/+2
* tcp: switch rtt estimations to usec resolutionEric Dumazet2014-02-261-1/+0
* tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev2014-02-131-1/+0
* remove extra definitions of U32_MAXAlex Elder2014-01-231-3/+0
* conditionally define U32_MAXAlex Elder2014-01-231-0/+2
* tcp: properly handle stretch acks in slow startYuchung Cheng2013-11-041-2/+3
* net: fix divide by zero in tcp algorithm illinoisJesper Dangaard Brouer2012-11-011-3/+5
* tcp: mark tcp_congestion_ops read_mostlyStephen Hemminger2011-03-101-1/+1
* Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-1/+1
* [TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoidIlpo Järvinen2008-01-281-2/+1
* [TCP] illinois: Incorrect beta usageStephen Hemminger2007-11-301-1/+1
* [TCP]: congestion control API pass RTT in microsecondsStephen Hemminger2007-07-311-5/+3
* [TCP]: remove unused argument to cong_avoid opStephen Hemminger2007-07-181-1/+1
* [TCP]: Congestion control API RTT sampling fixIlpo Järvinen2007-06-151-0/+3
* [TCP]: Fix linkage errors on i386.YOSHIFUJI Hideaki2007-04-251-1/+1
* [TCP]: Congestion control API update.Stephen Hemminger2007-04-251-9/+7
* [TCP]: TCP Illinois update.Stephen Hemminger2007-04-251-112/+186
* [TCP]: TCP Illinois congestion control (rev3)Stephen Hemminger2007-04-251-0/+284