aboutsummaryrefslogtreecommitdiff
path: root/net/dccp/ccids/lib/packet_history.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-09This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp"Gravatar Gerrit Renker 1-145/+137
2008-09-04dccp ccid-3: Update the RX history records in one placeGravatar Gerrit Renker 1-19/+18
2008-09-04dccp ccid-3: Update the computation of X_recvGravatar Gerrit Renker 1-0/+30
2008-09-04dccp tfrc: Increase number of RTT samplesGravatar Gerrit Renker 1-59/+24
2008-09-04dccp ccid-3: Always perform receiver RTT samplingGravatar Gerrit Renker 1-16/+44
2008-09-04dccp tfrc: Let dccp_tfrc_lib do the sampling workGravatar Gerrit Renker 1-0/+10
2008-09-04dccp tfrc: Return type of update_i_mean is voidGravatar Gerrit Renker 1-0/+5
2008-09-04dccp tfrc: Perform early loss detectionGravatar Gerrit Renker 1-0/+3
2008-09-04dccp tfrc: Receiver history initialisation routineGravatar Gerrit Renker 1-22/+30
2008-09-04dccp ccid-3: Remove ugly RTT-sampling history lookupGravatar Gerrit Renker 1-40/+0
2008-07-13dccp ccid-3: Fix a loss detection bugGravatar Gerrit Renker 1-4/+20
2008-07-13dccp: Upgrade NDP count from 3 to 6 bytesGravatar Gerrit Renker 1-3/+3
2008-07-13dccp ccid-3: Fix error in loss detectionGravatar Gerrit Renker 1-45/+28
2008-01-28[TFRC]: CCID3 (and CCID4) needs to access these inlinesGravatar Gerrit Renker 1-26/+0
2008-01-28[TFRC]: Ringbuffer to track loss interval historyGravatar Gerrit Renker 1-4/+214
2008-01-28[TFRC]: Loss interval code needs the macros/inlines that were movedGravatar Gerrit Renker 1-35/+0
2008-01-28[TFRC]: Put RX/TX initialisation into tfrc.cGravatar Gerrit Renker 1-36/+32
2008-01-28[TFRC]: The function tfrc_rx_hist_entry_delete() is not used anymoreGravatar Gerrit Renker 1-5/+0
2008-01-28[TFRC]: Move comment.Gravatar Gerrit Renker 1-5/+5
2008-01-28[TFRC]: New rx history codeGravatar Arnaldo Carvalho de Melo 1-114/+176
2008-01-28[TFRC]: Rename dccp_rx_ to tfrc_rx_Gravatar Arnaldo Carvalho de Melo 1-45/+45
2008-01-28[TFRC]: Make the rx history slab be globalGravatar Arnaldo Carvalho de Melo 1-46/+49
2008-01-28[TFRC]: Rename tfrc_tx_hist to tfrc_tx_hist_slab, for consistencyGravatar Arnaldo Carvalho de Melo 1-10/+10
2008-01-28[TFRC]: Provide central source file and debug facilityGravatar Gerrit Renker 1-24/+3
2008-01-28[TFRC]: Hide tx history details from the CCIDsGravatar Arnaldo Carvalho de Melo 1-2/+31
2008-01-28[TFRC]: Migrate TX history to singly-linked lisGravatar Arnaldo Carvalho de Melo 1-76/+62
2007-07-20mm: Remove slab destructors from kmem_cache_create().Gravatar Paul Mundt 1-2/+2
2006-12-11[DCCP] ccid3: Reorder packet history source fileGravatar Gerrit Renker 1-107/+112
2006-08-26[DCCP]: Fix CCID3Gravatar Ian McDonald 1-131/+10
2006-08-26[DCCP]: Introduce dccp_rx_hist_find_entryGravatar Ian McDonald 1-0/+19
2006-08-26[DCCP]: Update contact details and copyrightGravatar Ian McDonald 1-3/+3
2006-08-26[DCCP]: Fix typoGravatar Ian McDonald 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2005-08-29[CCID3]: Move ccid3_hc_rx_detect_loss to packet_history.cGravatar Arnaldo Carvalho de Melo 1-0/+82
2005-08-29[CCID3]: Move ccid3_hc_rx_add_hist to packet_history.cGravatar Arnaldo Carvalho de Melo 1-0/+111
2005-08-29[DCCP]: Introduce dccp_tfrc_lib module with net/dccp/ccids/lib/*.cGravatar Arnaldo Carvalho de Melo 1-0/+6
2005-08-29[DCCP]: Just move packet_history.[ch] to net/dccp/ccids/lib/Gravatar Arnaldo Carvalho de Melo 1-0/+199