summaryrefslogtreecommitdiff
path: root/net/dccp/ccids/ccid3.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-25[DCCP]: Fix build warning when debugging is disabled.David S. Miller1-2/+1
2007-04-26[DCCP]: Fix bug in the calculation of very low sending ratesGerrit Renker1-2/+2
2007-04-26[CCID3]: Use initial RTT sample from SYN exchangeGerrit Renker1-10/+21
2007-04-26[CCID3]: Use function for RTT samplingGerrit Renker1-31/+11
2007-04-26[CCID3]: Handle Idle and Application-Limited periodsGerrit Renker1-44/+40
2007-04-26[CCID3]: Wrap computation of RFC3390-initial rate into separate functionGerrit Renker1-7/+18
2007-04-26[CCID3]: Remove build warnings for 64bitGerrit Renker1-5/+7
2007-04-26[CCID3]: Remove race condition and update t_ipi when `s' changesGerrit Renker1-23/+12
2007-04-26[CCID3]: More verbose debuggingIan McDonald1-1/+12
2007-04-26[CCID3]: Use MSS for larger initial windowsGerrit Renker1-5/+5
2007-04-26[CCID3]: Re-order CCID 3 source fileGerrit Renker1-44/+45
2007-04-26[CCID3]: Remove redundant `len' testGerrit Renker1-5/+2
2007-03-08[DCCP]: Revert patch which disables bidirectional modeGerrit Renker1-6/+1
2007-02-11[NET] DCCP: Fix whitespace errors.YOSHIFUJI Hideaki1-7/+7
2007-02-08[DCCP]: Warning fixes.Andrew Morton1-2/+3
2006-12-14[DCCP] ccid3: return value in ccid3_hc_rx_calc_first_liIan McDonald1-3/+3
2006-12-12[DCCP]: Whitespace cleanupsArnaldo Carvalho de Melo1-49/+62
2006-12-12[DCCP] ccid3: Fixup some type conversions related to rttsArnaldo Carvalho de Melo1-9/+9
2006-12-12[DCCP] ccid3: BUG-FIX - conversion errorsGerrit Renker1-24/+30
2006-12-12[DCCP] ccid3: Make debug output consistentGerrit Renker1-35/+32
2006-12-12[DCCP] ccid3: Perform history operations only after packet has been sentGerrit Renker1-29/+9
2006-12-12[DCCP] ccid3: TX history - remove unused fieldGerrit Renker1-2/+3
2006-12-12[DCCP] ccid3: Shift window counter computationGerrit Renker1-20/+29
2006-12-12[DCCP] ccid3: Sanity-check RTT samplesGerrit Renker1-1/+3
2006-12-12[DCCP] ccid3: Initialise RTT valuesGerrit Renker1-1/+2
2006-12-12[DCCP] ccid: Deprecate ccid_hc_tx_insert_optionsGerrit Renker1-12/+0
2006-12-12[DCCP]: Only deliver to the CCID rx side in chargeGerrit Renker1-3/+3
2006-12-12[DCCP]: Debug timeval operationsGerrit Renker1-24/+32
2006-12-12[DCCP] ccid3: Simplify calculation for reverse lookup of pGerrit Renker1-17/+22
2006-12-12[DCCP] ccid3: Replace scaled division operationsGerrit Renker1-24/+3
2006-12-12[DCCP] ccid3: Finer-grained resolution of sending ratesGerrit Renker1-30/+46
2006-12-12[DCCP] ccid3: Fix two bugs in sending rate computationGerrit Renker1-2/+2
2006-12-12[DCCP] ccid3: Two optimisations for sending rate recomputationGerrit Renker1-11/+16
2006-12-12[DCCP] ccid3: Check against too large pGerrit Renker1-4/+9
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter1-3/+3
2006-12-03[DCCP] ccid3: Deprecate TFRC_SMALLEST_PGerrit Renker1-16/+6
2006-12-03[DCCP] ccid3: Fix warning message about illegal ACKGerrit Renker1-1/+2
2006-12-03[DCCP] ccid3: Fix bug in calculation of send rateGerrit Renker1-37/+52
2006-12-03[DCCP]: Fix BUG in retransmission delay calculationGerrit Renker1-1/+1
2006-12-03[DCCP]: Use higher RTO default for CCID3Gerrit Renker1-8/+13
2006-12-03[DCCP]: Use `unsigned' for packet lengthsGerrit Renker1-45/+38
2006-12-03[DCCP] ccid3: Larger initial windowsGerrit Renker1-31/+35
2006-12-03[DCCP] ccid3: Track RX/TX packet size `s' using moving-averageGerrit Renker1-19/+41
2006-12-03[DCCP] ccid3: Set NoFeedback Timeout according to RFC 3448Gerrit Renker1-12/+10
2006-12-03[DCCP] ccid3: Consolidate handling of t_RTOGerrit Renker1-15/+14
2006-12-03[DCCP] ccid3: Consistently update t_nom, t_ipi, t_deltaGerrit Renker1-21/+17
2006-12-03[DCCP] ccid3: Consolidate timer resetsGerrit Renker1-9/+9
2006-12-03[DCCP] ccid3: Resolve small FIXMEGerrit Renker1-5/+4
2006-12-03[DCCP] ccid3: Remove redundant statements in ccid3_hc_tx_packet_sentGerrit Renker1-21/+0
2006-12-03[DCCP] ccid3: Avoid congestion control on zero-sized data packetsGerrit Renker1-9/+5