aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/ccids/ccid2.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-01dccp ccid-2: prevent cwnd > Sequence WindowSamuel Jero1-0/+6
2011-07-04dccp ccid-2: Perform congestion-window validationGerrit Renker1-0/+10
2011-07-04dccp ccid-2: Use existing function to test for data packetsGerrit Renker1-1/+5
2011-07-04dccp ccid-2: move rfc 3390 function into header fileGerrit Renker1-0/+9
2010-11-15dccp ccid-2: Separate option parsing from CCID processingGerrit Renker1-0/+2
2010-10-28dccp ccid-2: Stop pollingGerrit Renker1-0/+5
2010-08-30dccp ccid-2: Use u32 timestamps uniformlyGerrit Renker1-5/+10
2010-08-23dccp ccid-2: Replace broken RTT estimator with better algorithmGerrit Renker1-5/+15
2009-10-07dccp ccid-2: Overhaul CCID naming convention 1/2Gerrit Renker1-23/+23
2009-09-14net-next-2.6 [PATCH 1/1] dccp: ccids whitespace-cleanup / CodingStyleGerrit Renker1-5/+3
2008-01-28[CCID2]: Remove redundant ack-counting variableGerrit Renker1-4/+2
2008-01-28[CCID2]: Remove redundant synchronisation variableGerrit Renker1-1/+0
2008-01-28[CCID2]: Replace pipe assignment-function with assignmentGerrit Renker1-1/+2
2008-01-28[CCID2]: Replace cwnd assignment-function with assignmentGerrit Renker1-1/+1
2008-01-28[CCID2]: Replace read-only variable with constantGerrit Renker1-1/+2
2008-01-28[CCID2]: Remove unused variableGerrit Renker1-2/+0
2008-01-28[CCID2]: Disable broken Ack Ratio adaptation algorithmGerrit Renker1-4/+0
2007-10-10[CCID2]: Remove redundant BUG_ONGerrit Renker1-1/+1
2006-12-02[DCCP] ccid2: Allow window to grow largerAndrea Bittau1-1/+1
2006-12-02[DCCP] CCID2: Code optimizationsAndrea Bittau1-0/+1
2006-09-22[DCCP] CCID2: Halve cwnd once upon multiple losses in a single RTTAndrea Bittau1-0/+1
2006-09-22[DCCP] CCID2: Allocate seq records on demandAndrea Bittau1-1/+5
2006-09-22[DCCP] CCID2: Initialize ssthresh to infinityAndrea Bittau1-1/+1
2006-03-20[DCCP] CCID: Improve CCID infrastructureArnaldo Carvalho de Melo1-0/+16
2006-03-20[DCCP] CCID2: Initial CCID2 (TCP-Like) implementationAndrea Bittau1-0/+69