Commit Graph

137 Commits (fddc2feb94c1f734dc27d44d166e97ab2e005ec1)

Author SHA1 Message Date
Gerrit Renker 1266adee12 [CCID3]: Remove race condition and update t_ipi when `s' changes 18 years ago
Ian McDonald 8699be7d24 [CCID3]: More verbose debugging 18 years ago
Ian McDonald 551dc5f7a1 [CCID3]: Fix use of invalid loss intervals 18 years ago
Gerrit Renker 371fe7779c [CCID3]: Use MSS for larger initial windows 18 years ago
Gerrit Renker 9bf17475eb [CCID3]: Re-order CCID 3 source file 18 years ago
Gerrit Renker 353b13e10a [CCID3]: Remove redundant `len' test 18 years ago
Gerrit Renker 151a99317e [DCCP]: Revert patch which disables bidirectional mode 18 years ago
YOSHIFUJI Hideaki c9eaf17341 [NET] DCCP: Fix whitespace errors. 18 years ago
Andrew Morton 0f08461ebf [DCCP]: Warning fixes. 18 years ago
Ian McDonald 832e3ca62d [DCCP] ccid3: return value in ccid3_hc_rx_calc_first_li 18 years ago
Arnaldo Carvalho de Melo 8109b02b53 [DCCP]: Whitespace cleanups 18 years ago
Arnaldo Carvalho de Melo 1fba78b6cb [DCCP] ccid3: Fixup some type conversions related to rtts 18 years ago
Gerrit Renker 9e8efc8240 [DCCP] ccid3: BUG-FIX - conversion errors 18 years ago
Gerrit Renker 7af5af3013 [DCCP] ccid3: Reorder packet history source file 18 years ago
Gerrit Renker 85dcb1f780 [DCCP] ccid3: Reorder packet history header file 18 years ago
Gerrit Renker a967241129 [DCCP] ccid3: Make debug output consistent 18 years ago
Gerrit Renker c5a1ae9a4c [DCCP] ccid3: Perform history operations only after packet has been sent 18 years ago
Gerrit Renker e312d100f1 [DCCP] ccid3: TX history - remove unused field 18 years ago
Gerrit Renker 9f8681db96 [DCCP] ccid3: Shift window counter computation 18 years ago
Gerrit Renker de553c189e [DCCP] ccid3: Sanity-check RTT samples 18 years ago
Gerrit Renker fe0499ae95 [DCCP] ccid3: Initialise RTT values 18 years ago
Gerrit Renker 65d6c2b42e [DCCP] ccid: Deprecate ccid_hc_tx_insert_options 18 years ago
Gerrit Renker bf58a381e8 [DCCP]: Only deliver to the CCID rx side in charge 18 years ago
Gerrit Renker d63d8364cf [DCCP]: Simplify TFRC calculation 18 years ago
Gerrit Renker 0f9e5b573f [DCCP]: Debug timeval operations 18 years ago
Gerrit Renker bfe24a6cc2 [DCCP] ccid3: Simplify calculation for reverse lookup of p 18 years ago
Gerrit Renker b9039a2a8d [DCCP] ccid3: Replace scaled division operations 18 years ago
Gerrit Renker 1a21e49a8d [DCCP] ccid3: Finer-grained resolution of sending rates 18 years ago
Gerrit Renker 179ebc9f92 [DCCP] ccid3: Fix two bugs in sending rate computation 18 years ago
Gerrit Renker ff58629824 [DCCP] ccid3: Two optimisations for sending rate recomputation 18 years ago
Gerrit Renker 45393a66a2 [DCCP] ccid3: Check against too large p 18 years ago
Christoph Lameter e18b890bb0 [PATCH] slab: remove kmem_cache_t 18 years ago
Christoph Lameter 54e6ecb239 [PATCH] slab: remove SLAB_ATOMIC 18 years ago
Gerrit Renker 2bbf29acd8 [DCCP] tfrc: Binary search for reverse TFRC lookup 18 years ago
Gerrit Renker 44158306d7 [DCCP] ccid3: Deprecate TFRC_SMALLEST_P 18 years ago
Gerrit Renker 006042d7e1 [DCCP] tfrc: Identify TFRC table limits and simplify code 18 years ago
Gerrit Renker 8d0086adac [DCCP] tfrc: Add protection against invalid parameters to TFRC routines 18 years ago
Gerrit Renker 90fb0e60dd [DCCP] tfrc: Fix small error in reverse lookup of p for given f(p) 18 years ago
Gerrit Renker 50ab46c790 [DCCP] tfrc: Document boundaries and limits of the TFRC lookup table 18 years ago
Gerrit Renker 26af3072b0 [DCCP] ccid3: Fix warning message about illegal ACK 18 years ago
Gerrit Renker 5c3fbb6acf [DCCP] ccid3: Fix bug in calculation of send rate 18 years ago
Gerrit Renker 76d127779e [DCCP]: Fix BUG in retransmission delay calculation 18 years ago
Gerrit Renker 8a508ac26e [DCCP]: Use higher RTO default for CCID3 18 years ago
Gerrit Renker 6b57c93dc3 [DCCP]: Use `unsigned' for packet lengths 18 years ago
Gerrit Renker a79ef76f4d [DCCP] ccid3: Larger initial windows 18 years ago
Gerrit Renker 5aed324369 [DCCP]: Tidy up unused structures 18 years ago
Gerrit Renker 78ad713da6 [DCCP] ccid3: Track RX/TX packet size `s' using moving-average 18 years ago
Gerrit Renker 2a1fda6f6c [DCCP] ccid3: Set NoFeedback Timeout according to RFC 3448 18 years ago
Gerrit Renker 5d0dbc4a9b [DCCP] ccid3: Consolidate handling of t_RTO 18 years ago
Gerrit Renker 17893bc1a6 [DCCP] ccid3: Consistently update t_nom, t_ipi, t_delta 18 years ago