summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_vegas.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* tcp: fix under-evaluated ssthresh in TCP VegasHoang Tran2017-09-291-1/+1
* tcp: make undo_cwnd mandatory for congestion modulesFlorian Westphal2016-11-211-0/+1
* tcp: replace cnt & rtt with struct in pkts_acked()Lawrence Brakmo2016-05-111-3/+3
* tcp: add tcp_in_slow_start helperYuchung Cheng2015-07-091-3/+3
* tcp: prepare CC get_info() access from getsockopt()Eric Dumazet2015-04-291-9/+10
* inet_diag: fix access to tcp cc informationEric Dumazet2015-04-171-2/+3
* tcp: whitespace fixesstephen hemminger2014-09-021-3/+0Star
* tcp: Fix integer-overflow in TCP vegasChristoph Paasch2014-07-311-1/+2
* tcp: remove in_flight parameter from cong_avoid() methodsEric Dumazet2014-05-041-4/+3Star
* tcp: switch rtt estimations to usec resolutionEric Dumazet2014-02-261-1/+0Star
* tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev2014-02-141-1/+0Star
* tcp: properly handle stretch acks in slow startYuchung Cheng2013-11-051-5/+6
* tcp: mark tcp_congestion_ops read_mostlyStephen Hemminger2011-03-101-1/+1
* tcp: tcp_vegas ssthresh bugfixDoug Leith2009-05-261-2/+9
* tcp: tcp_vegas cong avoid fix Doug Leith2008-12-091-70/+10Star
* tcp: tcp_vegas ssthresh bug fixDoug Leith2008-12-051-0/+2
* net: fix returning void-valued expression warningsHarvey Harrison2008-05-011-2/+4
* tcp: Overflow bug in VegasLachlan Andrew2008-04-301-4/+6
* [TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoidIlpo Järvinen2008-01-281-4/+3Star
* [TCP] vegas: Fix a bug in disabling slow start by gamma parameter.Xiaoliang (David) Wei2007-10-301-19/+18Star
* [TCP]: congestion control API pass RTT in microsecondsStephen Hemminger2007-07-311-3/+3
* [TCP]: remove unused argument to cong_avoid opStephen Hemminger2007-07-181-3/+3
* [TCP]: Congestion control API RTT sampling fixIlpo Järvinen2007-06-161-0/+3
* [TCP]: Fix linkage errors on i386.YOSHIFUJI Hideaki2007-04-261-1/+1
* [TCP] TCP YEAH: Use vegas dont copy it.Stephen Hemminger2007-04-261-18/+13Star
* [TCP]: Congestion control API update.Stephen Hemminger2007-04-261-3/+7
* [TCP] vegas: Use type safe netlink interfaceThomas Graf2007-04-261-10/+8Star
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-2/+2
* [TCP] Vegas: Increase default alpha to 2 and beta to 4.David S. Miller2006-12-031-2/+2
* [TCP] Congestion control (modulo lp, bic): use BUILD_BUG_ONAlexey Dobriyan2006-09-231-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [TCP] tcp_vegas: Fix slow startThomas Young2006-01-041-0/+4
* [TCP] Vegas: Remove extra call to tcp_vegas_rtt_calcThomas Young2005-12-071-8/+0Star
* [TCP] Vegas: stop resetting rtt every ackThomas Young2005-12-071-4/+4
* [PATCH] TCP: fix vegas buildJeff Garzik2005-11-111-1/+1
* [TCP]: add tcp_slow_start helperStephen Hemminger2005-11-111-31/+11Star
* [INET_DIAG]: Rename tcp_diag.[ch] to inet_diag.[ch]Arnaldo Carvalho de Melo2005-08-301-1/+1
* [TCPDIAG]: Just rename everything to inet_diagArnaldo Carvalho de Melo2005-08-301-2/+2
* [ICSK]: Move TCP congestion avoidance members to icskArnaldo Carvalho de Melo2005-08-301-21/+23
* [TCP]: Add TCP Vegas congestion control module.Stephen Hemminger2005-06-231-0/+411