1. 47c370c IB/rdmavt: Always return ERR_PTR from rvt_create_mmap_info() by Sudip Mukherjee · 4 years, 9 months ago
  2. c13cac2 Merge tag 'v5.6-rc4' into rdma.git for-next by Jason Gunthorpe · 4 years, 11 months ago
  3. bb8865f RDMA/providers: Fix return value when QP type isn't supported by Kamal Heib · 5 years ago
  4. f92e487 IB/rdmavt: Reset all QPs when the device is shut down by Kaike Wan · 5 years ago
  5. 7c21072 infiniband: fix sw/rdmavt/ kernel-doc notation by rd.dunlab@gmail.com · 5 years ago
  6. f10ff38 RDMA/rvt: Do not use a kernel header in the ABI by Jason Gunthorpe · 6 years ago
  7. 2b0ad2d IB/{rdmavt, hfi1, qib}: Add helpers to hide SWQE WR details by Michael J. Ruhl · 6 years ago
  8. d310c4b IB/{rdmavt, hfi1, qib}: Remove AH refcount for UD QPs by Michael J. Ruhl · 6 years ago
  9. fe2ac04 IB/rdmavt: Set QP allowed opcodes after QP allocation by Michael J. Ruhl · 6 years ago
  10. 5136bfe IB/{hfi1, qib, rdmavt}: Put qp in error state when cq is full by Kamenee Arumugam · 6 years ago
  11. f592ae3 IB/rdmavt: Fracture single lock used for posting and processing RWQEs by Kamenee Arumugam · 6 years ago
  12. dabac6e IB/hfi1: Move receive work queue struct into uapi directory by Kamenee Arumugam · 6 years ago
  13. 371bb62 Merge tag 'v5.2-rc6' into rdma.git for-next by Jason Gunthorpe · 6 years ago
  14. 4a9ceb7 IB/{rdmavt, qib, hfi1}: Convert to new completion API by Mike Marciniszyn · 6 years ago
  15. 34755f5 IB/rdmavt: Use struct_size() helper by Gustavo A. R. Silva · 6 years ago
  16. 2abae62 IB/rdmavt: Fix alloc_qpn() WARN_ON() by Mike Marciniszyn · 6 years ago
  17. d40f69c IB/{rdmavt, qib, hfi1}: Use new routine to release reference counts by Mike Marciniszyn · 6 years ago
  18. 52cdbcc IB/rdmavt: Use more efficient allowed_ops by Mike Marciniszyn · 6 years ago
  19. ff23dfa IB: Pass only ib_udata in function prototypes by Shamir Rabinovitch · 6 years ago
  20. c4367a2 IB: Pass uverbs_attr_bundle down ib_x destroy path by Shamir Rabinovitch · 6 years ago
  21. d757c60 IB/rdmavt: Fix concurrency panics in QP post_send and modify to error by Michael J. Ruhl · 6 years ago
  22. 38bbc9f IB/rdmavt: Fix loopback send with invalidate ordering by Mike Marciniszyn · 6 years ago
  23. 8994445 IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs by Shamir Rabinovitch · 6 years ago
  24. 82771f2 Merge branch 'wip/dl-for-next' into for-next by Doug Ledford · 6 years ago
  25. 4f9264d IB/hfi1: Add an s_acked_ack_queue pointer by Kaike Wan · 6 years ago
  26. 039cd3d IB/hfi1: Increment the retry timeout value for TID RDMA READ request by Kaike Wan · 6 years ago
  27. 838b6fd IB/hfi1: TID RDMA RcvArray programming and TID allocation by Kaike Wan · 6 years ago
  28. 6a8a2aa Merge tag 'v5.0-rc5' into rdma.git for-next by Jason Gunthorpe · 6 years ago
  29. db421a5 IB/{hfi1, qib, rvt} Cleanup open coded sge usage by Michael J. Ruhl · 6 years ago
  30. 09ce351d IB/hfi1: Add limit test for RC/UC send via loopback by Mike Marciniszyn · 6 years ago
  31. 5190f05 IB/hfi1: Allow the driver to initialize QP priv struct by Mike Marciniszyn · 6 years ago
  32. 1570346 IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavt by Venkata Sandeep Dhanalakota · 6 years ago
  33. 116aa03 IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavt by Venkata Sandeep Dhanalakota · 6 years ago
  34. 019f118 IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavt by Brian Welty · 6 years ago
  35. d31131b RDMA: Remove unused parameter from ib_modify_qp_is_ok() by Kamal Heib · 6 years ago
  36. d205a06a IB/rdmavt: Rename check_send_wqe as setup_wqe by Kaike Wan · 6 years ago
  37. 0b79b27 IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of posting by Michael J. Ruhl · 6 years ago
  38. d34ac5c RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const by Bart Van Assche · 6 years ago
  39. f696bf6 RDMA: Constify the argument of the work request conversion functions by Bart Van Assche · 6 years ago
  40. 33023fb IB/core: add max_send_sge and max_recv_sge attributes by Steve Wise · 7 years ago
  41. d97099f IB{cm, core}: Introduce and use ah_attr copy, move, replace APIs by Jason Gunthorpe · 7 years ago
  42. fd7bece treewide: Use array_size() in vzalloc_node() by Kees Cook · 7 years ago
  43. 590b5b7 treewide: kzalloc_node() -> kcalloc_node() by Kees Cook · 7 years ago
  44. 3ce459c IB/{rdmavt,hfi1}: Change hrtimer add to use pinned version by Mike Marciniszyn · 7 years ago
  45. 832369f IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavt by Brian Welty · 7 years ago
  46. 7b1cd95 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
  47. 4f9a301 infiniband: fix sw/rdmavt/* kernel-doc notation by Randy Dunlap · 7 years ago
  48. 57f6b66 IB/rdmavt: Add trace for RNRNAK timer by Kaike Wan · 7 years ago
  49. 437ff78 IB/rdmavt: No need to cancel RNRNAK retry timer when it is running by Kaike Wan · 7 years ago
  50. adf90eb drivers/infiniband: Remove now-redundant smp_read_barrier_depends() by Paul E. McKenney · 7 years ago
  51. 7c225c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  52. 3c07347 drivers/infiniband/sw/rdmavt/qp.c: use kmalloc_array_node() by Johannes Thumshirn · 7 years ago
  53. ad0835a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 7 years ago
  54. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  55. 894b82c Merge branch 'timer_setup' into for-next by Doug Ledford · 7 years ago
  56. a2930e5 IB/rdmavt: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  57. e527ff9 Merge branch 'hfi1' into k.o/for-next by Doug Ledford · 7 years ago
  58. f9586ab IB/rdmavt: Don't wait for resources in QP reset by Alex Estrin · 7 years ago
  59. 2caaa23 RDMA/rdmavt: Suppress gcc 7 fall-through complaints by Bart Van Assche · 7 years ago
  60. 0208da9 IB/rdmavt: Handle dereg of inuse MRs properly by Mike Marciniszyn · 7 years ago
  61. 4734b4f IB/rdmavt: Add QP iterator API for QPs by Mike Marciniszyn · 7 years ago
  62. 3aaee8a IB/rdmavt: Use rvt_put_swqe() in rvt_clear_mr_ref() by Mike Marciniszyn · 7 years ago
  63. 13c1922 IB/rdmavt, hfi1, qib: Modify check_ah() to account for extended LIDs by Don Hiatt · 7 years ago
  64. 16570d3 IB/hfi1: Remove pmtu from the QP structure by Sebastian Sanchez · 7 years ago
  65. 3ffea7d IB/{rdmavt, hfi1, qib}: Fix panic with post receive and SGE compression by Mike Marciniszyn · 7 years ago
  66. 03da084 Merge branch 'hfi1' into k.o/for-4.14 by Doug Ledford · 7 years ago
  67. a25ce42 IB/rdmavt: Setting of QP timeout can overflow jiffies computation by Kaike Wan · 8 years ago
  68. 0f4d027 IB/{rdmavt, qib, hfi1}: Remove gfp flags argument by Leon Romanovsky · 8 years ago
  69. 6c31e52 IB/hfi1: Use QPN mask to avoid overflow by Dennis Dalessandro · 8 years ago
  70. b2f8a04 IB/rdmavt: Remove duplicated functions by Dennis Dalessandro · 8 years ago
  71. 14fe13f IB/rdmavt: Compress adjacent SGEs in rvt_lkey_ok() by Mike Marciniszyn · 8 years ago
  72. d8966fc IB/core: Use rdma_ah_attr accessor functions by Dasaratharaman Chandramouli · 8 years ago
  73. 44dcfa4 IB/rdmavt: Avoid reseting wqe send_flags in unreserve by Mike Marciniszyn · 8 years ago
  74. 5f14e4e IB/rdmavt, IB/hfi1: Fix timer migration regressions by Sebastian Sanchez · 8 years ago
  75. 2a1b7c8 IB/rdmavt: Add additional fields to post send trace by Mike Marciniszyn · 8 years ago
  76. 43a474a IB/rdmavt, IB/hfi1, IB/qib: Make wc opcode translation driver dependent by Mike Marciniszyn · 8 years ago
  77. 832666c IB/hfi1, qib, rdmavt: Move AETH defines to rdma/ib_hdrs.h by Don Hiatt · 8 years ago
  78. 881fccb IB/hfi1: Add rvt_rnr_tbl_to_usec function by Don Hiatt · 8 years ago
  79. 11a10d4 IB/rdmavt: Adding timer logic to rdmavt by Venkata Sandeep Dhanalakota · 8 years ago
  80. beb5a04 IB/hfi1, qib, rdmavt: Move two IB event functions into rdmavt by Brian Welty · 8 years ago
  81. 22dccc5 IB/rdmavt: Only put mmap_info ref if it exists by Jim Foraker · 8 years ago
  82. f2dc9cd IB/rdmavt: Add a send completion helper by Mike Marciniszyn · 8 years ago
  83. 61347fa IB/rdmavt: Trivial function comment corrected. by Parav Pandit · 8 years ago
  84. 68e78b3 IB/rdmavt, IB/hfi1: Add lockdep asserts for lock debug by Mike Marciniszyn · 8 years ago
  85. 222f7a9a IB/rdmavt: Add qp init function by Mike Marciniszyn · 8 years ago
  86. 30a345c IB/rdmavt: Move reset calldown to reset path by Mike Marciniszyn · 8 years ago
  87. eefa1d8 IB/rdmavt: Correct sparse annotation by Mike Marciniszyn · 8 years ago
  88. 4d6f85c IB/rdmavt, IB/qib, IB/hfi1: Use new QP put get routines by Mike Marciniszyn · 8 years ago
  89. 56c8ca5 IB/rdmvat: Fix double vfree() in rvt_create_qp() error path by Mike Marciniszyn · 8 years ago
  90. fe50827 IB/rdmavt: Eliminate redundant opcode test in mr ref clear by Ira Weiny · 8 years ago
  91. d9b13c2 IB/rdmavt, hfi1: Fix NFSoRDMA failure with FRMR enabled by Jianxin Xiong · 8 years ago
  92. 856cc4c IB/hfi1: Add the capability for reserved operations by Mike Marciniszyn · 8 years ago
  93. d9f8723 IB/rdmavt: Handle local operations in post send by Jianxin Xiong · 8 years ago
  94. 2821c50 IB/rdmavt: Use new driver specific post send table by Mike Marciniszyn · 9 years ago
  95. afcf8f7 IB/rdmavt: Add data structures and routines for table driven post send by Mike Marciniszyn · 9 years ago
  96. c755f4a IB/rdmavt: Correct qp_priv_alloc() return value test by Mike Marciniszyn · 9 years ago
  97. 8ae84f7 IB/hfi1: Don't zero out qp->s_ack_queue in rvt_reset_qp by Ashutosh Dixit · 9 years ago
  98. 501edc42 IB/rdmavt: Correct warning during QPN allocation by Brian Welty · 9 years ago
  99. c0a67f6 IB/rdmavt: Annotate rvt_reset_qp() by Bart Van Assche · 9 years ago
  100. 8b103e9 IB/rdamvt: Fix rdmavt s_ack_queue sizing by Mike Marciniszyn · 9 years ago