aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_bic.c
AgeCommit message (Expand)AuthorFilesLines
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-13/+1
2017-05-17tcp: bic, cubic: use tcp_jiffies32 instead of tcp_time_stampGravatar Eric Dumazet 1-3/+3
2016-05-11tcp: replace cnt & rtt with struct in pkts_acked()Gravatar Lawrence Brakmo 1-3/+3
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/+1
2014-09-01tcp: whitespace fixesGravatar stephen hemminger 1-7/+4
2014-05-03tcp: remove in_flight parameter from cong_avoid() methodsGravatar Eric Dumazet 1-3/+2
2013-11-04tcp: properly handle stretch acks in slow startGravatar Yuchung Cheng 1-2/+3
2012-01-20tcp: fix undo after RTO for BICGravatar Neal Cardwell 1-4/+7
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-10/+1
2008-02-28[TCP]: BIC web page link is corrected.Gravatar Sangtae Ha 1-2/+3
2008-01-28[TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoidGravatar Ilpo Järvinen 1-2/+1
2007-10-10[TCP]: Remove num_acked>0 checks from cong.ctrl mods pkts_ackedGravatar Ilpo Järvinen 1-1/+1
2007-07-31[TCP]: congestion control API pass RTT in microsecondsGravatar Stephen Hemminger 1-1/+1
2007-07-18[TCP]: remove unused argument to cong_avoid opGravatar Stephen Hemminger 1-1/+1
2007-06-13[TCP]: Set initial_ssthresh default to zero in Cubic and BIC.Gravatar David S. Miller 1-1/+1
2007-04-25[TCP]: Congestion control API update.Gravatar Stephen Hemminger 1-1/+1
2006-09-22[TCP] tcp_bic: use BUILD_BUG_ONGravatar Alexey Dobriyan 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-17[TCP]: Minimum congestion window consolidation.Gravatar Stephen Hemminger 1-7/+0
2006-01-03[TCP] BIC: spelling and whitespaceGravatar Stephen Hemminger 1-2/+2
2006-01-03[TCP] BIC: remove low utilization code.Gravatar Stephen Hemminger 1-80/+1
2005-11-10[TCP]: add tcp_slow_start helperGravatar Stephen Hemminger 1-6/+4
2005-11-10[TCP]: fix congestion window update when using TSO deferalGravatar Stephen Hemminger 1-1/+1
2005-11-02[TCP]: BIC max increment too largeGravatar Stephen Hemminger 1-1/+1
2005-10-05[TCP]: BIC coding bug in Linux 2.6.13Gravatar Stephen Hemminger 1-1/+1
2005-08-29[ICSK]: Move TCP congestion avoidance members to icskGravatar Arnaldo Carvalho de Melo 1-20/+26
2005-06-23[TCP]: Add TCP BIC congestion control module.Gravatar Stephen Hemminger 1-0/+331