1. 4dbc242 dccp ccid-3: Fix RFC reference by Gerrit Renker · 15 years ago
  2. 1b6725d net: fix section mismatch warnings in dccp/ccids/lib/tfrc.c by Leonardo Potenza · 15 years ago
  3. 129fa44 dccp: Integrate the TFRC library with DCCP by Gerrit Renker · 15 years ago
  4. ddebc97 dccp: Lockless integration of CCID congestion-control plugins by Gerrit Renker · 15 years ago
  5. e8ef967 dccp: Registration routines for changing feature values by Gerrit Renker · 16 years ago
  6. 410e27a This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp" by Gerrit Renker · 16 years ago
  7. a3cbdde dccp ccid-3: Preventing Oscillations by Gerrit Renker · 16 years ago
  8. 53ac957 dccp ccid-3: Simplify computing and range-checking of t_ipi by Gerrit Renker · 16 years ago
  9. c8f41d5 dccp ccid-3: Measuring the packet size s with regard to rfc3448bis-06 by Gerrit Renker · 16 years ago
  10. 891e4d8 dccp ccid-3: Tidy up CCID-Kconfig dependencies by Gerrit Renker · 16 years ago
  11. 9d497a2 dccp ccid-3: Implement rfc3448bis change to initial-rate computation by Gerrit Renker · 16 years ago
  12. 88e97a9 dccp ccid-3: Update the RX history records in one place by Gerrit Renker · 16 years ago
  13. 68c89ee dccp ccid-3: Update the computation of X_recv by Gerrit Renker · 16 years ago
  14. 22338f0 dccp tfrc: Increase number of RTT samples by Gerrit Renker · 16 years ago
  15. 2b81143 dccp ccid-3: Always perform receiver RTT sampling by Gerrit Renker · 16 years ago
  16. 2f3e3bb dccp ccid-3: Remove duplicate RX states by Gerrit Renker · 16 years ago
  17. 34a081b dccp tfrc: Let dccp_tfrc_lib do the sampling work by Gerrit Renker · 16 years ago
  18. 3ca7aea dccp tfrc: Return type of update_i_mean is void by Gerrit Renker · 16 years ago
  19. d20ed95 dccp tfrc: Perform early loss detection by Gerrit Renker · 16 years ago
  20. 24b8d34 dccp tfrc: Receiver history initialisation routine by Gerrit Renker · 16 years ago
  21. 8b67ad1 dccp tfrc: Suppress unavoidable "below resolution" warning by Gerrit Renker · 16 years ago
  22. d0c05fe dccp ccid-3: Simplified handling of TX states by Gerrit Renker · 16 years ago
  23. f76fd32 dccp ccid-3: Runtime verification of timer resolution by Gerrit Renker · 16 years ago
  24. 6224877 tcp/dccp: Consolidate common code for RFC 3390 conversion by Gerrit Renker · 16 years ago
  25. 20bbd0f dccp ccid-2: Remove wrappers around sk_{reset,stop}_timer() by Gerrit Renker · 16 years ago
  26. 1435562 dccp ccid-2: Replace broken RTT estimator with better algorithm by Gerrit Renker · 16 years ago
  27. e9803c0 dccp ccid-2: Simplify dec_pipe and rearming of RTO timer by Gerrit Renker · 16 years ago
  28. c6f0f2e dccp ccid-2: Remove redundant sanity tests by Gerrit Renker · 16 years ago
  29. 83337da dccp ccid-2: Stop polling by Gerrit Renker · 16 years ago
  30. f4a66ca dccp: Return-value convention of hc_tx_send_packet() by Gerrit Renker · 16 years ago
  31. c8bf462 dccp ccid-2: Separate option parsing from CCID processing by Gerrit Renker · 16 years ago
  32. 5a577b4 dccp ccid-2: Remove old infrastructure by Gerrit Renker · 16 years ago
  33. ff49e27 dccp ccid-2: Ack Vector interface clean-up by Gerrit Renker · 16 years ago
  34. d0995e6 dccp ccid-3: Remove dead states by Gerrit Renker · 16 years ago
  35. 5fe9496 dccp ccid-3: Remove duplicate documentation by Gerrit Renker · 16 years ago
  36. c506d91 dccp: Unused argument in CCID tx function by Gerrit Renker · 16 years ago
  37. ce177ae dccp ccid-3: Remove redundant 'options_received' struct by Gerrit Renker · 16 years ago
  38. 535c55d dccp tfrc/ccid-3: Computing Loss Rate from Loss Event Rate by Gerrit Renker · 16 years ago
  39. 3306c78 dccp: Add packet type information to CCID-specific option parsing by Gerrit Renker · 16 years ago
  40. 47a61e7 dccp ccid-3: Simplify and consolidate tx_parse_options by Gerrit Renker · 16 years ago
  41. 63b3a73 dccp ccid-3: Remove ugly RTT-sampling history lookup by Gerrit Renker · 16 years ago
  42. de6f2b5 dccp ccid-3: Bug fix for the inter-packet scheduling algorithm by Gerrit Renker · 16 years ago
  43. b2e317f dccp ccid-3: No more CCID control blocks in LISTEN state by Gerrit Renker · 16 years ago
  44. 842d1ef dccp ccid-3: Remove ccid3hc{tx,rx}_ prefixes by Gerrit Renker · 16 years ago
  45. 1fb8750 dccp ccid-2: Remove ccid2hc{tx,rx}_ prefixes by Gerrit Renker · 16 years ago
  46. 86349c8 dccp: Registration routines for changing feature values by Gerrit Renker · 16 years ago
  47. 959fd99 dccp ccid-3: Replace lazy BUG_ON with condition by Gerrit Renker · 16 years ago
  48. 4326499 dccp: Toggle debug output without module unloading by Gerrit Renker · 16 years ago
  49. 2eeea7b dccp ccid-3: Length of loss intervals by Gerrit Renker · 16 years ago
  50. b552c62 dccp ccid-3: Fix a loss detection bug by Gerrit Renker · 16 years ago
  51. 5b5d0e7 dccp: Upgrade NDP count from 3 to 6 bytes by Gerrit Renker · 16 years ago
  52. 2013c7e dccp ccid-3: Fix error in loss detection by Gerrit Renker · 16 years ago
  53. 7deb0f8 dccp ccid-3: X truncated due to type conversion by Gerrit Renker · 16 years ago
  54. 1e8a287 dccp ccid-3: TFRC reverse-lookup Bug-Fix by Gerrit Renker · 16 years ago
  55. 1e2f0e5 dccp: Fix sparse warnings by Gerrit Renker · 16 years ago
  56. 3294f20 dccp ccid-3: Bug-Fix - Zero RTT is possible by Gerrit Renker · 16 years ago
  57. 825de27 dccp ccid-3: Fix "t_ipi explosion" bug by Gerrit Renker · 16 years ago
  58. 84994e1 dccp: ccid2.c, ccid3.c use clamp(), clamp_t() by Harvey Harrison · 16 years ago
  59. c4e18da [CCID3]: Kill some bloat by Ilpo Järvinen · 16 years ago
  60. 52515e7 [CCID3]: Nofeedback timer according to rfc3448bis by Gerrit Renker · 17 years ago
  61. d8d1252 [CCID3]: Implement rfc3448bis changes to feedback reception by Gerrit Renker · 17 years ago
  62. 5bd370a [CCID3]: Remove two irrelevant states in TX feedback handling by Gerrit Renker · 17 years ago
  63. 8e138e7 [CCID3]: Use a function to update p_inv, and p is never used by Gerrit Renker · 17 years ago
  64. 84a97b0 [CCID]: More informative registration by Gerrit Renker · 17 years ago
  65. 3f71c81 [TFRC]: Remove previous loss intervals implementation by Gerrit Renker · 17 years ago
  66. 954c2db [CCID3]: Interface CCID3 code with newer Loss Intervals Database by Gerrit Renker · 17 years ago
  67. de0d411 [TFRC]: CCID3 (and CCID4) needs to access these inlines by Gerrit Renker · 17 years ago
  68. db64196 [CCID3]: Redundant debugging output / documentation by Gerrit Renker · 17 years ago
  69. 8a9c7e9 [TFRC]: Ringbuffer to track loss interval history by Gerrit Renker · 17 years ago
  70. 8995a23 [TFRC]: Loss interval code needs the macros/inlines that were moved by Gerrit Renker · 17 years ago
  71. df8f83f [TFRC]: Put RX/TX initialisation into tfrc.c by Gerrit Renker · 17 years ago
  72. 385ac2e [CCID3]: HC-receiver should not insert timestamps as HC-sender doesn't uses it by Gerrit Renker · 17 years ago
  73. 797eba4 [TFRC]: The function tfrc_rx_hist_entry_delete() is not used anymore by Gerrit Renker · 17 years ago
  74. 78282d2 [TFRC]: Move comment. by Gerrit Renker · 17 years ago
  75. b84a218 [TFRC]: New rx history code by Arnaldo Carvalho de Melo · 17 years ago
  76. 30a0eac [CCID3]: The receiver of a half-connection does not set window counter values by Gerrit Renker · 17 years ago
  77. d58d1af [TFRC]: Rename dccp_rx_ to tfrc_rx_ by Arnaldo Carvalho de Melo · 17 years ago
  78. 34a9e7e [TFRC]: Make the rx history slab be global by Arnaldo Carvalho de Melo · 17 years ago
  79. e9c8b24a [TFRC]: Rename tfrc_tx_hist to tfrc_tx_hist_slab, for consistency by Arnaldo Carvalho de Melo · 17 years ago
  80. c40616c [TFRC]: Provide central source file and debug facility by Gerrit Renker · 17 years ago
  81. 9108d5f [TFRC]: Hide tx history details from the CCIDs by Arnaldo Carvalho de Melo · 17 years ago
  82. 276f2ed [TFRC]: Migrate TX history to singly-linked lis by Arnaldo Carvalho de Melo · 17 years ago
  83. dcfbc7e [CCID2]: Remove misleading comment by Gerrit Renker · 17 years ago
  84. a302002 [CCID2]: Remove redundant ack-counting variable by Gerrit Renker · 17 years ago
  85. 8339936 [CCID2]: Remove redundant synchronisation variable by Gerrit Renker · 17 years ago
  86. da98e0b [CCID2]: Redundant debugging output by Gerrit Renker · 17 years ago
  87. 95b21d7 [CCID2]: Replace pipe assignment-function with assignment by Gerrit Renker · 17 years ago
  88. 3deeadd [CCID2]: Replace cwnd assignment-function with assignment by Gerrit Renker · 17 years ago
  89. 63df18a [CCID2]: Replace read-only variable with constant by Gerrit Renker · 17 years ago
  90. 7792cd8 [CCID2]: Remove unused variable by Gerrit Renker · 17 years ago
  91. 900bfed [CCID2]: Disable broken Ack Ratio adaptation algorithm by Gerrit Renker · 17 years ago
  92. b00d2bb [CCID2]: Larger initial windows also for CCID2 by Gerrit Renker · 17 years ago
  93. d50ad16 [CCID2]: Deadlock and spurious timeouts when Ack Ratio > cwnd by Gerrit Renker · 17 years ago
  94. df054e1 [CCID2]: Don't assign negative values to Ack Ratio by Gerrit Renker · 17 years ago
  95. cfbbeab [CCID2]: Fix sequence number arithmetic/comparisons by Gerrit Renker · 17 years ago
  96. 3de5489 [CCID2]: Bug in reading Ack Vectors by Gerrit Renker · 17 years ago
  97. 6d57b43 [DCCP]: Remove redundant dependency on IP_DCCP by Gerrit Renker · 17 years ago
  98. e333b3e [DCCP]: Promote CCID2 as default CCID by Gerrit Renker · 17 years ago
  99. c3ada46 [CCID3]: Inline for moving average by Gerrit Renker · 17 years ago
  100. a5358fd [CCID3]: Accurately determine idle & application-limited periods by Gerrit Renker · 17 years ago