aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/ccids/ccid3.h
Commit message (Expand)AuthorAgeFilesLines
* dccp ccid-3: Remove redundant 'options_received' structGerrit Renker2010-09-211-7/+0
* dccp ccid-3: remove dead statesGerrit Renker2010-09-211-2/+0
* dccp ccid-3: Simplify and consolidate tx_parse_optionsGerrit Renker2010-09-151-3/+0
* dccp ccid-3: A lower bound for the inter-packet scheduling algorithmGerrit Renker2010-09-151-5/+13
* dccp ccid-3: use per-route RTO or TCP RTO as fallbackGerrit Renker2010-08-301-1/+1
* ccid: ccid-2/3 code cosmeticsGerrit Renker2010-08-231-12/+7
* dccp ccid-3: Overhaul CCID naming convention 2/2Gerrit Renker2009-10-071-60/+60
* net-next-2.6 [PATCH 1/1] dccp: ccids whitespace-cleanup / CodingStyleGerrit Renker2009-09-141-26/+24
* [CCID3]: Use a function to update p_inv, and p is never usedGerrit Renker2008-01-281-4/+4
* [CCID3]: Interface CCID3 code with newer Loss Intervals DatabaseGerrit Renker2008-01-281-5/+5
* [CCID3]: Redundant debugging output / documentationGerrit Renker2008-01-281-2/+2
* [TFRC]: New rx history codeArnaldo Carvalho de Melo2008-01-281-9/+5
* [TFRC]: Migrate TX history to singly-linked lisArnaldo Carvalho de Melo2008-01-281-1/+2
* [CCID3]: Accurately determine idle & application-limited periodsGerrit Renker2008-01-281-2/+0
* [CCID3]: Ignore trivial amounts of elapsed timeGerrit Renker2008-01-281-2/+0
* [CCID3]: Remove ifdef surrounding BUG_ONArnaldo Carvalho de Melo2007-10-101-4/+0
* [CCID3]: Move NULL-protection into functionGerrit Renker2007-10-101-6/+14
* [DCCP]: Convert ccid3hcrx_tstamp_last_feedback to ktime_tArnaldo Carvalho de Melo2007-10-101-1/+1
* [DCCP]: Convert ccid3hcrx_tstamp_last_ack to ktime_tArnaldo Carvalho de Melo2007-10-101-1/+1
* [DCCP]: Convert ccid3hctx_t_ld to ktime_tArnaldo Carvalho de Melo2007-10-101-2/+1
* [CCID3]: Sending time: update to ktime_tGerrit Renker2007-07-101-2/+3
* [CCID3]: Use function for RTT samplingGerrit Renker2007-04-251-10/+0
* [DCCP]: Whitespace cleanupsArnaldo Carvalho de Melo2006-12-111-11/+11
* [DCCP] ccid3: Fixup some type conversions related to rttsArnaldo Carvalho de Melo2006-12-111-3/+3
* [DCCP] ccid3: Sanity-check RTT samplesGerrit Renker2006-12-111-0/+10
* [DCCP]: Simplify TFRC calculationGerrit Renker2006-12-111-19/+0
* [DCCP] ccid3: Finer-grained resolution of sending ratesGerrit Renker2006-12-111-7/+26
* [DCCP] ccid3: Deprecate TFRC_SMALLEST_PGerrit Renker2006-12-031-2/+0
* [DCCP] ccid3: Larger initial windowsGerrit Renker2006-12-021-2/+2
* [DCCP]: Tidy up unused structuresGerrit Renker2006-12-021-4/+0
* [DCCP] ccid3: Consolidate timer resetsGerrit Renker2006-12-021-1/+1
* [DCCP] ccid3: Fix bug in calculation of first t_nom and first t_ipiGerrit Renker2006-12-021-2/+0
* [CCID 3]: Add annotations for socket structuresGerrit Renker2006-12-021-35/+55
* [DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use enum:8 for the ccid3 statesGerrit Renker2006-12-021-2/+17
* [DCCP]: Fix CCID3Ian McDonald2006-08-261-2/+3
* [DCCP]: Update contact details and copyrightIan McDonald2006-08-261-2/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [DCCP] CCID: Improve CCID infrastructureArnaldo Carvalho de Melo2006-03-201-2/+3
* [CCID3]: Introduce include/linux/tfrc.hArnaldo Carvalho de Melo2005-09-181-10/+13
* [CCID3] Initialize ccid3hctx_t_ipi to 250msArnaldo Carvalho de Melo2005-09-091-0/+2
* [CCID3] Introduce ccid3_hc_[rt]x_sk() for overal consistencyArnaldo Carvalho de Melo2005-09-091-4/+8
* [DCCP] Introduce dccp_timestampArnaldo Carvalho de Melo2005-09-091-1/+1
* [CCID3]: Move ccid3_hc_rx_add_hist to packet_history.cArnaldo Carvalho de Melo2005-08-291-6/+0
* [CCID3]: Move the loss interval code to loss_interval.[ch]Arnaldo Carvalho de Melo2005-08-291-10/+1
* [CCID3]: Move the CCID3 defines to ccid3.hArnaldo Carvalho de Melo2005-08-291-5/+37
* [CCID3]: Reintroduce ccid3hctx_t_rtoArnaldo Carvalho de Melo2005-08-291-0/+1
* [CCID3]: Separate most of the packet history codeArnaldo Carvalho de Melo2005-08-291-18/+0
* [DCCP]: Initial implementationArnaldo Carvalho de Melo2005-08-291-0/+137