summaryrefslogtreecommitdiffstats
path: root/net/dccp/ccids/ccid3.c
Commit message (Expand)AuthorAgeFilesLines
* [DCCP]: Make all `debug' parameters boolGerrit Renker2007-10-101-1/+1
* [CCID3]: Move NULL-protection into functionGerrit Renker2007-10-101-25/+10
* [DCCP]: Simplify interface of dccp_sample_rttGerrit Renker2007-10-101-3/+3
* [DCCP]: Reuse ktime_get_real() calls againGerrit Renker2007-10-101-23/+16
* [DCCP] packet_history: Convert dccphtx_tstamp to ktime_tArnaldo Carvalho de Melo2007-10-101-4/+3
* [DCCP] packet_history: convert dccphrx_tstamp to ktime_tArnaldo Carvalho de Melo2007-10-101-7/+4
* [DCCP] CCID3: Stop using dccp_timestampArnaldo Carvalho de Melo2007-10-101-7/+4
* [DCCP]: Convert dccp_sample_rtt to ktime_tArnaldo Carvalho de Melo2007-10-101-15/+10
* [DCCP]: Convert ccid3hcrx_tstamp_last_feedback to ktime_tArnaldo Carvalho de Melo2007-10-101-8/+11
* [DCCP]: Convert ccid3hcrx_tstamp_last_ack to ktime_tArnaldo Carvalho de Melo2007-10-101-8/+14
* [DCCP]: Convert ccid3hctx_t_ld to ktime_tArnaldo Carvalho de Melo2007-10-101-7/+5
* [DCCP]: Make ccid3_hc_tx_update_x get a timestamp if neededArnaldo Carvalho de Melo2007-10-101-14/+16
* [CCID3]: Fix a bug in the send time processingGerrit Renker2007-07-101-1/+1
* [CCID3]: Sending time: update to ktime_tGerrit Renker2007-07-101-20/+13
* loss_interval: Nuke dccp_li_histArnaldo Carvalho de Melo2007-07-101-15/+3
* [DCCP] loss_interval: Move ccid3_hc_rx_update_li to loss_intervalArnaldo Carvalho de Melo2007-07-101-170/+9
* [CCID3]: Pass ccid3_li_hist to ccid3_hc_rx_update_liArnaldo Carvalho de Melo2007-07-101-6/+6
* Remove accesses to ccid3_hc_rx_sock in ccid3_hc_rx_{update,calc_first}_liArnaldo Carvalho de Melo2007-07-101-21/+41
* loss_interval: Fix timeval initialisationIan McDonald2007-07-101-1/+1
* ccid3: Update copyrightsIan McDonald2007-07-101-2/+2
* [DCCP]: Fix build warning when debugging is disabled.David S. Miller2007-05-241-2/+1
* [DCCP]: Fix bug in the calculation of very low sending ratesGerrit Renker2007-04-251-2/+2
* [CCID3]: Use initial RTT sample from SYN exchangeGerrit Renker2007-04-251-10/+21
* [CCID3]: Use function for RTT samplingGerrit Renker2007-04-251-31/+11
* [CCID3]: Handle Idle and Application-Limited periodsGerrit Renker2007-04-251-44/+40
* [CCID3]: Wrap computation of RFC3390-initial rate into separate functionGerrit Renker2007-04-251-7/+18
* [CCID3]: Remove build warnings for 64bitGerrit Renker2007-04-251-5/+7
* [CCID3]: Remove race condition and update t_ipi when `s' changesGerrit Renker2007-04-251-23/+12
* [CCID3]: More verbose debuggingIan McDonald2007-04-251-1/+12
* [CCID3]: Use MSS for larger initial windowsGerrit Renker2007-04-251-5/+5
* [CCID3]: Re-order CCID 3 source fileGerrit Renker2007-04-251-44/+45
* [CCID3]: Remove redundant `len' testGerrit Renker2007-04-251-5/+2
* [DCCP]: Revert patch which disables bidirectional modeGerrit Renker2007-03-071-6/+1
* [NET] DCCP: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-7/+7
* [DCCP]: Warning fixes.Andrew Morton2007-02-081-2/+3
* [DCCP] ccid3: return value in ccid3_hc_rx_calc_first_liIan McDonald2006-12-131-3/+3
* [DCCP]: Whitespace cleanupsArnaldo Carvalho de Melo2006-12-111-49/+62
* [DCCP] ccid3: Fixup some type conversions related to rttsArnaldo Carvalho de Melo2006-12-111-9/+9
* [DCCP] ccid3: BUG-FIX - conversion errorsGerrit Renker2006-12-111-24/+30
* [DCCP] ccid3: Make debug output consistentGerrit Renker2006-12-111-35/+32
* [DCCP] ccid3: Perform history operations only after packet has been sentGerrit Renker2006-12-111-29/+9
* [DCCP] ccid3: TX history - remove unused fieldGerrit Renker2006-12-111-2/+3
* [DCCP] ccid3: Shift window counter computationGerrit Renker2006-12-111-20/+29
* [DCCP] ccid3: Sanity-check RTT samplesGerrit Renker2006-12-111-1/+3
* [DCCP] ccid3: Initialise RTT valuesGerrit Renker2006-12-111-1/+2
* [DCCP] ccid: Deprecate ccid_hc_tx_insert_optionsGerrit Renker2006-12-111-12/+0
* [DCCP]: Only deliver to the CCID rx side in chargeGerrit Renker2006-12-111-3/+3
* [DCCP]: Debug timeval operationsGerrit Renker2006-12-111-24/+32
* [DCCP] ccid3: Simplify calculation for reverse lookup of pGerrit Renker2006-12-111-17/+22
* [DCCP] ccid3: Replace scaled division operationsGerrit Renker2006-12-111-24/+3
OpenPOWER on IntegriCloud