summaryrefslogtreecommitdiff
path: root/net/dccp/ccids/ccid3.c
AgeCommit message (Expand)Author
2006-12-13[DCCP] ccid3: return value in ccid3_hc_rx_calc_first_liIan McDonald
2006-12-11[DCCP]: Whitespace cleanupsArnaldo Carvalho de Melo
2006-12-11[DCCP] ccid3: Fixup some type conversions related to rttsArnaldo Carvalho de Melo
2006-12-11[DCCP] ccid3: BUG-FIX - conversion errorsGerrit Renker
2006-12-11[DCCP] ccid3: Make debug output consistentGerrit Renker
2006-12-11[DCCP] ccid3: Perform history operations only after packet has been sentGerrit Renker
2006-12-11[DCCP] ccid3: TX history - remove unused fieldGerrit Renker
2006-12-11[DCCP] ccid3: Shift window counter computationGerrit Renker
2006-12-11[DCCP] ccid3: Sanity-check RTT samplesGerrit Renker
2006-12-11[DCCP] ccid3: Initialise RTT valuesGerrit Renker
2006-12-11[DCCP] ccid: Deprecate ccid_hc_tx_insert_optionsGerrit Renker
2006-12-11[DCCP]: Only deliver to the CCID rx side in chargeGerrit Renker
2006-12-11[DCCP]: Debug timeval operationsGerrit Renker
2006-12-11[DCCP] ccid3: Simplify calculation for reverse lookup of pGerrit Renker
2006-12-11[DCCP] ccid3: Replace scaled division operationsGerrit Renker
2006-12-11[DCCP] ccid3: Finer-grained resolution of sending ratesGerrit Renker
2006-12-11[DCCP] ccid3: Fix two bugs in sending rate computationGerrit Renker
2006-12-11[DCCP] ccid3: Two optimisations for sending rate recomputationGerrit Renker
2006-12-11[DCCP] ccid3: Check against too large pGerrit Renker
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter
2006-12-03[DCCP] ccid3: Deprecate TFRC_SMALLEST_PGerrit Renker
2006-12-03[DCCP] ccid3: Fix warning message about illegal ACKGerrit Renker
2006-12-03[DCCP] ccid3: Fix bug in calculation of send rateGerrit Renker
2006-12-03[DCCP]: Fix BUG in retransmission delay calculationGerrit Renker
2006-12-03[DCCP]: Use higher RTO default for CCID3Gerrit Renker
2006-12-02[DCCP]: Use `unsigned' for packet lengthsGerrit Renker
2006-12-02[DCCP] ccid3: Larger initial windowsGerrit Renker
2006-12-02[DCCP] ccid3: Track RX/TX packet size `s' using moving-averageGerrit Renker
2006-12-02[DCCP] ccid3: Set NoFeedback Timeout according to RFC 3448Gerrit Renker
2006-12-02[DCCP] ccid3: Consolidate handling of t_RTOGerrit Renker
2006-12-02[DCCP] ccid3: Consistently update t_nom, t_ipi, t_deltaGerrit Renker
2006-12-02[DCCP] ccid3: Consolidate timer resetsGerrit Renker
2006-12-02[DCCP] ccid3: Resolve small FIXMEGerrit Renker
2006-12-02[DCCP] ccid3: Remove redundant statements in ccid3_hc_tx_packet_sentGerrit Renker
2006-12-02[DCCP] ccid3: Avoid congestion control on zero-sized data packetsGerrit Renker
2006-12-02[DCCP] ccid3: Simplify control flow of ccid3_hc_tx_send_packetGerrit Renker
2006-12-02[DCCP] ccid3: Fix calculation of t_ipi time of scheduled transmissionGerrit Renker
2006-12-02[DCCP] ccid3: Simplify control flow in the calculation of t_ipiGerrit Renker
2006-12-02[DCCP] ccid3: Fix bug in calculation of first t_nom and first t_ipiGerrit Renker
2006-12-02[DCCP] CCID3: Remove non-referenced variableIan McDonald
2006-12-02[DCCP]: Simplified conditions due to use of enum:8 statesGerrit Renker
2006-12-02[DCCP]: Add CCID3 debug support to KconfigGerrit Renker
2006-12-02[DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use enum:8 for the ccid3 statesGerrit Renker
2006-10-24[DCCP]: Update documentation references.Gerrit Renker
2006-09-24[DCCP]: Use constants for CCIDsIan McDonald
2006-09-22[DCCP]: Tidyup CCID3 list handlingIan McDonald
2006-08-26[DCCP]: Fix CCID3Ian McDonald
2006-08-26[DCCP]: Update contact details and copyrightIan McDonald
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-03-20[DCCP] options: Make dccp_insert_options & friends yell on errorArnaldo Carvalho de Melo