summaryrefslogtreecommitdiffstats
path: root/net/dccp/ccids/ccid3.c
Commit message (Expand)AuthorAgeFilesLines
...
* [DCCP] ccid3: Simplify calculation for reverse lookup of pGerrit Renker2006-12-111-17/+22
* [DCCP] ccid3: Replace scaled division operationsGerrit Renker2006-12-111-24/+3
* [DCCP] ccid3: Finer-grained resolution of sending ratesGerrit Renker2006-12-111-30/+46
* [DCCP] ccid3: Fix two bugs in sending rate computationGerrit Renker2006-12-111-2/+2
* [DCCP] ccid3: Two optimisations for sending rate recomputationGerrit Renker2006-12-111-11/+16
* [DCCP] ccid3: Check against too large pGerrit Renker2006-12-111-4/+9
* [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-071-3/+3
* [DCCP] ccid3: Deprecate TFRC_SMALLEST_PGerrit Renker2006-12-031-16/+6
* [DCCP] ccid3: Fix warning message about illegal ACKGerrit Renker2006-12-031-1/+2
* [DCCP] ccid3: Fix bug in calculation of send rateGerrit Renker2006-12-031-37/+52
* [DCCP]: Fix BUG in retransmission delay calculationGerrit Renker2006-12-031-1/+1
* [DCCP]: Use higher RTO default for CCID3Gerrit Renker2006-12-031-8/+13
* [DCCP]: Use `unsigned' for packet lengthsGerrit Renker2006-12-021-45/+38
* [DCCP] ccid3: Larger initial windowsGerrit Renker2006-12-021-31/+35
* [DCCP] ccid3: Track RX/TX packet size `s' using moving-averageGerrit Renker2006-12-021-19/+41
* [DCCP] ccid3: Set NoFeedback Timeout according to RFC 3448Gerrit Renker2006-12-021-12/+10
* [DCCP] ccid3: Consolidate handling of t_RTOGerrit Renker2006-12-021-15/+14
* [DCCP] ccid3: Consistently update t_nom, t_ipi, t_deltaGerrit Renker2006-12-021-21/+17
* [DCCP] ccid3: Consolidate timer resetsGerrit Renker2006-12-021-9/+9
* [DCCP] ccid3: Resolve small FIXMEGerrit Renker2006-12-021-5/+4
* [DCCP] ccid3: Remove redundant statements in ccid3_hc_tx_packet_sentGerrit Renker2006-12-021-21/+0
* [DCCP] ccid3: Avoid congestion control on zero-sized data packetsGerrit Renker2006-12-021-9/+5
* [DCCP] ccid3: Simplify control flow of ccid3_hc_tx_send_packetGerrit Renker2006-12-021-22/+18
* [DCCP] ccid3: Fix calculation of t_ipi time of scheduled transmissionGerrit Renker2006-12-021-5/+13
* [DCCP] ccid3: Simplify control flow in the calculation of t_ipiGerrit Renker2006-12-021-7/+3
* [DCCP] ccid3: Fix bug in calculation of first t_nom and first t_ipiGerrit Renker2006-12-021-5/+6
* [DCCP] CCID3: Remove non-referenced variableIan McDonald2006-12-021-3/+0
* [DCCP]: Simplified conditions due to use of enum:8 statesGerrit Renker2006-12-021-77/+55
* [DCCP]: Add CCID3 debug support to KconfigGerrit Renker2006-12-021-8/+8
* [DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use enum:8 for the ccid3 statesGerrit Renker2006-12-021-33/+12
* [DCCP]: Update documentation references.Gerrit Renker2006-10-241-2/+1
* [DCCP]: Use constants for CCIDsIan McDonald2006-09-241-1/+1
* [DCCP]: Tidyup CCID3 list handlingIan McDonald2006-09-221-6/+6
* [DCCP]: Fix CCID3Ian McDonald2006-08-261-30/+119
* [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] options: Make dccp_insert_options & friends yell on errorArnaldo Carvalho de Melo2006-03-201-17/+20
* [DCCP] ipv6: Add missing ipv6 control socketArnaldo Carvalho de Melo2006-03-201-9/+0
* [DCCP]: Uninline some functionsArnaldo Carvalho de Melo2006-03-201-5/+5
* [DCCP]: sparse endianness annotationsAndrea Bittau2006-03-201-3/+3
* [DCCP] CCID: Improve CCID infrastructureArnaldo Carvalho de Melo2006-03-201-27/+7
* [DCCP] CCID3: Set the no_feedback_timer fields near init_timerArnaldo Carvalho de Melo2006-03-201-2/+3
* [DCCP] CCID: Allow ccid_{init,exit} to be NULLArnaldo Carvalho de Melo2006-03-201-11/+0
* [DCCP] ccid3: Divide by zero fixIan McDonald2006-03-041-3/+7
* [DCCP]: Introduce CCID getsockopt for the CCIDsArnaldo Carvalho de Melo2005-09-181-0/+56
* [CCID3]: Listen socks doesn't have a private CCID blockArnaldo Carvalho de Melo2005-09-121-0/+8
* [CCID3] Cleanup ccid3 debug callsArnaldo Carvalho de Melo2005-09-091-97/+67
* [CCID3] Initialize ccid3hctx_t_ipi to 250msArnaldo Carvalho de Melo2005-09-091-1/+1
* [CCID3] Introduce ccid3_hc_[rt]x_sk() for overal consistencyArnaldo Carvalho de Melo2005-09-091-41/+29
* [DCCP] Introduce dccp_timestampArnaldo Carvalho de Melo2005-09-091-13/+14
OpenPOWER on IntegriCloud