aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/ccids/lib/loss_interval.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-0/+1
2010-09-23net: return operator cleanupEric Dumazet1-1/+1
2009-09-14net-next-2.6 [PATCH 1/1] dccp: ccids whitespace-cleanup / CodingStyleGerrit Renker1-4/+3
2009-01-04dccp: Integrate the TFRC library with DCCPGerrit Renker1-3/+0
2008-09-09This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"Gerrit Renker1-16/+14
2008-09-04dccp ccid-3: Update the RX history records in one placeGerrit Renker1-5/+5
2008-09-04dccp tfrc: Return type of update_i_mean is voidGerrit Renker1-9/+11
2008-09-04dccp ccid-3: Replace lazy BUG_ON with conditionGerrit Renker1-2/+4
2008-07-13dccp ccid-3: Length of loss intervalsGerrit Renker1-5/+5
2008-01-28[TFRC]: Remove previous loss intervals implementationGerrit Renker1-266/+0
2008-01-28[CCID3]: Interface CCID3 code with newer Loss Intervals DatabaseGerrit Renker1-9/+9
2008-01-28[TFRC]: Ringbuffer to track loss interval historyGerrit Renker1-5/+156
2008-01-28[TFRC]: New rx history codeArnaldo Carvalho de Melo1-3/+10
2008-01-28[TFRC]: Rename dccp_rx_ to tfrc_rx_Arnaldo Carvalho de Melo1-7/+7
2008-01-28[TFRC]: Migrate TX history to singly-linked lisArnaldo Carvalho de Melo1-6/+6
2007-11-19[DCCP]: Add missing "space"Joe Perches1-1/+1
2007-10-10[DCCP] packet_history: convert dccphrx_tstamp to ktime_tArnaldo Carvalho de Melo1-6/+5
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
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-10loss_interval: make struct dccp_li_hist_entry privateArnaldo Carvalho de Melo1-0/+9
2007-07-10loss_interval: Nuke dccp_li_histArnaldo Carvalho de Melo1-61/+31
2007-07-10loss_interval: Make dccp_li_hist_entry_{new,delete} privateArnaldo Carvalho de Melo1-0/+14
2007-07-10loss_interval: unexport dccp_li_hist_interval_newArnaldo Carvalho de Melo1-4/+3
2007-07-10[DCCP] loss_interval: Move ccid3_hc_rx_update_li to loss_intervalArnaldo Carvalho de Melo1-0/+160
2007-07-10ccid3: Update copyrightsIan McDonald1-2/+2
2007-04-25[CCID3]: Fix use of invalid loss intervalsIan McDonald1-1/+1
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter1-1/+1
2006-12-02[DCCP]: Simplified conditions due to use of enum:8 statesGerrit Renker1-3/+3
2006-08-26[DCCP]: Fix CCID3Ian McDonald1-17/+17
2006-08-26[DCCP]: Update contact details and copyrightIan McDonald1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-08-29[CCID3]: Move the loss interval code to loss_interval.[ch]Arnaldo Carvalho de Melo1-0/+144