summaryrefslogtreecommitdiffstats
path: root/net/dccp/ccids
AgeCommit message (Expand)Author
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
2007-10-10[DCCP]: Convert ccid3hctx_t_ld to ktime_tArnaldo Carvalho de Melo
2007-10-10[DCCP]: Make ccid3_hc_tx_update_x get a timestamp if neededArnaldo Carvalho de Melo
2007-08-21[DCCP]: Allocation in atomic contextGerrit Renker
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-19[NET] DCCP: Fix whitespace errors.YOSHIFUJI Hideaki
2007-07-10[DCCP]: Make struct dccp_li_cachep static.Adrian Bunk
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: make struct dccp_li_hist_entry privateArnaldo Carvalho de Melo
2007-07-10loss_interval: Nuke dccp_li_histArnaldo Carvalho de Melo
2007-07-10loss_interval: Make dccp_li_hist_entry_{new,delete} privateArnaldo Carvalho de Melo
2007-07-10loss_interval: unexport dccp_li_hist_interval_newArnaldo 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]: Fix use of invalid loss intervalsIan 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