summaryrefslogtreecommitdiff
path: root/net/dccp/ccids/ccid3.c
AgeCommit message (Expand)Author
2007-07-10[CCID3]: Fix a bug in the send time processingGerrit Renker
2007-07-10[CCID3]: Sending time: update to ktime_tGerrit Renker
2007-07-10loss_interval: Nuke dccp_li_histArnaldo Carvalho de Melo
2007-07-10[DCCP] loss_interval: Move ccid3_hc_rx_update_li to loss_intervalArnaldo Carvalho de Melo
2007-07-10[CCID3]: Pass ccid3_li_hist to ccid3_hc_rx_update_liArnaldo Carvalho de Melo
2007-07-10Remove accesses to ccid3_hc_rx_sock in ccid3_hc_rx_{update,calc_first}_liArnaldo Carvalho de Melo
2007-07-10loss_interval: Fix timeval initialisationIan McDonald
2007-07-10ccid3: Update copyrightsIan McDonald
2007-05-24[DCCP]: Fix build warning when debugging is disabled.David S. Miller
2007-04-25[DCCP]: Fix bug in the calculation of very low sending ratesGerrit Renker
2007-04-25[CCID3]: Use initial RTT sample from SYN exchangeGerrit Renker
2007-04-25[CCID3]: Use function for RTT samplingGerrit Renker
2007-04-25[CCID3]: Handle Idle and Application-Limited periodsGerrit Renker
2007-04-25[CCID3]: Wrap computation of RFC3390-initial rate into separate functionGerrit Renker
2007-04-25[CCID3]: Remove build warnings for 64bitGerrit Renker
2007-04-25[CCID3]: Remove race condition and update t_ipi when `s' changesGerrit Renker
2007-04-25[CCID3]: More verbose debuggingIan McDonald
2007-04-25[CCID3]: Use MSS for larger initial windowsGerrit Renker
2007-04-25[CCID3]: Re-order CCID 3 source fileGerrit Renker
2007-04-25[CCID3]: Remove redundant `len' testGerrit Renker
2007-03-07[DCCP]: Revert patch which disables bidirectional modeGerrit Renker
2007-02-10[NET] DCCP: Fix whitespace errors.YOSHIFUJI Hideaki
2007-02-08[DCCP]: Warning fixes.Andrew Morton
2006-12-13[DCCP] ccid3: return value in ccid3_hc_rx_calc_first_liIan McDonald
2006-12-11[DCCP]: Whitespace cleanupsArnaldo Carvalho de Melo
2006-12-11[DCCP] ccid3: Fixup some type conversions related to rttsArnaldo Carvalho de Melo
2006-12-11[DCCP] ccid3: BUG-FIX - conversion errorsGerrit Renker
2006-12-11[DCCP] ccid3: Make debug output consistentGerrit Renker
2006-12-11[DCCP] ccid3: Perform history operations only after packet has been sentGerrit Renker
2006-12-11[DCCP] ccid3: TX history - remove unused fieldGerrit Renker
2006-12-11[DCCP] ccid3: Shift window counter computationGerrit Renker
2006-12-11[DCCP] ccid3: Sanity-check RTT samplesGerrit Renker
2006-12-11[DCCP] ccid3: Initialise RTT valuesGerrit Renker
2006-12-11[DCCP] ccid: Deprecate ccid_hc_tx_insert_optionsGerrit Renker
2006-12-11[DCCP]: Only deliver to the CCID rx side in chargeGerrit Renker
2006-12-11[DCCP]: Debug timeval operationsGerrit Renker
2006-12-11[DCCP] ccid3: Simplify calculation for reverse lookup of pGerrit Renker
2006-12-11[DCCP] ccid3: Replace scaled division operationsGerrit Renker
2006-12-11[DCCP] ccid3: Finer-grained resolution of sending ratesGerrit Renker
2006-12-11[DCCP] ccid3: Fix two bugs in sending rate computationGerrit Renker
2006-12-11[DCCP] ccid3: Two optimisations for sending rate recomputationGerrit Renker
2006-12-11[DCCP] ccid3: Check against too large pGerrit Renker
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter
2006-12-03[DCCP] ccid3: Deprecate TFRC_SMALLEST_PGerrit Renker
2006-12-03[DCCP] ccid3: Fix warning message about illegal ACKGerrit Renker
2006-12-03[DCCP] ccid3: Fix bug in calculation of send rateGerrit Renker
2006-12-03[DCCP]: Fix BUG in retransmission delay calculationGerrit Renker
2006-12-03[DCCP]: Use higher RTO default for CCID3Gerrit Renker
2006-12-02[DCCP]: Use `unsigned' for packet lengthsGerrit Renker
2006-12-02[DCCP] ccid3: Larger initial windowsGerrit Renker