aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/ccids
Commit message (Expand)AuthorAgeFilesLines
...
* [CCID3]: Interface CCID3 code with newer Loss Intervals DatabaseGerrit Renker2008-01-284-31/+79
* [TFRC]: CCID3 (and CCID4) needs to access these inlinesGerrit Renker2008-01-282-30/+31
* [CCID3]: Redundant debugging output / documentationGerrit Renker2008-01-282-4/+2
* [TFRC]: Ringbuffer to track loss interval historyGerrit Renker2008-01-285-14/+435
* [TFRC]: Loss interval code needs the macros/inlines that were movedGerrit Renker2008-01-282-35/+35
* [TFRC]: Put RX/TX initialisation into tfrc.cGerrit Renker2008-01-282-44/+55
* [CCID3]: HC-receiver should not insert timestamps as HC-sender doesn't uses itGerrit Renker2008-01-281-2/+1
* [TFRC]: The function tfrc_rx_hist_entry_delete() is not used anymoreGerrit Renker2008-01-281-5/+0
* [TFRC]: Move comment.Gerrit Renker2008-01-281-5/+5
* [TFRC]: New rx history codeArnaldo Carvalho de Melo2008-01-285-355/+327
* [CCID3]: The receiver of a half-connection does not set window counter valuesGerrit Renker2008-01-281-1/+0
* [TFRC]: Rename dccp_rx_ to tfrc_rx_Arnaldo Carvalho de Melo2008-01-284-92/+92
* [TFRC]: Make the rx history slab be globalArnaldo Carvalho de Melo2008-01-283-113/+60
* [TFRC]: Rename tfrc_tx_hist to tfrc_tx_hist_slab, for consistencyArnaldo Carvalho de Melo2008-01-281-10/+10
* [TFRC]: Provide central source file and debug facilityGerrit Renker2008-01-286-35/+75
* [TFRC]: Hide tx history details from the CCIDsArnaldo Carvalho de Melo2008-01-283-28/+41
* [TFRC]: Migrate TX history to singly-linked lisArnaldo Carvalho de Melo2008-01-285-187/+102
* [CCID2]: Remove misleading commentGerrit Renker2008-01-281-10/+1
* [CCID2]: Remove redundant ack-counting variableGerrit Renker2008-01-282-35/+17
* [CCID2]: Remove redundant synchronisation variableGerrit Renker2008-01-282-10/+2
* [CCID2]: Redundant debugging outputGerrit Renker2008-01-281-6/+0
* [CCID2]: Replace pipe assignment-function with assignmentGerrit Renker2008-01-282-11/+8
* [CCID2]: Replace cwnd assignment-function with assignmentGerrit Renker2008-01-282-16/+8
* [CCID2]: Replace read-only variable with constantGerrit Renker2008-01-282-6/+5
* [CCID2]: Remove unused variableGerrit Renker2008-01-282-6/+0
* [CCID2]: Disable broken Ack Ratio adaptation algorithmGerrit Renker2008-01-282-6/+21
* [CCID2]: Larger initial windows also for CCID2Gerrit Renker2008-01-281-5/+15
* [CCID2]: Deadlock and spurious timeouts when Ack Ratio > cwndGerrit Renker2008-01-281-18/+21
* [CCID2]: Don't assign negative values to Ack RatioGerrit Renker2008-01-281-4/+5
* [CCID2]: Fix sequence number arithmetic/comparisonsGerrit Renker2008-01-281-7/+2
* [CCID2]: Bug in reading Ack VectorsGerrit Renker2008-01-281-1/+1
* [DCCP]: Remove redundant dependency on IP_DCCPGerrit Renker2008-01-281-3/+1
* [DCCP]: Promote CCID2 as default CCIDGerrit Renker2008-01-281-11/+2
* [CCID3]: Inline for moving averageGerrit Renker2008-01-282-20/+14
* [CCID3]: Accurately determine idle & application-limited periodsGerrit Renker2008-01-282-10/+10
* [CCID3]: Ignore trivial amounts of elapsed timeGerrit Renker2008-01-282-11/+1
* [CCID3]: Revert use of MSS instead of sGerrit Renker2008-01-281-9/+12
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-282-9/+4
* [DCCP]: Spelling fixesJoe Perches2007-12-201-1/+1
* [DCCP]: Add missing "space"Joe Perches2007-11-191-1/+1
* [CCID2/3]: Initialisation assignments of 0 are redundantGerrit Renker2007-10-242-8/+0
* [DCCP]: Unaligned pointer accessGerrit Renker2007-10-241-4/+7
* [CCID2]: Sequence number wraparound issuesGerrit Renker2007-10-101-3/+4
* [CCID2]: Remove redundant case blockGerrit Renker2007-10-101-13/+1
* [CCID2]: Remove redundant BUG_ONGerrit Renker2007-10-102-9/+4
* [CCID2]: Remove ugly BUG_ONGerrit Renker2007-10-101-6/+5
* [CCID2]: Simplify interfaceGerrit Renker2007-10-101-10/+9
* [DCCP]: Make all `debug' parameters boolGerrit Renker2007-10-102-2/+2
* [CCID3]: Remove ifdef surrounding BUG_ONArnaldo Carvalho de Melo2007-10-101-4/+0
* [CCID3]: Move NULL-protection into functionGerrit Renker2007-10-102-31/+24