summaryrefslogtreecommitdiffstats
path: root/net/dccp/ccids
AgeCommit message (Expand)AuthorLines
2008-05-27dccp ccid-3: Fix "t_ipi explosion" bugGerrit Renker-9/+4
2008-05-02dccp: ccid2.c, ccid3.c use clamp(), clamp_t()Harvey Harrison-3/+3
2008-01-28[CCID3]: Kill some bloatIlpo Järvinen-1/+1
2008-01-28[CCID3]: Nofeedback timer according to rfc3448bisGerrit Renker-34/+29
2008-01-28[CCID3]: Implement rfc3448bis changes to feedback receptionGerrit Renker-21/+26
2008-01-28[CCID3]: Remove two irrelevant states in TX feedback handlingGerrit Renker-89/+84
2008-01-28[CCID3]: Use a function to update p_inv, and p is never usedGerrit Renker-7/+12
2008-01-28[CCID]: More informative registrationGerrit Renker-2/+2
2008-01-28[TFRC]: Remove previous loss intervals implementationGerrit Renker-275/+1
2008-01-28[CCID3]: Interface CCID3 code with newer Loss Intervals DatabaseGerrit Renker-31/+79
2008-01-28[TFRC]: CCID3 (and CCID4) needs to access these inlinesGerrit Renker-30/+31
2008-01-28[CCID3]: Redundant debugging output / documentationGerrit Renker-4/+2
2008-01-28[TFRC]: Ringbuffer to track loss interval historyGerrit Renker-14/+435
2008-01-28[TFRC]: Loss interval code needs the macros/inlines that were movedGerrit Renker-35/+35
2008-01-28[TFRC]: Put RX/TX initialisation into tfrc.cGerrit Renker-44/+55
2008-01-28[CCID3]: HC-receiver should not insert timestamps as HC-sender doesn't uses itGerrit Renker-2/+1
2008-01-28[TFRC]: The function tfrc_rx_hist_entry_delete() is not used anymoreGerrit Renker-5/+0
2008-01-28[TFRC]: Move comment.Gerrit Renker-5/+5
2008-01-28[TFRC]: New rx history codeArnaldo Carvalho de Melo-355/+327
2008-01-28[CCID3]: The receiver of a half-connection does not set window counter valuesGerrit Renker-1/+0
2008-01-28[TFRC]: Rename dccp_rx_ to tfrc_rx_Arnaldo Carvalho de Melo-92/+92
2008-01-28[TFRC]: Make the rx history slab be globalArnaldo Carvalho de Melo-113/+60
2008-01-28[TFRC]: Rename tfrc_tx_hist to tfrc_tx_hist_slab, for consistencyArnaldo Carvalho de Melo-10/+10
2008-01-28[TFRC]: Provide central source file and debug facilityGerrit Renker-35/+75
2008-01-28[TFRC]: Hide tx history details from the CCIDsArnaldo Carvalho de Melo-28/+41
2008-01-28[TFRC]: Migrate TX history to singly-linked lisArnaldo Carvalho de Melo-187/+102
2008-01-28[CCID2]: Remove misleading commentGerrit Renker-10/+1
2008-01-28[CCID2]: Remove redundant ack-counting variableGerrit Renker-35/+17
2008-01-28[CCID2]: Remove redundant synchronisation variableGerrit Renker-10/+2
2008-01-28[CCID2]: Redundant debugging outputGerrit Renker-6/+0
2008-01-28[CCID2]: Replace pipe assignment-function with assignmentGerrit Renker-11/+8
2008-01-28[CCID2]: Replace cwnd assignment-function with assignmentGerrit Renker-16/+8
2008-01-28[CCID2]: Replace read-only variable with constantGerrit Renker-6/+5
2008-01-28[CCID2]: Remove unused variableGerrit Renker-6/+0
2008-01-28[CCID2]: Disable broken Ack Ratio adaptation algorithmGerrit Renker-6/+21
2008-01-28[CCID2]: Larger initial windows also for CCID2Gerrit Renker-5/+15
2008-01-28[CCID2]: Deadlock and spurious timeouts when Ack Ratio > cwndGerrit Renker-18/+21
2008-01-28[CCID2]: Don't assign negative values to Ack RatioGerrit Renker-4/+5
2008-01-28[CCID2]: Fix sequence number arithmetic/comparisonsGerrit Renker-7/+2
2008-01-28[CCID2]: Bug in reading Ack VectorsGerrit Renker-1/+1
2008-01-28[DCCP]: Remove redundant dependency on IP_DCCPGerrit Renker-3/+1
2008-01-28[DCCP]: Promote CCID2 as default CCIDGerrit Renker-11/+2
2008-01-28[CCID3]: Inline for moving averageGerrit Renker-20/+14
2008-01-28[CCID3]: Accurately determine idle & application-limited periodsGerrit Renker-10/+10
2008-01-28[CCID3]: Ignore trivial amounts of elapsed timeGerrit Renker-11/+1
2008-01-28[CCID3]: Revert use of MSS instead of sGerrit Renker-9/+12
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov-9/+4
2007-12-20[DCCP]: Spelling fixesJoe Perches-1/+1
2007-11-19[DCCP]: Add missing "space"Joe Perches-1/+1
2007-10-24[CCID2/3]: Initialisation assignments of 0 are redundantGerrit Renker-8/+0