aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_scalable.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-06tcp: add accessors to read/set tp->snd_cwndGravatar Eric Dumazet 1-2/+2
2020-08-24net: ipv4: delete repeated wordsGravatar Randy Dunlap 1-1/+1
2020-03-16tcp: fix stretch ACK bugs in ScalableGravatar Pengcheng Yang 1-8/+9
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2017-08-06tcp: consolidate congestion control undo functionsGravatar Yuchung Cheng 1-15/+1
2016-11-21tcp: add cwnd_undo functions to various tcp cc algorithmsGravatar Florian Westphal 1-0/+15
2015-07-09tcp: add tcp_in_slow_start helperGravatar Yuchung Cheng 1-1/+1
2015-01-28tcp: stretch ACK fixes prepGravatar Neal Cardwell 1-1/+2
2014-09-01tcp: whitespace fixesGravatar stephen hemminger 1-1/+1
2014-05-03tcp: remove in_flight parameter from cong_avoid() methodsGravatar Eric Dumazet 1-3/+2
2014-02-13tcp: remove unused min_cwnd member of tcp_congestion_opsGravatar Stanislav Fomichev 1-1/+0
2013-11-04tcp: properly handle stretch acks in slow startGravatar Yuchung Cheng 1-2/+3
2011-03-10tcp: mark tcp_congestion_ops read_mostlyGravatar Stephen Hemminger 1-1/+1
2009-03-02tcp: add helper for AI algorithmGravatar Ilpo Järvinen 1-8/+2
2009-02-24tcp_scalable: Update malformed & dead urlGravatar Joe Perches 1-1/+1
2008-01-28[TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoidGravatar Ilpo Järvinen 1-2/+1
2007-07-18[TCP]: remove unused argument to cong_avoid opGravatar Stephen Hemminger 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2005-11-10[TCP]: add tcp_slow_start helperGravatar Stephen Hemminger 1-6/+5
2005-11-10[TCP]: fix congestion window update when using TSO deferalGravatar Stephen Hemminger 1-1/+2
2005-08-29[ICSK]: Move TCP congestion avoidance members to icskGravatar Arnaldo Carvalho de Melo 1-2/+4
2005-06-23[TCP]: Add Scalable TCP congestion control module.Gravatar John Heffner 1-0/+68