summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_yeah.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: add cwnd_undo functions to various tcp cc algorithmsFlorian Westphal2016-11-211-0/+10
* tcp: cwnd does not increase in TCP YeAHArtem Germanov2016-09-081-1/+1
* tcp: replace cnt & rtt with struct in pkts_acked()Lawrence Brakmo2016-05-111-3/+4
* tcp_yeah: don't set ssthresh below 2Neal Cardwell2016-01-111-1/+1
* tcp: stretch ACK fixes prepNeal Cardwell2015-01-281-1/+1
* tcp: whitespace fixesstephen hemminger2014-09-011-6/+3
* 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
* ipv4: ipv4: Cleanup the comments in tcp_yeah.cWeilong Chen2013-12-261-8/+8
* ipv4: fix checkpatch error "space prohibited"Weilong Chen2013-12-261-2/+2
* tcp: properly handle stretch acks in slow startYuchung Cheng2013-11-041-2/+3
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* tcp: mark tcp_congestion_ops read_mostlyStephen Hemminger2011-03-101-1/+1
* net/ipv4: Move && and || to end of previous lineJoe Perches2009-11-231-2/+2
* tcp: add helper for AI algorithmIlpo Järvinen2009-03-021-8/+1
* net: clean up net/ipv4/ipip.c raw.c tcp.c tcp_minisocks.c tcp_yeah.c xfrm4_po...Jianjun Kong2008-11-031-2/+2
* [TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoidIlpo Järvinen2008-01-281-2/+1
* [TCP]: congestion control API pass RTT in microsecondsStephen Hemminger2007-07-311-2/+2
* [TCP]: remove unused argument to cong_avoid opStephen Hemminger2007-07-181-1/+1
* [TCP] TCP YEAH: Use vegas dont copy it.Stephen Hemminger2007-04-251-29/+24
* [TCP]: Congestion control API update.Stephen Hemminger2007-04-251-2/+4
* [TCP] TCP Yeah: cleanupStephen Hemminger2007-04-251-19/+23
* [NET]: div64_64 consolidate (rev3)Stephen Hemminger2007-04-251-21/+0
* [TCP] YeAH-TCP: algorithm implementationAngelo P. Castellani2007-04-251-0/+288