summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_yeah.c
AgeCommit message (Expand)Author
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2017-08-06tcp: consolidate congestion control undo functionsYuchung Cheng
2016-11-21tcp: add cwnd_undo functions to various tcp cc algorithmsFlorian Westphal
2016-09-08tcp: cwnd does not increase in TCP YeAHArtem Germanov
2016-05-11tcp: replace cnt & rtt with struct in pkts_acked()Lawrence Brakmo
2016-01-11tcp_yeah: don't set ssthresh below 2Neal Cardwell
2015-01-28tcp: stretch ACK fixes prepNeal Cardwell
2014-09-01tcp: whitespace fixesstephen hemminger
2014-05-03tcp: remove in_flight parameter from cong_avoid() methodsEric Dumazet
2014-02-26tcp: switch rtt estimations to usec resolutionEric Dumazet
2014-02-13tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev
2013-12-26ipv4: ipv4: Cleanup the comments in tcp_yeah.cWeilong Chen
2013-12-26ipv4: fix checkpatch error "space prohibited"Weilong Chen
2013-11-04tcp: properly handle stretch acks in slow startYuchung Cheng
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-10tcp: mark tcp_congestion_ops read_mostlyStephen Hemminger
2009-11-23net/ipv4: Move && and || to end of previous lineJoe Perches
2009-03-02tcp: add helper for AI algorithmIlpo Järvinen
2008-11-03net: clean up net/ipv4/ipip.c raw.c tcp.c tcp_minisocks.c tcp_yeah.c xfrm4_po...Jianjun Kong
2008-01-28[TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoidIlpo Järvinen
2007-07-31[TCP]: congestion control API pass RTT in microsecondsStephen Hemminger
2007-07-18[TCP]: remove unused argument to cong_avoid opStephen Hemminger
2007-04-25[TCP] TCP YEAH: Use vegas dont copy it.Stephen Hemminger
2007-04-25[TCP]: Congestion control API update.Stephen Hemminger
2007-04-25[TCP] TCP Yeah: cleanupStephen Hemminger
2007-04-25[NET]: div64_64 consolidate (rev3)Stephen Hemminger
2007-04-25[TCP] YeAH-TCP: algorithm implementationAngelo P. Castellani