1. 6b57c93 [DCCP]: Use `unsigned' for packet lengths by Gerrit Renker · 18 years ago
  2. a79ef76 [DCCP] ccid3: Larger initial windows by Gerrit Renker · 18 years ago
  3. 5aed324 [DCCP]: Tidy up unused structures by Gerrit Renker · 18 years ago
  4. 78ad713 [DCCP] ccid3: Track RX/TX packet size `s' using moving-average by Gerrit Renker · 18 years ago
  5. 2a1fda6 [DCCP] ccid3: Set NoFeedback Timeout according to RFC 3448 by Gerrit Renker · 18 years ago
  6. 5d0dbc4 [DCCP] ccid3: Consolidate handling of t_RTO by Gerrit Renker · 18 years ago
  7. 17893bc [DCCP] ccid3: Consistently update t_nom, t_ipi, t_delta by Gerrit Renker · 18 years ago
  8. 48e03ee [DCCP] ccid3: Consolidate timer resets by Gerrit Renker · 18 years ago
  9. 5e19e3f [DCCP] ccid3: Resolve small FIXME by Gerrit Renker · 18 years ago
  10. 70dbd5b [DCCP] ccid3: Remove redundant statements in ccid3_hc_tx_packet_sent by Gerrit Renker · 18 years ago
  11. da335ba [DCCP] ccid3: Avoid congestion control on zero-sized data packets by Gerrit Renker · 18 years ago
  12. 7da7f45 [DCCP] ccid3: Simplify control flow of ccid3_hc_tx_send_packet by Gerrit Renker · 18 years ago
  13. 91cf5a1 [DCCP] ccid3: Fix calculation of t_ipi time of scheduled transmission by Gerrit Renker · 18 years ago
  14. f5c2d63 [DCCP] ccid3: Simplify control flow in the calculation of t_ipi by Gerrit Renker · 18 years ago
  15. 90feeb9 [DCCP] ccid3: Fix bug in calculation of first t_nom and first t_ipi by Gerrit Renker · 18 years ago
  16. 6472c05 [DCCP] ccid2: Allow window to grow larger by Andrea Bittau · 18 years ago
  17. 4554317 [DCCP] CCID3: Remove non-referenced variable by Ian McDonald · 18 years ago
  18. 23ea894 [CCID 3]: Add annotations for socket structures by Gerrit Renker · 18 years ago
  19. 59348b1 [DCCP]: Simplified conditions due to use of enum:8 states by Gerrit Renker · 18 years ago
  20. 56724aa [DCCP]: Add CCID3 debug support to Kconfig by Gerrit Renker · 18 years ago
  21. 8411671 [DCCP]: enable debug messages also for static builds by Gerrit Renker · 18 years ago
  22. 32aac18 [DCCP] CCID2: Code optimizations by Andrea Bittau · 18 years ago
  23. 3c69526 [DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use enum:8 for the ccid3 states by Gerrit Renker · 18 years ago
  24. 234af48 [DCCP]: fix printk format warnings by Randy Dunlap · 18 years ago
  25. 0e64e94 [DCCP]: Update documentation references. by Gerrit Renker · 18 years ago
  26. 3dd9a7c [DCCP]: Use constants for CCIDs by Ian McDonald · 18 years ago
  27. 593f16a [DCCP] CCID2: Add helper functions for changing important CCID2 state by Andrea Bittau · 18 years ago
  28. 374bcf3 [DCCP] CCID2: Halve cwnd once upon multiple losses in a single RTT by Andrea Bittau · 18 years ago
  29. 07978aa [DCCP] CCID2: Allocate seq records on demand by Andrea Bittau · 18 years ago
  30. 8d424f6 [DCCP] CCID2: Add Kconfig option for CCID2 debug by Andrea Bittau · 18 years ago
  31. 446dec3 [DCCP] CCID2: Tell DCCP to quickly check whether cwnd is available by Andrea Bittau · 18 years ago
  32. d458c25 [DCCP] CCID2: Initialize ssthresh to infinity by Andrea Bittau · 18 years ago
  33. 29651cd [DCCP] CCID2: Fix jiffie wrap issues by Andrea Bittau · 18 years ago
  34. 8e27e46 [DCCP] ackvec: Fix how DCCP_ACKVEC_STATE_NOT_RECEIVED is used by Andrea Bittau · 18 years ago
  35. fc747e8 [DCCP]: Tidyup CCID3 list handling by Ian McDonald · 18 years ago
  36. 66a377c [DCCP]: Fix CCID3 by Ian McDonald · 18 years ago
  37. 80193ae [DCCP]: Introduce dccp_rx_hist_find_entry by Ian McDonald · 18 years ago
  38. e6bccd3 [DCCP]: Update contact details and copyright by Ian McDonald · 18 years ago
  39. f3166c0 [DCCP]: Fix typo by Ian McDonald · 18 years ago
  40. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  41. 2d0817d [DCCP] options: Make dccp_insert_options & friends yell on error by Arnaldo Carvalho de Melo · 18 years ago
  42. c0c736d [DCCP] ccid2: coding style cleanups by Arnaldo Carvalho de Melo · 18 years ago
  43. 7247887 [DCCP] ipv6: Add missing ipv6 control socket by Arnaldo Carvalho de Melo · 18 years ago
  44. c25a18b [DCCP]: Uninline some functions by Arnaldo Carvalho de Melo · 18 years ago
  45. 057fc67 [DCCP]: Kconfig tidy up by Arnaldo Carvalho de Melo · 18 years ago
  46. 60fe62e [DCCP]: sparse endianness annotations by Andrea Bittau · 18 years ago
  47. 91f0ebf [DCCP] CCID: Improve CCID infrastructure by Arnaldo Carvalho de Melo · 18 years ago
  48. 77ff72d [DCCP] CCID2: Drop sock reference count on timer expiration and reset. by Andrea Bittau · 18 years ago
  49. 2a91aa3 [DCCP] CCID2: Initial CCID2 (TCP-Like) implementation by Andrea Bittau · 18 years ago
  50. aa5d7df [DCCP] CCID3: Set the no_feedback_timer fields near init_timer by Arnaldo Carvalho de Melo · 18 years ago
  51. 4114470 [DCCP] CCID: Allow ccid_{init,exit} to be NULL by Arnaldo Carvalho de Melo · 18 years ago
  52. c099666 [DCCP] ccid3: Divide by zero fix by Ian McDonald · 19 years ago
  53. 1b86235 [PATCH] remove bogus asm/bug.h includes. by Al Viro · 19 years ago
  54. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  55. 88f964d [DCCP]: Introduce CCID getsockopt for the CCIDs by Arnaldo Carvalho de Melo · 19 years ago
  56. 65299d6 [CCID3]: Introduce include/linux/tfrc.h by Arnaldo Carvalho de Melo · 19 years ago
  57. 59c2353 [CCID3]: Listen socks doesn't have a private CCID block by Arnaldo Carvalho de Melo · 19 years ago
  58. 59d203f [CCID3] Cleanup ccid3 debug calls by Arnaldo Carvalho de Melo · 19 years ago
  59. d7e0fb9 [CCID3] Initialize ccid3hctx_t_ipi to 250ms by Arnaldo Carvalho de Melo · 19 years ago
  60. 59725dc [CCID3] Introduce ccid3_hc_[rt]x_sk() for overal consistency by Arnaldo Carvalho de Melo · 19 years ago
  61. b0e5678 [DCCP] Introduce dccp_timestamp by Arnaldo Carvalho de Melo · 19 years ago
  62. 954ee31 [CCID3] Initialize more fields in ccid3_hc_rx_init by Arnaldo Carvalho de Melo · 19 years ago
  63. b3a3077 [CCID3] Make the ccid3hcrx_rtt calc look more like the ccid3hctx_rtt one by Arnaldo Carvalho de Melo · 19 years ago
  64. 1a28599 [CCID3] Use ELAPSED_TIME in the HC TX RTT estimation by Arnaldo Carvalho de Melo · 19 years ago
  65. 27ae543e [CCID3] Calculate ccid3hcrx_x_recv using usecs_div by Arnaldo Carvalho de Melo · 19 years ago
  66. 507d37c [CCID] Only call the HC insert_options methods when requested by Arnaldo Carvalho de Melo · 19 years ago
  67. 0ba7a3b [CCID3] Avoid unsigned integer overflows in usecs_div by Arnaldo Carvalho de Melo · 19 years ago
  68. c530cfb [CCID3]: Call sk->sk_write_space(sk) when receiving a feedback packet by Arnaldo Carvalho de Melo · 19 years ago
  69. a84ffe4 [DCCP]: Introduce DCCP_SOCKOPT_PACKET_SIZE by Arnaldo Carvalho de Melo · 19 years ago
  70. 29e4f8b [CCID3]: Move ccid3_hc_rx_detect_loss to packet_history.c by Arnaldo Carvalho de Melo · 19 years ago
  71. 072ab6c [CCID3]: Move ccid3_hc_rx_add_hist to packet_history.c by Arnaldo Carvalho de Melo · 19 years ago
  72. 36729c1 [DCCP]: Move the calc_X routines to dccp_tfrc_lib by Arnaldo Carvalho de Melo · 19 years ago
  73. 5cea0dd [DCCP]: Introduce dccp_tfrc_lib module with net/dccp/ccids/lib/*.c by Arnaldo Carvalho de Melo · 19 years ago
  74. 4524b25 [DCCP]: Just move packet_history.[ch] to net/dccp/ccids/lib/ by Arnaldo Carvalho de Melo · 19 years ago
  75. ae6706f [CCID3]: Move the loss interval code to loss_interval.[ch] by Arnaldo Carvalho de Melo · 19 years ago
  76. cfc3c52 [CCID3]: Move the CCID3 defines to ccid3.h by Arnaldo Carvalho de Melo · 19 years ago
  77. 6b5e633 [CCID3]: Introduce usecs_div by Arnaldo Carvalho de Melo · 19 years ago
  78. b6ee3d4 [CCID3]: Reorganise timeval handling by Arnaldo Carvalho de Melo · 19 years ago
  79. 1f2333a [CCID3]: Reflow to mostly fit under 80 columns by Arnaldo Carvalho de Melo · 19 years ago
  80. d6809c1 [DCCP]: Introduce dccp_wait_for_ccid and use it in dccp_write_xmit by Arnaldo Carvalho de Melo · 19 years ago
  81. ba89966 [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers by Eric Dumazet · 19 years ago
  82. 2babe1f [DCCP]: Introduce dccp_get_info by Arnaldo Carvalho de Melo · 19 years ago
  83. 4fded33 [CCID3]: Calculate the RTT in the RX half connection by Arnaldo Carvalho de Melo · 19 years ago
  84. c68e64c [CCID3]: Reintroduce ccid3hctx_t_rto by Arnaldo Carvalho de Melo · 19 years ago
  85. 1bc0986 [DCCP]: Fix the timestamp options by Ian McDonald · 19 years ago
  86. a10cedd [DCCP]: Fix compiler warnings by Patrick McHardy · 19 years ago
  87. a1d3a35 [DCCP]: Fix sparse warnings by Arnaldo Carvalho de Melo · 19 years ago
  88. 725ba8e [DCCP]: Introduce the DCCP Kernel hacking menu by Arnaldo Carvalho de Melo · 19 years ago
  89. c173437 [PACKET_HISTORY]: Add dccphtx_rtt and rename the win_count fields by Arnaldo Carvalho de Melo · 19 years ago
  90. cef07fd [CCID3]: Ditch USEC_IN_SEC as time.h has USEC_PER_SEC by Arnaldo Carvalho de Melo · 19 years ago
  91. 8c60f3f [CCID3]: Separate most of the packet history code by Arnaldo Carvalho de Melo · 19 years ago
  92. 27258ee [DCCP]: Introduce dccp_write_xmit from code in dccp_sendmsg by Arnaldo Carvalho de Melo · 19 years ago
  93. 757f612 [CCID3]: Reenable list_for_each_entry_safe_continue usage by Arnaldo Carvalho de Melo · 19 years ago
  94. 7c65787 [DCCP]: Initial implementation by Arnaldo Carvalho de Melo · 19 years ago