aboutsummaryrefslogtreecommitdiff
path: root/net/dccp/ccids
AgeCommit message (Expand)Author
2008-01-28[TFRC]: Move comment.Gerrit Renker
2008-01-28[TFRC]: New rx history codeArnaldo Carvalho de Melo
2008-01-28[CCID3]: The receiver of a half-connection does not set window counter valuesGerrit Renker
2008-01-28[TFRC]: Rename dccp_rx_ to tfrc_rx_Arnaldo Carvalho de Melo
2008-01-28[TFRC]: Make the rx history slab be globalArnaldo Carvalho de Melo
2008-01-28[TFRC]: Rename tfrc_tx_hist to tfrc_tx_hist_slab, for consistencyArnaldo Carvalho de Melo
2008-01-28[TFRC]: Provide central source file and debug facilityGerrit Renker
2008-01-28[TFRC]: Hide tx history details from the CCIDsArnaldo Carvalho de Melo
2008-01-28[TFRC]: Migrate TX history to singly-linked lisArnaldo Carvalho de Melo
2008-01-28[CCID2]: Remove misleading commentGerrit Renker
2008-01-28[CCID2]: Remove redundant ack-counting variableGerrit Renker
2008-01-28[CCID2]: Remove redundant synchronisation variableGerrit Renker
2008-01-28[CCID2]: Redundant debugging outputGerrit 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
2008-01-28[CCID2]: Larger initial windows also for CCID2Gerrit Renker
2008-01-28[CCID2]: Deadlock and spurious timeouts when Ack Ratio > cwndGerrit Renker
2008-01-28[CCID2]: Don't assign negative values to Ack RatioGerrit Renker
2008-01-28[CCID2]: Fix sequence number arithmetic/comparisonsGerrit Renker
2008-01-28[CCID2]: Bug in reading Ack VectorsGerrit Renker
2008-01-28[DCCP]: Remove redundant dependency on IP_DCCPGerrit Renker
2008-01-28[DCCP]: Promote CCID2 as default CCIDGerrit Renker
2008-01-28[CCID3]: Inline for moving averageGerrit Renker
2008-01-28[CCID3]: Accurately determine idle & application-limited periodsGerrit Renker
2008-01-28[CCID3]: Ignore trivial amounts of elapsed timeGerrit Renker
2008-01-28[CCID3]: Revert use of MSS instead of sGerrit Renker
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov
2007-12-20[DCCP]: Spelling fixesJoe Perches
2007-11-19[DCCP]: Add missing "space"Joe Perches
2007-10-24[CCID2/3]: Initialisation assignments of 0 are redundantGerrit Renker
2007-10-24[DCCP]: Unaligned pointer accessGerrit Renker
2007-10-10[CCID2]: Sequence number wraparound issuesGerrit Renker
2007-10-10[CCID2]: Remove redundant case blockGerrit Renker
2007-10-10[CCID2]: Remove redundant BUG_ONGerrit Renker
2007-10-10[CCID2]: Remove ugly BUG_ONGerrit Renker
2007-10-10[CCID2]: Simplify interfaceGerrit Renker
2007-10-10[DCCP]: Make all `debug' parameters boolGerrit Renker
2007-10-10[CCID3]: Remove ifdef surrounding BUG_ONArnaldo Carvalho de Melo
2007-10-10[CCID3]: Move NULL-protection into functionGerrit Renker
2007-10-10[DCCP]: Simplify interface of dccp_sample_rttGerrit Renker
2007-10-10[DCCP]: Reuse ktime_get_real() calls againGerrit Renker
2007-10-10[DCCP] packet_history: Convert dccphtx_tstamp to ktime_tArnaldo Carvalho de Melo
2007-10-10[DCCP] packet_history: convert dccphrx_tstamp to ktime_tArnaldo Carvalho de Melo
2007-10-10[DCCP] CCID3: Stop using dccp_timestampArnaldo Carvalho de Melo
2007-10-10[DCCP]: Convert dccp_sample_rtt to ktime_tArnaldo Carvalho de Melo
2007-10-10[DCCP]: Convert ccid3hcrx_tstamp_last_feedback to ktime_tArnaldo Carvalho de Melo
2007-10-10[DCCP]: Convert ccid3hcrx_tstamp_last_ack to ktime_tArnaldo Carvalho de Melo