1. 4756daa [DCCP]: Add missing "space" by Joe Perches · 17 years ago
  2. 230140c [INET]: Remove per bucket rwlock in tcp/dccp ehash table. by Eric Dumazet · 17 years ago
  3. c62cf5c [DCCP]: Use DEFINE_PROTO_INUSE infrastructure. by David S. Miller · 17 years ago
  4. 24c667d [CCID2/3]: Initialisation assignments of 0 are redundant by Gerrit Renker · 17 years ago
  5. 76fd1e8 [DCCP]: Unaligned pointer access by Gerrit Renker · 17 years ago
  6. d8ef2c2 [DCCP]: Convert Reset code into socket error number by Gerrit Renker · 17 years ago
  7. 1238d08 [DCCP]: One more exemption from full sequence number checks by Gerrit Renker · 17 years ago
  8. fde2010 [DCCP]: Retrieve packet sequence number for error reporting by Gerrit Renker · 17 years ago
  9. 6273172 [DCCP]: Implement SIOCINQ/FIONREAD by Arnaldo Carvalho de Melo · 17 years ago
  10. 7131c6c [INET]: Use MODULE_ALIAS_NET_PF_PROTO_TYPE where possible. by Jean Delvare · 17 years ago
  11. 305e1e9 [INET]: Let inet_diag and friends autoload by Jean Delvare · 17 years ago
  12. bd5435e [DCCP]: fix link error with !CONFIG_SYSCTL by Ingo Molnar · 17 years ago
  13. e5bbef2 [IPV6]: Replace sk_buff ** with sk_buff * in input handlers by Herbert Xu · 17 years ago
  14. 4a5409a [DCCP]: Twice the wrong reset code in receiving connection-Requests by Gerrit Renker · 17 years ago
  15. dcad856 [DCCP]: Wrong format in printk by Gerrit Renker · 17 years ago
  16. 451bc04 [DCCP]: Tidy-up -- minisock initialisation by Gerrit Renker · 17 years ago
  17. 5e28599 [CCID2]: Sequence number wraparound issues by Gerrit Renker · 17 years ago
  18. 6c58324 [CCID2]: Remove redundant case block by Gerrit Renker · 17 years ago
  19. ee196c2 [CCID2]: Remove redundant BUG_ON by Gerrit Renker · 17 years ago
  20. 7d9e893 [CCID2]: Remove ugly BUG_ON by Gerrit Renker · 17 years ago
  21. cd1f7d3 [CCID2]: Simplify interface by Gerrit Renker · 17 years ago
  22. 042d18f [DCCP]: Make all `debug' parameters bool by Gerrit Renker · 17 years ago
  23. 7c559a9 [DCCP]: Add socket option to query the current MPS by Gerrit Renker · 17 years ago
  24. bc84987 [DCCP]: Wait for CCID by Gerrit Renker · 17 years ago
  25. bb293e6 [CCID3]: Remove ifdef surrounding BUG_ON by Arnaldo Carvalho de Melo · 17 years ago
  26. cecd8d0 [DCCP]: Reduce the number of writable states by Gerrit Renker · 17 years ago
  27. e356d37 [DCCP]: Factor out common code for generating Resets by Gerrit Renker · 17 years ago
  28. 9bf55cd [DCCP]: Sequence number wrap-around when sending reset by Gerrit Renker · 17 years ago
  29. a94f0f9 [DCCP]: Rate-limit DCCP-Syncs by Gerrit Renker · 17 years ago
  30. ee1a159 [DCCP]: Remove duplicate code for Reset from connected socket by Gerrit Renker · 17 years ago
  31. 0430ee3 [DCCP]: Add Support for Data 1 .. 3 fields of Reset packets by Gerrit Renker · 17 years ago
  32. 727ecc5 [DCCP]: Add FIXME for send_delayed_ack by Gerrit Renker · 17 years ago
  33. 2e86908 [CCID3]: Move NULL-protection into function by Gerrit Renker · 17 years ago
  34. 0883170 [DCCP]: Send Reset upon Sync in state REQUEST by Gerrit Renker · 17 years ago
  35. b0d045c [DCCP]: Parameter renaming by Gerrit Renker · 17 years ago
  36. e155d76 [DCCP]: Fix Reset/Sync-Flood Bug by Gerrit Renker · 17 years ago
  37. cbe1f5f [DCCP]: Shorten variable names in dccp_check_seqno by Gerrit Renker · 17 years ago
  38. 3393da8 [DCCP]: Simplify interface of dccp_sample_rtt by Gerrit Renker · 17 years ago
  39. 4c70f38 [DCCP]: Provide 10s of microsecond timesource by Gerrit Renker · 17 years ago
  40. aa97efd [DCCP]: Reuse ktime_get_real() calls again by Gerrit Renker · 17 years ago
  41. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  42. c726187 [DCCP]: Remove unneeded pointer newdp from dccp_v4_request_recv_sock() by Micah Gruber · 17 years ago
  43. 172589c [NET]: DIV_ROUND_UP cleanup (part two) by Ilpo Järvinen · 17 years ago
  44. 6168b96 [DCCP]: Nuke the timeval helpers now that we fully converted to ktime_t by Arnaldo Carvalho de Melo · 17 years ago
  45. 8fb8354a [DCCP]: Nuke dccp_timestamp and dccps_epoch, not used anymore by Arnaldo Carvalho de Melo · 17 years ago
  46. 2347489 [DCCP] options: convert dccp_insert_option_timestamp to ktime_t by Arnaldo Carvalho de Melo · 17 years ago
  47. 19ac214 [DCCP]: Convert dccps_timestamp_time to ktime_t by Arnaldo Carvalho de Melo · 17 years ago
  48. 0740d49 [DCCP] packet_history: Convert dccphtx_tstamp to ktime_t by Arnaldo Carvalho de Melo · 17 years ago
  49. e7c2335 [DCCP] packet_history: convert dccphrx_tstamp to ktime_t by Arnaldo Carvalho de Melo · 17 years ago
  50. b8bda9d [DCCP] ackvec: Convert to ktime_t by Arnaldo Carvalho de Melo · 17 years ago
  51. 668348a [DCCP] CCID3: Stop using dccp_timestamp by Arnaldo Carvalho de Melo · 17 years ago
  52. 9823b7b [DCCP]: Convert dccp_sample_rtt to ktime_t by Arnaldo Carvalho de Melo · 17 years ago
  53. e7a81c6 [DCCP]: Convert ccid3hcrx_tstamp_last_feedback to ktime_t by Arnaldo Carvalho de Melo · 17 years ago
  54. 1faf0a1 [DCCP]: Convert ccid3hcrx_tstamp_last_ack to ktime_t by Arnaldo Carvalho de Melo · 17 years ago
  55. 23f062a [DCCP]: Convert ccid3hctx_t_ld to ktime_t by Arnaldo Carvalho de Melo · 17 years ago
  56. ac198ea [DCCP]: Make ccid3_hc_tx_update_x get a timestamp if needed by Arnaldo Carvalho de Melo · 17 years ago
  57. 39dad26 [DCCP]: Allocation in atomic context by Gerrit Renker · 17 years ago
  58. e576de8 [DCCP]: fix memory leak and clean up style - dccp_feat_empty_confirm() by Jesper Juhl · 17 years ago
  59. d725fdc [DCCP]: fix theoretical ccids_{read,write}_lock() race by Oleg Nesterov · 17 years ago
  60. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  61. ce8c229 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  62. 9e367d8 jprobes: remove JPROBE_ENTRY() by Michael Ellerman · 17 years ago
  63. 2324800 [NET] DCCP: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  64. bb4dbf9 [IPV6]: Do not send RH0 anymore. by YOSHIFUJI Hideaki · 17 years ago
  65. 4fda25a [DCCP]: Make struct dccp_li_cachep static. by Adrian Bunk · 17 years ago
  66. 49d66a7 [CCID3]: Fix a bug in the send time processing by Gerrit Renker · 17 years ago
  67. 8132da4 [CCID3]: Sending time: update to ktime_t by Gerrit Renker · 17 years ago
  68. dd36a9a loss_interval: make struct dccp_li_hist_entry private by Arnaldo Carvalho de Melo · 17 years ago
  69. cc4d6a3 loss_interval: Nuke dccp_li_hist by Arnaldo Carvalho de Melo · 17 years ago
  70. c70b729 loss_interval: Make dccp_li_hist_entry_{new,delete} private by Arnaldo Carvalho de Melo · 17 years ago
  71. 8c28178 loss_interval: unexport dccp_li_hist_interval_new by Arnaldo Carvalho de Melo · 17 years ago
  72. cc0a910 [DCCP] loss_interval: Move ccid3_hc_rx_update_li to loss_interval by Arnaldo Carvalho de Melo · 17 years ago
  73. 878ac60 [CCID3]: Pass ccid3_li_hist to ccid3_hc_rx_update_li by Arnaldo Carvalho de Melo · 17 years ago
  74. d83258a Remove accesses to ccid3_hc_rx_sock in ccid3_hc_rx_{update,calc_first}_li by Arnaldo Carvalho de Melo · 17 years ago
  75. 6bc7efe loss_interval: Fix timeval initialisation by Ian McDonald · 17 years ago
  76. e961811 Fix dccp_sum_coverage by Ian McDonald · 17 years ago
  77. b2f41ff ccid3: Update copyrights by Ian McDonald · 17 years ago
  78. 75202e7 [NET]: Fix comparisons of unsigned < 0. by Bill Nottingham · 17 years ago
  79. 14e50e5 [XFRM]: Allow packet drops during larval state resolution. by David S. Miller · 17 years ago
  80. 1b07a95 [DCCP]: Fix build warning when debugging is disabled. by David S. Miller · 17 years ago
  81. 3df25df [DCCP]: Use menuconfig objects. by Jan Engelhardt · 17 years ago
  82. 4ef8d0a [NET]: SPIN_LOCK_UNLOCKED cleanup in drivers/atm, net by Milind Arun Choudhary · 17 years ago
  83. f73f709 [DCCP]: Debug statements for Elapsed Time option by Gerrit Renker · 17 years ago
  84. b2449fd [DCCP]: Fix bug in the calculation of very low sending rates by Gerrit Renker · 17 years ago
  85. 30833ff [CCID3]: Use initial RTT sample from SYN exchange by Gerrit Renker · 17 years ago
  86. 89560b5 [DCCP]: Sample RTT from SYN exchange by Gerrit Renker · 17 years ago
  87. 7dfee1a [CCID3]: Use function for RTT sampling by Gerrit Renker · 17 years ago
  88. 4712a79 [DCCP]: Provide function for RTT sampling by Gerrit Renker · 17 years ago
  89. 0c150ef [CCID3]: Handle Idle and Application-Limited periods by Gerrit Renker · 17 years ago
  90. a21f9f9 [CCID3]: Wrap computation of RFC3390-initial rate into separate function by Gerrit Renker · 17 years ago
  91. 1761f7d [CCID3]: Remove build warnings for 64bit by Gerrit Renker · 17 years ago
  92. fddc2fe [CCID3]: More to see in dccp_probe by Gerrit Renker · 17 years ago
  93. 6626e36 [DCCP]: More debug information for dccp_wait_for_ccid by Gerrit Renker · 17 years ago
  94. ac12b0c [DCCP]: Always use debug-toggle parameters by Gerrit Renker · 17 years ago
  95. 1266ade [CCID3]: Remove race condition and update t_ipi when `s' changes by Gerrit Renker · 17 years ago
  96. 8699be7 [CCID3]: More verbose debugging by Ian McDonald · 17 years ago
  97. 551dc5f [CCID3]: Fix use of invalid loss intervals by Ian McDonald · 17 years ago
  98. 371fe77 [CCID3]: Use MSS for larger initial windows by Gerrit Renker · 17 years ago
  99. 9bf1747 [CCID3]: Re-order CCID 3 source file by Gerrit Renker · 17 years ago
  100. 353b13e [CCID3]: Remove redundant `len' test by Gerrit Renker · 17 years ago