aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_vegas.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-01-04[TCP] tcp_vegas: Fix slow startThomas Young1-0/+4
2005-12-06[TCP] Vegas: Remove extra call to tcp_vegas_rtt_calcThomas Young1-8/+0
2005-12-06[TCP] Vegas: stop resetting rtt every ackThomas Young1-4/+4
2005-11-11[PATCH] TCP: fix vegas buildJeff Garzik1-1/+1
2005-11-10[TCP]: add tcp_slow_start helperStephen Hemminger1-31/+11
2005-08-29[INET_DIAG]: Rename tcp_diag.[ch] to inet_diag.[ch]Arnaldo Carvalho de Melo1-1/+1
2005-08-29[TCPDIAG]: Just rename everything to inet_diagArnaldo Carvalho de Melo1-2/+2
2005-08-29[ICSK]: Move TCP congestion avoidance members to icskArnaldo Carvalho de Melo1-21/+23
2005-06-23[TCP]: Add TCP Vegas congestion control module.Stephen Hemminger1-0/+411