1. c76d3d2 device create: infiniband: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  2. 6c9fcaf Merge branch 'core/rcu' into core/rcu-for-linus by Ingo Molnar · 16 years ago
  3. f507d28 IB/mlx4: Use kzalloc() for new QPs so flags are initialized to 0 by Eli Cohen · 16 years ago
  4. 4ab928f RDMA/cxgb3: Fixes for zero STag by Steve Wise · 16 years ago
  5. 96f15c0 RDMA/core: Add local DMA L_Key support by Steve Wise · 16 years ago
  6. aed0122 IB/mthca: Fix check of max_send_sge for special QPs by Roland Dreier · 16 years ago
  7. c036925 IB/mthca: Use round_jiffies() for catastrophic error polling timer by Roland Dreier · 16 years ago
  8. 4522e08 IB/mthca: Remove "stop" flag for catastrophic error polling timer by Roland Dreier · 16 years ago
  9. df86661 IB/ipath: Use IEEE OUI for vendor_id reported by ibv_query_device() by Ralph Campbell · 16 years ago
  10. 70fe179 RDMA/cxgb3: Set rkey field for new memory windows in iwch_alloc_mw() by Steve Wise · 16 years ago
  11. 8294f29 RDMA/nes: Get rid of ring_doorbell parameter of nes_post_cqp_request() by Roland Dreier · 16 years ago
  12. 52c8084 RDMA/cxgb3: Propagate HW page size capabilities by Jon Mason · 16 years ago
  13. 1ff66e8 RDMA/nes: Encapsulate logic nes_put_cqp_request() by Roland Dreier · 16 years ago
  14. 038919f IB/ehca: Make device table externally visible by Joachim Fenkes · 16 years ago
  15. 521e575 IB/mlx4: Add support for blocking multicast loopback packets by Ron Livne · 16 years ago
  16. 14cc180 RDMA/cxgb3: Add support for protocol statistics by Steve Wise · 16 years ago
  17. eec8845 RDMA/cxgb3: Remove write-only iwch_rnic_attributes fields by Roland Dreier · 16 years ago
  18. 97d1cc8 RDMA/cxgb3: Fix up some ib_device_attr fields by Steve Wise · 16 years ago
  19. 6f7bc01 IB/ehca: In case of lost interrupts, trigger EOI to reenable interrupts by Stefan Roscher · 16 years ago
  20. 3e255ea IB/ehca: Reject receive work requests if QP is in RESET state by Joachim Fenkes · 16 years ago
  21. 7c27f35 IB/mlx4: Remove extra code for RESET->ERR QP state transition by Roland Dreier · 16 years ago
  22. d3809ad IB/mthca: Remove extra code for RESET->ERR QP state transition by Roland Dreier · 16 years ago
  23. 6578cf3 IB/mlx4: Pass congestion management class MADs to the HCA by Eli Cohen · 16 years ago
  24. d1f2cd8 IB/mlx4: Configure QPs' max message size based on real device capability by Eli Cohen · 16 years ago
  25. e7e5582 RDMA/cxgb3: MEM_MGT_EXTENSIONS support by Steve Wise · 16 years ago
  26. 00f7ec3 RDMA/core: Add memory management extensions support by Steve Wise · 16 years ago
  27. f3781d2 RDMA: Remove subversion $Id tags by Roland Dreier · 16 years ago
  28. fd91b1b IB/ipath: Simplify code using ARRAY_SIZE() macro by Robert P. J. Day · 16 years ago
  29. 9670e55 IB/mlx4: Optimize QP stamping by Eli Cohen · 16 years ago
  30. 929555a RDMA/nes: Remove unnecessary memset() by Christophe Jaillet · 16 years ago
  31. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  32. 0c81b2a Merge branch 'linus' into core/rcu by Ingo Molnar · 16 years ago
  33. 5e19cf6 RDMA/cxgb3: Fix regression caused by class_device -> device conversion by Steve Wise · 16 years ago
  34. 9a13150 Merge commit 'v2.6.26-rc8' into core/rcu by Ingo Molnar · 16 years ago
  35. 87afd44 IB/mthca: Clear ICM pages before handing to FW by Eli Cohen · 16 years ago
  36. 1e74f9c Merge branch 'linus' into core/rcu by Ingo Molnar · 16 years ago
  37. f2b9857 Add a bunch of cycle_kernel_lock() calls by Jonathan Corbet · 16 years ago
  38. d21c95c Add "no BKL needed" comments to several drivers by Jonathan Corbet · 16 years ago
  39. 766d027 Merge branch 'linus' into core/rcu by Ingo Molnar · 16 years ago
  40. 24797a3 RDMA/nes: Fix off-by-one in nes_reg_user_mr() error path by Roland Dreier · 16 years ago
  41. 4c0283f IB/core: Remove IB_DEVICE_SEND_W_INV capability flag by Roland Dreier · 16 years ago
  42. 27676a3 IB/ipath: Fix SM trap forwarding by Ralph Campbell · 16 years ago
  43. 088af15 IB/ehca: Reject send WRs only for RESET, INIT and RTR state by Joachim Fenkes · 16 years ago
  44. 03031f7 IB/ipath: Fix device capability flags by Ralph Campbell · 16 years ago
  45. e8ffef7 IB/ipath: Avoid test_bit() on u64 SDMA status value by Roland Dreier · 16 years ago
  46. cd155c1 IB/mlx4: Fix creation of kernel QP with max number of send s/g entries by Roland Dreier · 16 years ago
  47. 8252474 rcu: split list.h and move rcu-protected lists into rculist.h by Franck Bui-Huu · 16 years ago
  48. 12103dc IB/mthca: Fix max_sge value returned by query_device by Roland Dreier · 16 years ago
  49. 21609ae RDMA/cxgb3: Fix uninitialized variable warning in iwch_post_send() by Roland Dreier · 16 years ago
  50. a3d8e15 IB/mlx4: Fix uninitialized-var warning in mlx4_ib_post_send() by Andrew Morton · 16 years ago
  51. df3f0da IB/ipath: Fix UC receive completion opcode for RDMA WRITE with immediate by Ralph Campbell · 16 years ago
  52. cd80ec6 IB/ipath: Fix printk format for ipath_sdma_status by Roland Dreier · 16 years ago
  53. a58e58f RDMA/cxgb3: Wrap the software send queue pointer as needed on flush by Steve Wise · 16 years ago
  54. f018c7e IB/ipath: Change ipath_devdata.ipath_sdma_status to be unsigned long by Roland Dreier · 16 years ago
  55. 40d9769 IB/ipath: Make ipath_portdata work with struct pid * not pid_t by Pavel Emelyanov · 16 years ago
  56. 74116f58 IB/ipath: Fix RDMA read response sequence checking by Ralph Campbell · 16 years ago
  57. e509be8 IB/ipath: Fix many locking issues when switching to error state by Ralph Campbell · 16 years ago
  58. 53dc1ca IB/ipath: Fix RC and UC error handling by Ralph Campbell · 16 years ago
  59. dd37818 RDMA/nes: Fix up nes_lro_max_aggr module parameter by Roland Dreier · 16 years ago
  60. 12137c5 IB/ehca: Wait for async events to finish before destroying QP by Stefan Roscher · 16 years ago
  61. ab69b3c IB/ipath: Fix SDMA error recovery in absence of link status change by John Gregor · 16 years ago
  62. e2ab41c IB/ipath: Need to always request and handle PIO avail interrupts by Dave Olson · 16 years ago
  63. 2889d1e IB/ipath: Fix count of packets received by kernel by Michael Albaugh · 16 years ago
  64. 2bfc8e9 IB/ipath: Return the correct opcode for RDMA WRITE with immediate by Ralph Campbell · 16 years ago
  65. b4d390d IB/ipath: Fix bug that can leave sends disabled after freeze recovery by Dave Olson · 16 years ago
  66. 6e87d15 IB/ipath: Only increment SSN if WQE is put on send queue by Ralph Campbell · 16 years ago
  67. 5f51efc IB/ipath: Only warn about prototype chip during init by Michael Albaugh · 16 years ago
  68. 273748c RDMA/cxgb3: Fix severe limit on userspace memory registration size by Roland Dreier · 16 years ago
  69. 0e99133 RDMA/cxgb3: Don't add PBL memory to gen_pool in chunks by Roland Dreier · 16 years ago
  70. cf04690 IB/ehca: Fix function return types by Stefan Roscher · 16 years ago
  71. 77a8d57 RDMA/cxgb3: Bump up the MPA connection setup timeout. by Steve Wise · 16 years ago
  72. c4d4977 RDMA/cxgb3: Silently ignore close reply after abort. by Steve Wise · 16 years ago
  73. c828694 RDMA/cxgb3: QP flush fixes by Steve Wise · 16 years ago
  74. 3ae15e1 IB/mlx4: Fix off-by-one errors in calls to mlx4_ib_free_cq_buf() by Roland Dreier · 16 years ago
  75. 7495ab6 RDMA/nes: Formatting cleanup by Glenn Streiff · 16 years ago
  76. 0e1de5d RDMA/nes: Add support for SFP+ PHY by Eric Schneider · 16 years ago
  77. 37dab41 RDMA/nes: Use LRO by Faisal Latif · 16 years ago
  78. baaad38 IB/mthca: Avoid changing userspace ABI to handle DMA write barrier attribute by Roland Dreier · 16 years ago
  79. 0bfe151 IB/mthca: Avoid recycling old FMR R_Keys too soon by Olaf Kirch · 16 years ago
  80. d227fa7 IB/ehca: Allocate event queue size depending on max number of CQs and QPs by Stefan Roscher · 16 years ago
  81. 7df109d IB/ehca: handle negative return value from ibmebus_request_irq() properly by Hoang-Nam Nguyen · 16 years ago
  82. f8b0dfd RDMA/cxgb3: Support peer-2-peer connection setup by Steve Wise · 16 years ago
  83. ccaf10d RDMA/cxgb3: Set the max_mr_size device attribute correctly by Steve Wise · 16 years ago
  84. 989a178 RDMA/cxgb3: Correctly serialize peer abort path by Steve Wise · 16 years ago
  85. e463c7b mlx4_core: Add a way to set the "collapsed" CQ flag by Yevgeny Petrilin · 16 years ago
  86. cb9fbc5 IB: expand ib_umem_get() prototype by Arthur Kepner · 16 years ago
  87. 31d1e34 RDMA/nes: Remove volatile qualifier from struct nes_hw_cq.cq_vbase by Roland Dreier · 16 years ago
  88. 6296883 mlx4_core: Move kernel doorbell management into core by Yevgeny Petrilin · 16 years ago
  89. 14fb05b IB/ehca: Bump version number to 0026 by Joachim Fenkes · 16 years ago
  90. 0455e36 IB/ehca: Make some module parameters bool, update descriptions by Joachim Fenkes · 16 years ago
  91. a7607c9 IB/ehca: Remove mr_largepage parameter by Joachim Fenkes · 16 years ago
  92. 4da27d6 IB/ehca: Move high-volume debug output to higher debug levels by Joachim Fenkes · 16 years ago
  93. 863fb09 IB/ehca: Prevent posting of SQ WQEs if QP not in RTS by Joachim Fenkes · 16 years ago
  94. bc5698f3 RDMA/nes: Fix adapter reset after PXE boot by Chien Tung · 16 years ago
  95. e447703 RDMA/nes: Print IPv4 addresses in a readable format by Roland Dreier · 16 years ago
  96. 2bd01c5 RDMA/nes: Use print_mac() to format ethernet addresses for printing by Roland Dreier · 16 years ago
  97. bc751fe IB/ipath: Correct capitalization "IntX" -> "INTx" by Roland Dreier · 16 years ago
  98. 4495757 IB/ipath: Remove tests of PCI_MSI in ipath_iba7220.c by Roland Dreier · 16 years ago
  99. 480f58e IB/ipath: Remove dependency on PCI_MSI || HT_IRQ by Roland Dreier · 16 years ago
  100. 37a6ab5 IB/ipath: Build IBA7220 code unconditionally by Roland Dreier · 16 years ago