1. e155d76 [DCCP]: Fix Reset/Sync-Flood Bug by Gerrit Renker · 17 years ago
  2. cbe1f5f [DCCP]: Shorten variable names in dccp_check_seqno by Gerrit Renker · 17 years ago
  3. 3393da8 [DCCP]: Simplify interface of dccp_sample_rtt by Gerrit Renker · 17 years ago
  4. 4c70f38 [DCCP]: Provide 10s of microsecond timesource by Gerrit Renker · 17 years ago
  5. aa97efd [DCCP]: Reuse ktime_get_real() calls again by Gerrit Renker · 17 years ago
  6. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  7. c726187 [DCCP]: Remove unneeded pointer newdp from dccp_v4_request_recv_sock() by Micah Gruber · 17 years ago
  8. 172589c [NET]: DIV_ROUND_UP cleanup (part two) by Ilpo Järvinen · 17 years ago
  9. 6168b96 [DCCP]: Nuke the timeval helpers now that we fully converted to ktime_t by Arnaldo Carvalho de Melo · 17 years ago
  10. 8fb8354a [DCCP]: Nuke dccp_timestamp and dccps_epoch, not used anymore by Arnaldo Carvalho de Melo · 17 years ago
  11. 2347489 [DCCP] options: convert dccp_insert_option_timestamp to ktime_t by Arnaldo Carvalho de Melo · 17 years ago
  12. 19ac214 [DCCP]: Convert dccps_timestamp_time to ktime_t by Arnaldo Carvalho de Melo · 17 years ago
  13. 0740d49 [DCCP] packet_history: Convert dccphtx_tstamp to ktime_t by Arnaldo Carvalho de Melo · 17 years ago
  14. e7c2335 [DCCP] packet_history: convert dccphrx_tstamp to ktime_t by Arnaldo Carvalho de Melo · 17 years ago
  15. b8bda9d [DCCP] ackvec: Convert to ktime_t by Arnaldo Carvalho de Melo · 17 years ago
  16. 668348a [DCCP] CCID3: Stop using dccp_timestamp by Arnaldo Carvalho de Melo · 17 years ago
  17. 9823b7b [DCCP]: Convert dccp_sample_rtt to ktime_t by Arnaldo Carvalho de Melo · 17 years ago
  18. e7a81c6 [DCCP]: Convert ccid3hcrx_tstamp_last_feedback to ktime_t by Arnaldo Carvalho de Melo · 17 years ago
  19. 1faf0a1 [DCCP]: Convert ccid3hcrx_tstamp_last_ack to ktime_t by Arnaldo Carvalho de Melo · 17 years ago
  20. 23f062a [DCCP]: Convert ccid3hctx_t_ld to ktime_t by Arnaldo Carvalho de Melo · 17 years ago
  21. ac198ea [DCCP]: Make ccid3_hc_tx_update_x get a timestamp if needed by Arnaldo Carvalho de Melo · 17 years ago
  22. 39dad26 [DCCP]: Allocation in atomic context by Gerrit Renker · 17 years ago
  23. e576de8 [DCCP]: fix memory leak and clean up style - dccp_feat_empty_confirm() by Jesper Juhl · 17 years ago
  24. d725fdc [DCCP]: fix theoretical ccids_{read,write}_lock() race by Oleg Nesterov · 17 years ago
  25. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  26. ce8c229 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  27. 9e367d8 jprobes: remove JPROBE_ENTRY() by Michael Ellerman · 17 years ago
  28. 2324800 [NET] DCCP: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  29. bb4dbf9 [IPV6]: Do not send RH0 anymore. by YOSHIFUJI Hideaki · 17 years ago
  30. 4fda25a [DCCP]: Make struct dccp_li_cachep static. by Adrian Bunk · 17 years ago
  31. 49d66a7 [CCID3]: Fix a bug in the send time processing by Gerrit Renker · 17 years ago
  32. 8132da4 [CCID3]: Sending time: update to ktime_t by Gerrit Renker · 17 years ago
  33. dd36a9a loss_interval: make struct dccp_li_hist_entry private by Arnaldo Carvalho de Melo · 17 years ago
  34. cc4d6a3 loss_interval: Nuke dccp_li_hist by Arnaldo Carvalho de Melo · 17 years ago
  35. c70b729 loss_interval: Make dccp_li_hist_entry_{new,delete} private by Arnaldo Carvalho de Melo · 17 years ago
  36. 8c28178 loss_interval: unexport dccp_li_hist_interval_new by Arnaldo Carvalho de Melo · 17 years ago
  37. cc0a910 [DCCP] loss_interval: Move ccid3_hc_rx_update_li to loss_interval by Arnaldo Carvalho de Melo · 17 years ago
  38. 878ac60 [CCID3]: Pass ccid3_li_hist to ccid3_hc_rx_update_li by Arnaldo Carvalho de Melo · 17 years ago
  39. d83258a Remove accesses to ccid3_hc_rx_sock in ccid3_hc_rx_{update,calc_first}_li by Arnaldo Carvalho de Melo · 17 years ago
  40. 6bc7efe loss_interval: Fix timeval initialisation by Ian McDonald · 17 years ago
  41. e961811 Fix dccp_sum_coverage by Ian McDonald · 17 years ago
  42. b2f41ff ccid3: Update copyrights by Ian McDonald · 17 years ago
  43. 75202e7 [NET]: Fix comparisons of unsigned < 0. by Bill Nottingham · 17 years ago
  44. 14e50e5 [XFRM]: Allow packet drops during larval state resolution. by David S. Miller · 17 years ago
  45. 1b07a95 [DCCP]: Fix build warning when debugging is disabled. by David S. Miller · 17 years ago
  46. 3df25df [DCCP]: Use menuconfig objects. by Jan Engelhardt · 17 years ago
  47. 4ef8d0a [NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, net by Milind Arun Choudhary · 17 years ago
  48. f73f709 [DCCP]: Debug statements for Elapsed Time option by Gerrit Renker · 17 years ago
  49. b2449fd [DCCP]: Fix bug in the calculation of very low sending rates by Gerrit Renker · 17 years ago
  50. 30833ff [CCID3]: Use initial RTT sample from SYN exchange by Gerrit Renker · 17 years ago
  51. 89560b5 [DCCP]: Sample RTT from SYN exchange by Gerrit Renker · 17 years ago
  52. 7dfee1a [CCID3]: Use function for RTT sampling by Gerrit Renker · 17 years ago
  53. 4712a79 [DCCP]: Provide function for RTT sampling by Gerrit Renker · 17 years ago
  54. 0c150ef [CCID3]: Handle Idle and Application-Limited periods by Gerrit Renker · 17 years ago
  55. a21f9f9 [CCID3]: Wrap computation of RFC3390-initial rate into separate function by Gerrit Renker · 17 years ago
  56. 1761f7d [CCID3]: Remove build warnings for 64bit by Gerrit Renker · 17 years ago
  57. fddc2fe [CCID3]: More to see in dccp_probe by Gerrit Renker · 17 years ago
  58. 6626e36 [DCCP]: More debug information for dccp_wait_for_ccid by Gerrit Renker · 17 years ago
  59. ac12b0c [DCCP]: Always use debug-toggle parameters by Gerrit Renker · 17 years ago
  60. 1266ade [CCID3]: Remove race condition and update t_ipi when `s' changes by Gerrit Renker · 17 years ago
  61. 8699be7 [CCID3]: More verbose debugging by Ian McDonald · 17 years ago
  62. 551dc5f [CCID3]: Fix use of invalid loss intervals by Ian McDonald · 17 years ago
  63. 371fe77 [CCID3]: Use MSS for larger initial windows by Gerrit Renker · 17 years ago
  64. 9bf1747 [CCID3]: Re-order CCID 3 source file by Gerrit Renker · 17 years ago
  65. 353b13e [CCID3]: Remove redundant `len' test by Gerrit Renker · 17 years ago
  66. 8d13bf9 [DCCP]: Remove ambiguity in the way before48 is used by Gerrit Renker · 17 years ago
  67. b16be51 [DCCP]: Fix for follows48 by Gerrit Renker · 17 years ago
  68. d52de17 [DCCP]: Make `before' relation unambiguous by Gerrit Renker · 17 years ago
  69. 0aec51c [DCCP]: Make dccp_delta_seqno return signed numbers by Gerrit Renker · 17 years ago
  70. 6b811d4 [DCCP]: 48-bit sequence number arithmetic by Gerrit Renker · 17 years ago
  71. 88c7664 [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph by Arnaldo Carvalho de Melo · 17 years ago
  72. 0660e03 [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h by Arnaldo Carvalho de Melo · 17 years ago
  73. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  74. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 17 years ago
  75. cb69cc5 [TCP/DCCP/RANDOM]: Remove unused exports. by Adrian Bunk · 17 years ago
  76. 39ebc02 [DCCP] getsockopt: Fix DCCP_SOCKOPT_[SEND,RECV]_CSCOV by Arnaldo Carvalho de Melo · 17 years ago
  77. c93a882 [DCCP]: make dccp_write_xmit_timer() static again by Adrian Bunk · 17 years ago
  78. aabb601 [DCCP]: Initialise write_xmit_timer also on passive sockets by Gerrit Renker · 17 years ago
  79. 151a993 [DCCP]: Revert patch which disables bidirectional mode by Gerrit Renker · 17 years ago
  80. 99c72ce [DCCP]: Set RTO for newly created child socket by Gerrit Renker · 17 years ago
  81. 4d46861 [DCCP]: Correctly split CCID half connections by Gerrit Renker · 17 years ago
  82. b08d584 [NET]: Fix kfree(skb) by Patrick McHardy · 17 years ago
  83. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 17 years ago
  84. f7d749f [PATCH] sysctl: dccp: remove unnecessary insert_at_head flag by Eric W. Biederman · 17 years ago
  85. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 17 years ago
  86. c9eaf17 [NET] DCCP: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  87. dbca9b275 [NET]: change layout of ehash table by Eric Dumazet · 17 years ago
  88. 0f08461 [DCCP]: Warning fixes. by Andrew Morton · 17 years ago
  89. 8eb9086 [IPV4/IPV6]: Always wait for IPSEC SA resolution in socket contexts. by David S. Miller · 17 years ago
  90. e89862f [TCP]: Restore SKB socket owner setting in tcp_transmit_skb(). by David S. Miller · 18 years ago
  91. 832e3ca [DCCP] ccid3: return value in ccid3_hc_rx_calc_first_li by Ian McDonald · 18 years ago
  92. 8109b02 [DCCP]: Whitespace cleanups by Arnaldo Carvalho de Melo · 18 years ago
  93. 1fba78b [DCCP] ccid3: Fixup some type conversions related to rtts by Arnaldo Carvalho de Melo · 18 years ago
  94. 9e8efc8 [DCCP] ccid3: BUG-FIX - conversion errors by Gerrit Renker · 18 years ago
  95. 7af5af3 [DCCP] ccid3: Reorder packet history source file by Gerrit Renker · 18 years ago
  96. 85dcb1f [DCCP] ccid3: Reorder packet history header file by Gerrit Renker · 18 years ago
  97. a967241 [DCCP] ccid3: Make debug output consistent by Gerrit Renker · 18 years ago
  98. c5a1ae9 [DCCP] ccid3: Perform history operations only after packet has been sent by Gerrit Renker · 18 years ago
  99. e312d10 [DCCP] ccid3: TX history - remove unused field by Gerrit Renker · 18 years ago
  100. 9f8681d [DCCP] ccid3: Shift window counter computation by Gerrit Renker · 18 years ago