aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_scalable.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-06tcp: consolidate congestion control undo functionsYuchung Cheng1-15/+1
2016-11-21tcp: add cwnd_undo functions to various tcp cc algorithmsFlorian Westphal1-0/+15
2015-07-09tcp: add tcp_in_slow_start helperYuchung Cheng1-1/+1
2015-01-28tcp: stretch ACK fixes prepNeal Cardwell1-1/+2
2014-09-01tcp: whitespace fixesstephen hemminger1-1/+1
2014-05-03tcp: remove in_flight parameter from cong_avoid() methodsEric Dumazet1-3/+2
2014-02-13tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev1-1/+0
2013-11-04tcp: properly handle stretch acks in slow startYuchung Cheng1-2/+3
2011-03-10tcp: mark tcp_congestion_ops read_mostlyStephen Hemminger1-1/+1
2009-03-02tcp: add helper for AI algorithmIlpo Järvinen1-8/+2
2009-02-24tcp_scalable: Update malformed & dead urlJoe Perches1-1/+1
2008-01-28[TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoidIlpo Järvinen1-2/+1
2007-07-18[TCP]: remove unused argument to cong_avoid opStephen Hemminger1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-11-10[TCP]: add tcp_slow_start helperStephen Hemminger1-6/+5
2005-11-10[TCP]: fix congestion window update when using TSO deferalStephen Hemminger1-1/+2
2005-08-29[ICSK]: Move TCP congestion avoidance members to icskArnaldo Carvalho de Melo1-2/+4
2005-06-23[TCP]: Add Scalable TCP congestion control module.John Heffner1-0/+68