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