summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_htcp.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: replace cnt & rtt with struct in pkts_acked()Lawrence Brakmo2016-05-111-5/+5
* tcp: add tcp_in_slow_start helperYuchung Cheng2015-07-091-1/+1
* tcp: whitespace fixesstephen hemminger2014-09-011-2/+4
* tcp: remove in_flight parameter from cong_avoid() methodsEric Dumazet2014-05-031-2/+2
* tcp: properly handle stretch acks in slow startYuchung Cheng2013-11-041-2/+2
* tcp: mark tcp_congestion_ops read_mostlyStephen Hemminger2011-03-101-1/+1
* net/ipv4: Move && and || to end of previous lineJoe Perches2009-11-231-5/+5
* htcp: merge icsk_ca_state compareIlpo Järvinen2009-03-021-2/+1
* tcp_htcp: last_cong bug fixDoug Leith2008-11-121-4/+10
* [TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoidIlpo Järvinen2008-01-281-2/+1
* [TCP]: H-TCP maxRTT estimation at startupStephen Hemminger2007-08-071-3/+1
* [TCP]: htcp - use measured rttStephen Hemminger2007-07-311-4/+4
* [TCP]: congestion control API pass RTT in microsecondsStephen Hemminger2007-07-311-1/+1
* missed cong_avoid() instanceAl Viro2007-07-191-1/+1
* [TCP]: remove unused argument to cong_avoid opStephen Hemminger2007-07-181-1/+1
* [TCP]: Congestion control API update.Stephen Hemminger2007-04-251-1/+1
* [TCP]: cleanup of htcp (resend)Stephen Hemminger2007-02-121-28/+37
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-1/+1
* [TCP] htcp: Better packing of struct htcp.David S. Miller2006-12-021-2/+2
* [TCP] H-TCP: fix integer overflowGavin McCullagh2006-10-251-1/+1
* [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]: Minimum congestion window consolidation.Stephen Hemminger2006-06-171-9/+0
* [TCP] H-TCP: Better time accountingBaruch Even2006-03-201-18/+26
* [TCP] H-TCP: Account for delayed-ACKsBaruch Even2006-03-201-8/+18
* [TCP] H-TCP: Use msecs_to_jiffiesBaruch Even2006-03-201-2/+2
* [TCP] H-TCP: Fix accountingBaruch Even2006-01-301-1/+0
* [TCP]: add tcp_slow_start helperStephen Hemminger2005-11-101-6/+5
* [TCP]: fix congestion window update when using TSO deferalStephen Hemminger2005-11-101-1/+1
* [ICSK]: Move TCP congestion avoidance members to icskArnaldo Carvalho de Melo2005-08-291-22/+31
* [TCP]: Add H-TCP congestion control module.Baruch Even2005-06-231-0/+289