Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2017-08-07tcp: consolidate congestion control undo functionsYuchung Cheng
2016-11-21tcp: add cwnd_undo functions to various tcp cc algorithmsFlorian Westphal
2016-09-09tcp: cwnd does not increase in TCP YeAHArtem Germanov
2016-05-11tcp: replace cnt & rtt with struct in pkts_acked()Lawrence Brakmo
2016-01-12tcp_yeah: don't set ssthresh below 2Neal Cardwell
2015-01-29tcp: stretch ACK fixes prepNeal Cardwell
2014-09-02tcp: whitespace fixesstephen hemminger
2014-05-04tcp: remove in_flight parameter from cong_avoid() methodsEric Dumazet
2014-02-27tcp: switch rtt estimations to usec resolutionEric Dumazet
2014-02-14tcp: 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-05tcp: 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-29[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-26[TCP] TCP YEAH: Use vegas dont copy it.Stephen Hemminger
2007-04-26[TCP]: Congestion control API update.Stephen Hemminger
2007-04-26[TCP] TCP Yeah: cleanupStephen Hemminger
2007-04-26[NET]: div64_64 consolidate (rev3)Stephen Hemminger
2007-04-26[TCP] YeAH-TCP: algorithm implementationAngelo P. Castellani