summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_vegas.c
Commit message (Expand)AuthorAgeFilesLines
* 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-011-3/+0
* tcp: Fix integer-overflow in TCP vegasChristoph Paasch2014-07-301-1/+2
* tcp: remove in_flight parameter from cong_avoid() methodsEric Dumazet2014-05-031-4/+3
* tcp: switch rtt estimations to usec resolutionEric Dumazet2014-02-261-1/+0
* tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev2014-02-131-1/+0
* tcp: properly handle stretch acks in slow startYuchung Cheng2013-11-041-5/+6
* tcp: mark tcp_congestion_ops read_mostlyStephen Hemminger2011-03-101-1/+1
* tcp: tcp_vegas ssthresh bugfixDoug Leith2009-05-251-2/+9
* tcp: tcp_vegas cong avoid fix Doug Leith2008-12-091-70/+10
* tcp: tcp_vegas ssthresh bug fixDoug Leith2008-12-041-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/+3
* [TCP] vegas: Fix a bug in disabling slow start by gamma parameter.Xiaoliang (David) Wei2007-10-291-19/+18
* [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-151-0/+3
* [TCP]: Fix linkage errors on i386.YOSHIFUJI Hideaki2007-04-251-1/+1
* [TCP] TCP YEAH: Use vegas dont copy it.Stephen Hemminger2007-04-251-18/+13
* [TCP]: Congestion control API update.Stephen Hemminger2007-04-251-3/+7
* [TCP] vegas: Use type safe netlink interfaceThomas Graf2007-04-251-10/+8
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-2/+2
* [TCP] Vegas: Increase default alpha to 2 and beta to 4.David S. Miller2006-12-021-2/+2
* [TCP] Congestion control (modulo lp, bic): use BUILD_BUG_ONAlexey Dobriyan2006-09-221-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [TCP] tcp_vegas: Fix slow startThomas Young2006-01-041-0/+4
* [TCP] Vegas: Remove extra call to tcp_vegas_rtt_calcThomas Young2005-12-061-8/+0
* [TCP] Vegas: stop resetting rtt every ackThomas Young2005-12-061-4/+4
* [PATCH] TCP: fix vegas buildJeff Garzik2005-11-111-1/+1
* [TCP]: add tcp_slow_start helperStephen Hemminger2005-11-101-31/+11
* [INET_DIAG]: Rename tcp_diag.[ch] to inet_diag.[ch]Arnaldo Carvalho de Melo2005-08-291-1/+1
* [TCPDIAG]: Just rename everything to inet_diagArnaldo Carvalho de Melo2005-08-291-2/+2
* [ICSK]: Move TCP congestion avoidance members to icskArnaldo Carvalho de Melo2005-08-291-21/+23
* [TCP]: Add TCP Vegas congestion control module.Stephen Hemminger2005-06-231-0/+411