aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_yeah.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2017-08-06tcp: consolidate congestion control undo functionsYuchung Cheng1-10/+1
2016-11-21tcp: add cwnd_undo functions to various tcp cc algorithmsFlorian Westphal1-0/+10
2016-09-08tcp: cwnd does not increase in TCP YeAHArtem Germanov1-1/+1
2016-05-11tcp: replace cnt & rtt with struct in pkts_acked()Lawrence Brakmo1-3/+4
2016-01-11tcp_yeah: don't set ssthresh below 2Neal Cardwell1-1/+1
2015-01-28tcp: stretch ACK fixes prepNeal Cardwell1-1/+1
2014-09-01tcp: whitespace fixesstephen hemminger1-6/+3
2014-05-03tcp: remove in_flight parameter from cong_avoid() methodsEric Dumazet1-3/+2
2014-02-26tcp: switch rtt estimations to usec resolutionEric Dumazet1-1/+0
2014-02-13tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev1-1/+0
2013-12-26ipv4: ipv4: Cleanup the comments in tcp_yeah.cWeilong Chen1-8/+8
2013-12-26ipv4: fix checkpatch error "space prohibited"Weilong Chen1-2/+2
2013-11-04tcp: properly handle stretch acks in slow startYuchung Cheng1-2/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-10tcp: mark tcp_congestion_ops read_mostlyStephen Hemminger1-1/+1
2009-11-23net/ipv4: Move && and || to end of previous lineJoe Perches1-2/+2
2009-03-02tcp: add helper for AI algorithmIlpo Järvinen1-8/+1
2008-11-03net: clean up net/ipv4/ipip.c raw.c tcp.c tcp_minisocks.c tcp_yeah.c xfrm4_policy.cJianjun Kong1-2/+2
2008-01-28[TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoidIlpo Järvinen1-2/+1
2007-07-31[TCP]: congestion control API pass RTT in microsecondsStephen Hemminger1-2/+2
2007-07-18[TCP]: remove unused argument to cong_avoid opStephen Hemminger1-1/+1
2007-04-25[TCP] TCP YEAH: Use vegas dont copy it.Stephen Hemminger1-29/+24
2007-04-25[TCP]: Congestion control API update.Stephen Hemminger1-2/+4
2007-04-25[TCP] TCP Yeah: cleanupStephen Hemminger1-19/+23
2007-04-25[NET]: div64_64 consolidate (rev3)Stephen Hemminger1-21/+0
2007-04-25[TCP] YeAH-TCP: algorithm implementationAngelo P. Castellani1-0/+288