aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/ccids/ccid3.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-13dccp: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 132Thomas Gleixner1-14/+1
2017-10-25net: dccp: Convert timers to use timer_setup()Kees Cook1-0/+1
2010-09-21dccp ccid-3: Remove redundant 'options_received' structGerrit Renker1-7/+0
2010-09-21dccp ccid-3: remove dead statesGerrit Renker1-2/+0
2010-09-15dccp ccid-3: Simplify and consolidate tx_parse_optionsGerrit Renker1-3/+0
2010-09-15dccp ccid-3: A lower bound for the inter-packet scheduling algorithmGerrit Renker1-5/+13
2010-08-30dccp ccid-3: use per-route RTO or TCP RTO as fallbackGerrit Renker1-1/+1
2010-08-23ccid: ccid-2/3 code cosmeticsGerrit Renker1-12/+7
2009-10-07dccp ccid-3: Overhaul CCID naming convention 2/2Gerrit Renker1-60/+60
2009-09-14net-next-2.6 [PATCH 1/1] dccp: ccids whitespace-cleanup / CodingStyleGerrit Renker1-26/+24
2008-01-28[CCID3]: Use a function to update p_inv, and p is never usedGerrit Renker1-4/+4
2008-01-28[CCID3]: Interface CCID3 code with newer Loss Intervals DatabaseGerrit Renker1-5/+5
2008-01-28[CCID3]: Redundant debugging output / documentationGerrit Renker1-2/+2
2008-01-28[TFRC]: New rx history codeArnaldo Carvalho de Melo1-9/+5
2008-01-28[TFRC]: Migrate TX history to singly-linked lisArnaldo Carvalho de Melo1-1/+2
2008-01-28[CCID3]: Accurately determine idle & application-limited periodsGerrit Renker1-2/+0
2008-01-28[CCID3]: Ignore trivial amounts of elapsed timeGerrit Renker1-2/+0
2007-10-10[CCID3]: Remove ifdef surrounding BUG_ONArnaldo Carvalho de Melo1-4/+0
2007-10-10[CCID3]: Move NULL-protection into functionGerrit Renker1-6/+14
2007-10-10[DCCP]: Convert ccid3hcrx_tstamp_last_feedback to ktime_tArnaldo Carvalho de Melo1-1/+1
2007-10-10[DCCP]: Convert ccid3hcrx_tstamp_last_ack to ktime_tArnaldo Carvalho de Melo1-1/+1
2007-10-10[DCCP]: Convert ccid3hctx_t_ld to ktime_tArnaldo Carvalho de Melo1-2/+1
2007-07-10[CCID3]: Sending time: update to ktime_tGerrit Renker1-2/+3
2007-04-25[CCID3]: Use function for RTT samplingGerrit Renker1-10/+0
2006-12-11[DCCP]: Whitespace cleanupsArnaldo Carvalho de Melo1-11/+11
2006-12-11[DCCP] ccid3: Fixup some type conversions related to rttsArnaldo Carvalho de Melo1-3/+3
2006-12-11[DCCP] ccid3: Sanity-check RTT samplesGerrit Renker1-0/+10
2006-12-11[DCCP]: Simplify TFRC calculationGerrit Renker1-19/+0
2006-12-11[DCCP] ccid3: Finer-grained resolution of sending ratesGerrit Renker1-7/+26
2006-12-03[DCCP] ccid3: Deprecate TFRC_SMALLEST_PGerrit Renker1-2/+0
2006-12-02[DCCP] ccid3: Larger initial windowsGerrit Renker1-2/+2
2006-12-02[DCCP]: Tidy up unused structuresGerrit Renker1-4/+0
2006-12-02[DCCP] ccid3: Consolidate timer resetsGerrit Renker1-1/+1
2006-12-02[DCCP] ccid3: Fix bug in calculation of first t_nom and first t_ipiGerrit Renker1-2/+0
2006-12-02[CCID 3]: Add annotations for socket structuresGerrit Renker1-35/+55
2006-12-02[DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use enum:8 for the ccid3 statesGerrit Renker1-2/+17
2006-08-26[DCCP]: Fix CCID3Ian McDonald1-2/+3
2006-08-26[DCCP]: Update contact details and copyrightIan McDonald1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-20[DCCP] CCID: Improve CCID infrastructureArnaldo Carvalho de Melo1-2/+3
2005-09-18[CCID3]: Introduce include/linux/tfrc.hArnaldo Carvalho de Melo1-10/+13
2005-09-09[CCID3] Initialize ccid3hctx_t_ipi to 250msArnaldo Carvalho de Melo1-0/+2
2005-09-09[CCID3] Introduce ccid3_hc_[rt]x_sk() for overal consistencyArnaldo Carvalho de Melo1-4/+8
2005-09-09[DCCP] Introduce dccp_timestampArnaldo Carvalho de Melo1-1/+1
2005-08-29[CCID3]: Move ccid3_hc_rx_add_hist to packet_history.cArnaldo Carvalho de Melo1-6/+0
2005-08-29[CCID3]: Move the loss interval code to loss_interval.[ch]Arnaldo Carvalho de Melo1-10/+1
2005-08-29[CCID3]: Move the CCID3 defines to ccid3.hArnaldo Carvalho de Melo1-5/+37
2005-08-29[CCID3]: Reintroduce ccid3hctx_t_rtoArnaldo Carvalho de Melo1-0/+1
2005-08-29[CCID3]: Separate most of the packet history codeArnaldo Carvalho de Melo1-18/+0