1. 3f71c81 [TFRC]: Remove previous loss intervals implementation by Gerrit Renker · 17 years ago
  2. 954c2db [CCID3]: Interface CCID3 code with newer Loss Intervals Database by Gerrit Renker · 17 years ago
  3. de0d411 [TFRC]: CCID3 (and CCID4) needs to access these inlines by Gerrit Renker · 17 years ago
  4. 8a9c7e9 [TFRC]: Ringbuffer to track loss interval history by Gerrit Renker · 17 years ago
  5. 8995a23 [TFRC]: Loss interval code needs the macros/inlines that were moved by Gerrit Renker · 17 years ago
  6. df8f83f [TFRC]: Put RX/TX initialisation into tfrc.c by Gerrit Renker · 17 years ago
  7. 797eba4 [TFRC]: The function tfrc_rx_hist_entry_delete() is not used anymore by Gerrit Renker · 17 years ago
  8. 78282d2 [TFRC]: Move comment. by Gerrit Renker · 17 years ago
  9. b84a218 [TFRC]: New rx history code by Arnaldo Carvalho de Melo · 17 years ago
  10. d58d1af [TFRC]: Rename dccp_rx_ to tfrc_rx_ by Arnaldo Carvalho de Melo · 17 years ago
  11. 34a9e7e [TFRC]: Make the rx history slab be global by Arnaldo Carvalho de Melo · 17 years ago
  12. e9c8b24a [TFRC]: Rename tfrc_tx_hist to tfrc_tx_hist_slab, for consistency by Arnaldo Carvalho de Melo · 17 years ago
  13. c40616c [TFRC]: Provide central source file and debug facility by Gerrit Renker · 17 years ago
  14. 9108d5f [TFRC]: Hide tx history details from the CCIDs by Arnaldo Carvalho de Melo · 17 years ago
  15. 276f2ed [TFRC]: Migrate TX history to singly-linked lis by Arnaldo Carvalho de Melo · 17 years ago
  16. c3ada46 [CCID3]: Inline for moving average by Gerrit Renker · 17 years ago
  17. 4756daa [DCCP]: Add missing "space" by Joe Perches · 17 years ago
  18. 0740d49 [DCCP] packet_history: Convert dccphtx_tstamp to ktime_t by Arnaldo Carvalho de Melo · 17 years ago
  19. e7c2335 [DCCP] packet_history: convert dccphrx_tstamp to ktime_t by Arnaldo Carvalho de Melo · 17 years ago
  20. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  21. 2324800 [NET] DCCP: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  22. 4fda25a [DCCP]: Make struct dccp_li_cachep static. by Adrian Bunk · 17 years ago
  23. dd36a9a loss_interval: make struct dccp_li_hist_entry private by Arnaldo Carvalho de Melo · 17 years ago
  24. cc4d6a3 loss_interval: Nuke dccp_li_hist by Arnaldo Carvalho de Melo · 17 years ago
  25. c70b729 loss_interval: Make dccp_li_hist_entry_{new,delete} private by Arnaldo Carvalho de Melo · 17 years ago
  26. 8c28178 loss_interval: unexport dccp_li_hist_interval_new by Arnaldo Carvalho de Melo · 17 years ago
  27. cc0a910 [DCCP] loss_interval: Move ccid3_hc_rx_update_li to loss_interval by Arnaldo Carvalho de Melo · 17 years ago
  28. b2f41ff ccid3: Update copyrights by Ian McDonald · 17 years ago
  29. 551dc5f [CCID3]: Fix use of invalid loss intervals by Ian McDonald · 17 years ago
  30. c9eaf17 [NET] DCCP: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  31. 7af5af3 [DCCP] ccid3: Reorder packet history source file by Gerrit Renker · 18 years ago
  32. 85dcb1f [DCCP] ccid3: Reorder packet history header file by Gerrit Renker · 18 years ago
  33. e312d10 [DCCP] ccid3: TX history - remove unused field by Gerrit Renker · 18 years ago
  34. d63d836 [DCCP]: Simplify TFRC calculation by Gerrit Renker · 18 years ago
  35. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  36. 54e6ecb [PATCH] slab: remove SLAB_ATOMIC by Christoph Lameter · 18 years ago
  37. 2bbf29a [DCCP] tfrc: Binary search for reverse TFRC lookup by Gerrit Renker · 18 years ago
  38. 006042d [DCCP] tfrc: Identify TFRC table limits and simplify code by Gerrit Renker · 18 years ago
  39. 8d0086a [DCCP] tfrc: Add protection against invalid parameters to TFRC routines by Gerrit Renker · 18 years ago
  40. 90fb0e6 [DCCP] tfrc: Fix small error in reverse lookup of p for given f(p) by Gerrit Renker · 18 years ago
  41. 50ab46c [DCCP] tfrc: Document boundaries and limits of the TFRC lookup table by Gerrit Renker · 18 years ago
  42. 59348b1 [DCCP]: Simplified conditions due to use of enum:8 states by Gerrit Renker · 18 years ago
  43. 66a377c [DCCP]: Fix CCID3 by Ian McDonald · 18 years ago
  44. 80193ae [DCCP]: Introduce dccp_rx_hist_find_entry by Ian McDonald · 18 years ago
  45. e6bccd3 [DCCP]: Update contact details and copyright by Ian McDonald · 18 years ago
  46. f3166c0 [DCCP]: Fix typo by Ian McDonald · 18 years ago
  47. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  48. 1b86235 [PATCH] remove bogus asm/bug.h includes. by Al Viro · 19 years ago
  49. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  50. b0e5678 [DCCP] Introduce dccp_timestamp by Arnaldo Carvalho de Melo · 19 years ago
  51. 29e4f8b [CCID3]: Move ccid3_hc_rx_detect_loss to packet_history.c by Arnaldo Carvalho de Melo · 19 years ago
  52. 072ab6c [CCID3]: Move ccid3_hc_rx_add_hist to packet_history.c by Arnaldo Carvalho de Melo · 19 years ago
  53. 36729c1 [DCCP]: Move the calc_X routines to dccp_tfrc_lib by Arnaldo Carvalho de Melo · 19 years ago
  54. 5cea0dd [DCCP]: Introduce dccp_tfrc_lib module with net/dccp/ccids/lib/*.c by Arnaldo Carvalho de Melo · 19 years ago
  55. 4524b25 [DCCP]: Just move packet_history.[ch] to net/dccp/ccids/lib/ by Arnaldo Carvalho de Melo · 19 years ago
  56. ae6706f [CCID3]: Move the loss interval code to loss_interval.[ch] by Arnaldo Carvalho de Melo · 19 years ago