aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/ccids/ccid3.c
Commit message (Expand)AuthorAge
* [DCCP] ccid3: Deprecate TFRC_SMALLEST_PGerrit Renker2006-12-03
* [DCCP] ccid3: Fix warning message about illegal ACKGerrit Renker2006-12-03
* [DCCP] ccid3: Fix bug in calculation of send rateGerrit Renker2006-12-03
* [DCCP]: Fix BUG in retransmission delay calculationGerrit Renker2006-12-03
* [DCCP]: Use higher RTO default for CCID3Gerrit Renker2006-12-03
* [DCCP]: Use `unsigned' for packet lengthsGerrit Renker2006-12-03
* [DCCP] ccid3: Larger initial windowsGerrit Renker2006-12-03
* [DCCP] ccid3: Track RX/TX packet size `s' using moving-averageGerrit Renker2006-12-03
* [DCCP] ccid3: Set NoFeedback Timeout according to RFC 3448Gerrit Renker2006-12-03
* [DCCP] ccid3: Consolidate handling of t_RTOGerrit Renker2006-12-03
* [DCCP] ccid3: Consistently update t_nom, t_ipi, t_deltaGerrit Renker2006-12-03
* [DCCP] ccid3: Consolidate timer resetsGerrit Renker2006-12-03
* [DCCP] ccid3: Resolve small FIXMEGerrit Renker2006-12-03
* [DCCP] ccid3: Remove redundant statements in ccid3_hc_tx_packet_sentGerrit Renker2006-12-03
* [DCCP] ccid3: Avoid congestion control on zero-sized data packetsGerrit Renker2006-12-03
* [DCCP] ccid3: Simplify control flow of ccid3_hc_tx_send_packetGerrit Renker2006-12-03
* [DCCP] ccid3: Fix calculation of t_ipi time of scheduled transmissionGerrit Renker2006-12-03
* [DCCP] ccid3: Simplify control flow in the calculation of t_ipiGerrit Renker2006-12-03
* [DCCP] ccid3: Fix bug in calculation of first t_nom and first t_ipiGerrit Renker2006-12-03
* [DCCP] CCID3: Remove non-referenced variableIan McDonald2006-12-03
* [DCCP]: Simplified conditions due to use of enum:8 statesGerrit Renker2006-12-03
* [DCCP]: Add CCID3 debug support to KconfigGerrit Renker2006-12-03
* [DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use enum:8 for the ccid3 statesGerrit Renker2006-12-03
* [DCCP]: Update documentation references.Gerrit Renker2006-10-24
* [DCCP]: Use constants for CCIDsIan McDonald2006-09-24
* [DCCP]: Tidyup CCID3 list handlingIan McDonald2006-09-22
* [DCCP]: Fix CCID3Ian McDonald2006-08-27
* [DCCP]: Update contact details and copyrightIan McDonald2006-08-26
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30
* [DCCP] options: Make dccp_insert_options & friends yell on errorArnaldo Carvalho de Melo2006-03-21
* [DCCP] ipv6: Add missing ipv6 control socketArnaldo Carvalho de Melo2006-03-21
* [DCCP]: Uninline some functionsArnaldo Carvalho de Melo2006-03-21
* [DCCP]: sparse endianness annotationsAndrea Bittau2006-03-20
* [DCCP] CCID: Improve CCID infrastructureArnaldo Carvalho de Melo2006-03-20
* [DCCP] CCID3: Set the no_feedback_timer fields near init_timerArnaldo Carvalho de Melo2006-03-20
* [DCCP] CCID: Allow ccid_{init,exit} to be NULLArnaldo Carvalho de Melo2006-03-20
* [DCCP] ccid3: Divide by zero fixIan McDonald2006-03-05
* [DCCP]: Introduce CCID getsockopt for the CCIDsArnaldo Carvalho de Melo2005-09-18
* [CCID3]: Listen socks doesn't have a private CCID blockArnaldo Carvalho de Melo2005-09-12
* [CCID3] Cleanup ccid3 debug callsArnaldo Carvalho de Melo2005-09-09
* [CCID3] Initialize ccid3hctx_t_ipi to 250msArnaldo Carvalho de Melo2005-09-09
* [CCID3] Introduce ccid3_hc_[rt]x_sk() for overal consistencyArnaldo Carvalho de Melo2005-09-09
* [DCCP] Introduce dccp_timestampArnaldo Carvalho de Melo2005-09-09
* [CCID3] Initialize more fields in ccid3_hc_rx_initArnaldo Carvalho de Melo2005-09-09
* [CCID3] Make the ccid3hcrx_rtt calc look more like the ccid3hctx_rtt oneArnaldo Carvalho de Melo2005-09-09
* [CCID3] Use ELAPSED_TIME in the HC TX RTT estimationArnaldo Carvalho de Melo2005-09-09
* [CCID3] Calculate ccid3hcrx_x_recv using usecs_divArnaldo Carvalho de Melo2005-09-09
* [CCID] Only call the HC insert_options methods when requestedArnaldo Carvalho de Melo2005-09-09
* [CCID3] Avoid unsigned integer overflows in usecs_divArnaldo Carvalho de Melo2005-09-09
* [CCID3]: Call sk->sk_write_space(sk) when receiving a feedback packetArnaldo Carvalho de Melo2005-08-29