1. a25ce42 IB/rdmavt: Setting of QP timeout can overflow jiffies computation by Kaike Wan · 8 years ago
  2. 0f4d027 IB/{rdmavt, qib, hfi1}: Remove gfp flags argument by Leon Romanovsky · 8 years ago
  3. d8966fc IB/core: Use rdma_ah_attr accessor functions by Dasaratharaman Chandramouli · 8 years ago
  4. 3652315 IB/core: Rename ib_destroy_ah to rdma_destroy_ah by Dasaratharaman Chandramouli · 8 years ago
  5. 9089885 IB/core: Rename struct ib_ah_attr to rdma_ah_attr by Dasaratharaman Chandramouli · 8 years ago
  6. aad9ff9 IB/rdmavt/hfi1/qib: Use the MGID and MLID for multicast addressing by Michael J. Ruhl · 8 years ago
  7. f0bb2d4 IB/rdmavt: restore IRQs on error path in rvt_create_ah() by Dan Carpenter · 8 years ago
  8. 3e7e119 IB: Replace ib_umem page_size by page_shift by Artemy Kovalyov · 8 years ago
  9. 23790ba Merge branch 'k.o/for-4.12' into k.o/for-4.12-rdma-netdevice by Doug Ledford · 8 years ago
  10. b58fc80 IB/hfi1: Eliminate synchronize_rcu() in mr delete by Mike Marciniszyn · 8 years ago
  11. 44dcfa4 IB/rdmavt: Avoid reseting wqe send_flags in unreserve by Mike Marciniszyn · 8 years ago
  12. 5f14e4e IB/rdmavt, IB/hfi1: Fix timer migration regressions by Sebastian Sanchez · 8 years ago
  13. c6ad948 IB/rdmavt: Add tracing for cq entry and poll by Mike Marciniszyn · 8 years ago
  14. 2a1b7c8 IB/rdmavt: Add additional fields to post send trace by Mike Marciniszyn · 8 years ago
  15. 43a474a IB/rdmavt, IB/hfi1, IB/qib: Make wc opcode translation driver dependent by Mike Marciniszyn · 8 years ago
  16. cb88645 infiniband: Fix alignment of mmap cookies to support VIPT caching by Jason Gunthorpe · 8 years ago
  17. 608595e scripts/spelling.txt: add "therfore" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  18. ac1820f Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  19. af17fe7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  20. 832666c IB/hfi1, qib, rdmavt: Move AETH defines to rdma/ib_hdrs.h by Don Hiatt · 8 years ago
  21. 881fccb IB/hfi1: Add rvt_rnr_tbl_to_usec function by Don Hiatt · 8 years ago
  22. 0128fce IB/hfi1, rdmavt: Update copy_sge to use boolean arguments by Brian Welty · 8 years ago
  23. 11a10d4 IB/rdmavt: Adding timer logic to rdmavt by Venkata Sandeep Dhanalakota · 8 years ago
  24. 696513e IB/hfi1, qib, rdmavt: Move AETH credit functions into rdmavt by Brian Welty · 8 years ago
  25. beb5a04 IB/hfi1, qib, rdmavt: Move two IB event functions into rdmavt by Brian Welty · 8 years ago
  26. 338adfd IB/rdmavt: Use per-CPU reference count for MRs by Sebastian Sanchez · 8 years ago
  27. c4550c6 IB: Query ports via the core instead of direct into the driver by Or Gerlitz · 8 years ago
  28. 0bbb3b7 IB/rxe, IB/rdmavt: Use dma_virt_ops instead of duplicating it by Bart Van Assche · 8 years ago
  29. d3ea547 rdma: fix buggy code that the compiler warns about by Linus Torvalds · 8 years ago
  30. 4d5b57e Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  31. 22dccc5 IB/rdmavt: Only put mmap_info ref if it exists by Jim Foraker · 8 years ago
  32. f5eabf5 IB/rdmavt: Handle the kthread worker using the new API by Petr Mladek · 8 years ago
  33. 6efaf10 IB/rdmavt: Avoid queuing work into a destroyed cq kthread worker by Petr Mladek · 8 years ago
  34. f2dc9cd IB/rdmavt: Add a send completion helper by Mike Marciniszyn · 8 years ago
  35. f84dfa2 IB/hfi1: Use reference count wrapper for MRs by Sebastian Sanchez · 8 years ago
  36. b44980f IB/hfi1: Replace qp->refcount release code with standard driver wrapper by Sebastian Sanchez · 8 years ago
  37. fcb29a6 IB/rdmavt: Add trace of MR segs by Mike Marciniszyn · 8 years ago
  38. cf4c2f8 IB/rdmavt: Fix trace hierarchy by Dennis Dalessandro · 8 years ago
  39. 99f80d2 IB/hfi1: Optimize lkey validation structures by Mike Marciniszyn · 8 years ago
  40. e1fafdc IB/rdmavt: rdmavt can handle non aligned page maps by Dennis Dalessandro · 8 years ago
  41. 3989144 kthread: kthread worker API cleanup by Petr Mladek · 8 years ago
  42. d970365 IB/{rxe,core,rdmavt}: Fix kernel crash for reg MR by Parav Pandit · 8 years ago
  43. 61347fa IB/rdmavt: Trivial function comment corrected. by Parav Pandit · 9 years ago
  44. 68e78b3 IB/rdmavt, IB/hfi1: Add lockdep asserts for lock debug by Mike Marciniszyn · 9 years ago
  45. 222f7a9a IB/rdmavt: Add qp init function by Mike Marciniszyn · 9 years ago
  46. 30a345c IB/rdmavt: Move reset calldown to reset path by Mike Marciniszyn · 9 years ago
  47. eefa1d8 IB/rdmavt: Correct sparse annotation by Mike Marciniszyn · 9 years ago
  48. 4d6f85c IB/rdmavt, IB/qib, IB/hfi1: Use new QP put get routines by Mike Marciniszyn · 9 years ago
  49. e4618d4 IB/rdmavt: Don't vfree a kzalloc'ed memory region by Colin Ian King · 9 years ago
  50. 56c8ca5 IB/rdmvat: Fix double vfree() in rvt_create_qp() error path by Mike Marciniszyn · 9 years ago
  51. 84e39ee Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  52. 0cda611 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  53. 378fc32 IB/rdmavt: Disable by default by Bart Van Assche · 9 years ago
  54. fe50827 IB/rdmavt: Eliminate redundant opcode test in mr ref clear by Ira Weiny · 9 years ago
  55. d9b13c2 IB/rdmavt, hfi1: Fix NFSoRDMA failure with FRMR enabled by Jianxin Xiong · 9 years ago
  56. 856cc4c IB/hfi1: Add the capability for reserved operations by Mike Marciniszyn · 9 years ago
  57. a6580f43 IB/rdmavt: Add missing spin_lock_init call for rdi->n_cqs_lock by Jianxin Xiong · 9 years ago
  58. d9f8723 IB/rdmavt: Handle local operations in post send by Jianxin Xiong · 9 years ago
  59. e8f8b09 IB/rdmavt: Add mechanism to invalidate MR keys by Jianxin Xiong · 9 years ago
  60. a41081a IB/rdmavt: Add support for ib_map_mr_sg by Jianxin Xiong · 9 years ago
  61. 2821c50 IB/rdmavt: Use new driver specific post send table by Mike Marciniszyn · 9 years ago
  62. afcf8f7 IB/rdmavt: Add data structures and routines for table driven post send by Mike Marciniszyn · 9 years ago
  63. c755f4a IB/rdmavt: Correct qp_priv_alloc() return value test by Mike Marciniszyn · 9 years ago
  64. 8ae84f7 IB/hfi1: Don't zero out qp->s_ack_queue in rvt_reset_qp by Ashutosh Dixit · 9 years ago
  65. 501edc42 IB/rdmavt: Correct warning during QPN allocation by Brian Welty · 9 years ago
  66. 9660567 IB/rdmavt: Correct required callback functions for MODIFY_QP by Brian Welty · 9 years ago
  67. c0a67f6 IB/rdmavt: Annotate rvt_reset_qp() by Bart Van Assche · 9 years ago
  68. 8b103e9 IB/rdamvt: Fix rdmavt s_ack_queue sizing by Mike Marciniszyn · 9 years ago
  69. 49961f8 IB/rdmavt: Use kzalloc_node by Jubin John · 9 years ago
  70. 654b643 IB/rdmavt: Insure QP vmalloc variants zero memory by Mike Marciniszyn · 9 years ago
  71. cdbff50 IB/rdmavt: Increase CQ callback thread priority by Mike Marciniszyn · 9 years ago
  72. b218f78 IB/hfi1: Use global defines for upper bits in opcode by Mike Marciniszyn · 9 years ago
  73. ea0e4ce IB/rdmavt,hfi1,qib: Fix memory leak by Jubin John · 9 years ago
  74. e6d2e01 IB/rdmavt: Fix send scheduling by Jubin John · 9 years ago
  75. 000a830 IB/rdmavt: Post receive for QP in ERR state by Alex Estrin · 9 years ago
  76. ef086c0 IB/hfi1: Report pid in qp_stats to aid debug by Mike Marciniszyn · 9 years ago
  77. ade3024 IB/rdmavt: Check lkey_table_size value before use by Jubin John · 9 years ago
  78. 9debaae IB/rdamvt: fix cross build with rdmavt by Mike Marciniszyn · 9 years ago
  79. 91702b4 IB/qib, staging/rdma/hfi1, IB/rdmavt: progress selection changes by Mike Marciniszyn · 9 years ago
  80. 79a225b IB/rdmavt: Remove unnecessary exported functions by Dennis Dalessandro · 9 years ago
  81. ce73fe2 IB/rdmavt: Remove RVT_FLAGs by Dennis Dalessandro · 9 years ago
  82. 1348d70 IB/rdmavt: Add per verb driver callback checking by Dennis Dalessandro · 9 years ago
  83. 90793f7 IB/rdmavt: Clean up comments and add more documentation by Dennis Dalessandro · 9 years ago
  84. e16689e IB/rdmavt: Add trace and error print statements in post_one_wr by Harish Chegondi · 9 years ago
  85. 46a80d6 IB/qib, staging/rdma/hfi1: add s_hlock for use in post send by Mike Marciniszyn · 9 years ago
  86. bfee5e3 IB/rdmavt, staging/rdma/hfi1: use qps to dynamically scale timeout value by Vennila Megavannan · 9 years ago
  87. 08279d5 staging/rdma/hfi1: use new RNR timer by Mike Marciniszyn · 9 years ago
  88. ec4274f staging/rdma/hfi1: Remove modify queue pair from hfi1 by Dennis Dalessandro · 9 years ago
  89. 6366dfa staging/rdma/hfi1: Clean up return handling by Dennis Dalessandro · 9 years ago
  90. b7b3cf4 IB/rdmavt: Properly pass gfp to hw driver function by Ira Weiny · 9 years ago
  91. 61a650c IB/rdmavt: Add support for query_port, modify_port and get_port_immutable by Harish Chegondi · 9 years ago
  92. 1f02499 IB/rdmavt: Add query gid support. by Dennis Dalessandro · 9 years ago
  93. f1badc7 IB/rdmavt: Clean up distinction between port number and index by Dennis Dalessandro · 9 years ago
  94. d1b697b IB/rdmavt: Add Mem affinity support by Mitko Haralanov · 9 years ago
  95. 60c30f5 IB/rdmavt: Add hardware driver send work request check by Ira Weiny · 9 years ago
  96. b8f881b IB/rdmavt: Add srq functionality to rdmavt by Jubin John · 9 years ago
  97. 74d2d50 IB/rdmavt: Add support for rvt_query_qp by Harish Chegondi · 9 years ago
  98. fe31419 IB/rdmavt: Fix copyright date by Dennis Dalessandro · 9 years ago
  99. 3711baf IB/rdmavt: Add mad agents to rdmavt by Dennis Dalessandro · 9 years ago
  100. ff6acd6 IB/rdmavt: Add device structure allocation by Dennis Dalessandro · 9 years ago