summaryrefslogtreecommitdiff
path: root/net/dccp/ccids/ccid3.h
AgeCommit message (Expand)Author
2010-09-21dccp ccid-3: Remove redundant 'options_received' structGerrit Renker
2010-09-21dccp ccid-3: remove dead statesGerrit Renker
2010-09-15dccp ccid-3: Simplify and consolidate tx_parse_optionsGerrit Renker
2010-09-15dccp ccid-3: A lower bound for the inter-packet scheduling algorithmGerrit Renker
2010-08-30dccp ccid-3: use per-route RTO or TCP RTO as fallbackGerrit Renker
2010-08-23ccid: ccid-2/3 code cosmeticsGerrit Renker
2009-10-07dccp ccid-3: Overhaul CCID naming convention 2/2Gerrit Renker
2009-09-14net-next-2.6 [PATCH 1/1] dccp: ccids whitespace-cleanup / CodingStyleGerrit Renker
2008-01-28[CCID3]: Use a function to update p_inv, and p is never usedGerrit Renker
2008-01-28[CCID3]: Interface CCID3 code with newer Loss Intervals DatabaseGerrit Renker
2008-01-28[CCID3]: Redundant debugging output / documentationGerrit Renker
2008-01-28[TFRC]: New rx history codeArnaldo Carvalho de Melo
2008-01-28[TFRC]: Migrate TX history to singly-linked lisArnaldo Carvalho de Melo
2008-01-28[CCID3]: Accurately determine idle & application-limited periodsGerrit Renker
2008-01-28[CCID3]: Ignore trivial amounts of elapsed timeGerrit 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]: 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-07-10[CCID3]: Sending time: update to ktime_tGerrit Renker
2007-04-25[CCID3]: Use function for RTT samplingGerrit Renker
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: Sanity-check RTT samplesGerrit Renker
2006-12-11[DCCP]: Simplify TFRC calculationGerrit Renker
2006-12-11[DCCP] ccid3: Finer-grained resolution of sending ratesGerrit Renker
2006-12-03[DCCP] ccid3: Deprecate TFRC_SMALLEST_PGerrit Renker
2006-12-02[DCCP] ccid3: Larger initial windowsGerrit Renker
2006-12-02[DCCP]: Tidy up unused structuresGerrit Renker
2006-12-02[DCCP] ccid3: Consolidate timer resetsGerrit Renker
2006-12-02[DCCP] ccid3: Fix bug in calculation of first t_nom and first t_ipiGerrit Renker
2006-12-02[CCID 3]: Add annotations for socket structuresGerrit Renker
2006-12-02[DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use enum:8 for the ccid3 statesGerrit Renker
2006-08-26[DCCP]: Fix CCID3Ian McDonald
2006-08-26[DCCP]: Update contact details and copyrightIan McDonald
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-03-20[DCCP] CCID: Improve CCID infrastructureArnaldo Carvalho de Melo
2005-09-18[CCID3]: Introduce include/linux/tfrc.hArnaldo Carvalho de Melo
2005-09-09[CCID3] Initialize ccid3hctx_t_ipi to 250msArnaldo Carvalho de Melo
2005-09-09[CCID3] Introduce ccid3_hc_[rt]x_sk() for overal consistencyArnaldo Carvalho de Melo
2005-09-09[DCCP] Introduce dccp_timestampArnaldo Carvalho de Melo
2005-08-29[CCID3]: Move ccid3_hc_rx_add_hist to packet_history.cArnaldo Carvalho de Melo
2005-08-29[CCID3]: Move the loss interval code to loss_interval.[ch]Arnaldo Carvalho de Melo
2005-08-29[CCID3]: Move the CCID3 defines to ccid3.hArnaldo Carvalho de Melo
2005-08-29[CCID3]: Reintroduce ccid3hctx_t_rtoArnaldo Carvalho de Melo
2005-08-29[CCID3]: Separate most of the packet history codeArnaldo Carvalho de Melo
2005-08-29[DCCP]: Initial implementationArnaldo Carvalho de Melo