aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/ccids (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-28[DCCP]: Promote CCID2 as default CCIDGerrit Renker1-11/+2
2008-01-28[CCID3]: Inline for moving averageGerrit Renker2-20/+14
2008-01-28[CCID3]: Accurately determine idle & application-limited periodsGerrit Renker2-10/+10
2008-01-28[CCID3]: Ignore trivial amounts of elapsed timeGerrit Renker2-11/+1
2008-01-28[CCID3]: Revert use of MSS instead of sGerrit Renker1-9/+12
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov2-9/+4
2007-12-20[DCCP]: Spelling fixesJoe Perches1-1/+1
2007-11-19[DCCP]: Add missing "space"Joe Perches1-1/+1
2007-10-24[CCID2/3]: Initialisation assignments of 0 are redundantGerrit Renker2-8/+0
2007-10-24[DCCP]: Unaligned pointer accessGerrit Renker1-4/+7
2007-10-10[CCID2]: Sequence number wraparound issuesGerrit Renker1-3/+4
2007-10-10[CCID2]: Remove redundant case blockGerrit Renker1-13/+1
2007-10-10[CCID2]: Remove redundant BUG_ONGerrit Renker2-9/+4
2007-10-10[CCID2]: Remove ugly BUG_ONGerrit Renker1-6/+5
2007-10-10[CCID2]: Simplify interfaceGerrit Renker1-10/+9
2007-10-10[DCCP]: Make all `debug' parameters boolGerrit Renker2-2/+2
2007-10-10[CCID3]: Remove ifdef surrounding BUG_ONArnaldo Carvalho de Melo1-4/+0
2007-10-10[CCID3]: Move NULL-protection into functionGerrit Renker2-31/+24
2007-10-10[DCCP]: Simplify interface of dccp_sample_rttGerrit Renker1-3/+3
2007-10-10[DCCP]: Reuse ktime_get_real() calls againGerrit Renker1-23/+16
2007-10-10[DCCP] packet_history: Convert dccphtx_tstamp to ktime_tArnaldo Carvalho de Melo2-6/+4
2007-10-10[DCCP] packet_history: convert dccphrx_tstamp to ktime_tArnaldo Carvalho de Melo4-18/+14
2007-10-10[DCCP] CCID3: Stop using dccp_timestampArnaldo Carvalho de Melo1-7/+4
2007-10-10[DCCP]: Convert dccp_sample_rtt to ktime_tArnaldo Carvalho de Melo1-15/+10
2007-10-10[DCCP]: Convert ccid3hcrx_tstamp_last_feedback to ktime_tArnaldo Carvalho de Melo2-9/+12
2007-10-10[DCCP]: Convert ccid3hcrx_tstamp_last_ack to ktime_tArnaldo Carvalho de Melo2-9/+15
2007-10-10[DCCP]: Convert ccid3hctx_t_ld to ktime_tArnaldo Carvalho de Melo2-9/+6
2007-10-10[DCCP]: Make ccid3_hc_tx_update_x get a timestamp if neededArnaldo Carvalho de Melo1-14/+16
2007-08-21[DCCP]: Allocation in atomic contextGerrit Renker1-1/+1
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt2-3/+3
2007-07-19[NET] DCCP: Fix whitespace errors.YOSHIFUJI Hideaki1-1/+1
2007-07-10[DCCP]: Make struct dccp_li_cachep static.Adrian Bunk1-1/+1
2007-07-10[CCID3]: Fix a bug in the send time processingGerrit Renker1-1/+1
2007-07-10[CCID3]: Sending time: update to ktime_tGerrit Renker2-22/+16
2007-07-10loss_interval: make struct dccp_li_hist_entry privateArnaldo Carvalho de Melo2-10/+9
2007-07-10loss_interval: Nuke dccp_li_histArnaldo Carvalho de Melo3-86/+36
2007-07-10loss_interval: Make dccp_li_hist_entry_{new,delete} privateArnaldo Carvalho de Melo2-14/+14
2007-07-10loss_interval: unexport dccp_li_hist_interval_newArnaldo Carvalho de Melo2-7/+3
2007-07-10[DCCP] loss_interval: Move ccid3_hc_rx_update_li to loss_intervalArnaldo Carvalho de Melo3-170/+176
2007-07-10[CCID3]: Pass ccid3_li_hist to ccid3_hc_rx_update_liArnaldo Carvalho de Melo1-6/+6
2007-07-10Remove accesses to ccid3_hc_rx_sock in ccid3_hc_rx_{update,calc_first}_liArnaldo Carvalho de Melo1-21/+41
2007-07-10loss_interval: Fix timeval initialisationIan McDonald1-1/+1
2007-07-10ccid3: Update copyrightsIan McDonald3-6/+6
2007-05-24[DCCP]: Fix build warning when debugging is disabled.David S. Miller1-2/+1
2007-04-25[DCCP]: Fix bug in the calculation of very low sending ratesGerrit Renker1-2/+2
2007-04-25[CCID3]: Use initial RTT sample from SYN exchangeGerrit Renker1-10/+21
2007-04-25[CCID3]: Use function for RTT samplingGerrit Renker2-41/+11
2007-04-25[CCID3]: Handle Idle and Application-Limited periodsGerrit Renker1-44/+40
2007-04-25[CCID3]: Wrap computation of RFC3390-initial rate into separate functionGerrit Renker1-7/+18
2007-04-25[CCID3]: Remove build warnings for 64bitGerrit Renker1-5/+7