1. 09ce351d IB/hfi1: Add limit test for RC/UC send via loopback by Mike Marciniszyn · 7 years ago
  2. f55c3ec IB/rxe: Reuse code which sets port state by Yuval Shaia · 7 years ago
  3. d5108e6 IB/rxe: Make counters thread safe by Parav Pandit · 7 years ago
  4. 2553ba2 RDMA: Mark if destroy address handle is in a sleepable context by Gal Pressman · 7 years ago
  5. b090c4e RDMA: Mark if create address handle is in a sleepable context by Gal Pressman · 7 years ago
  6. e00b64f RDMA: Cleanup undesired pd->uobject usage by Shamir Rabinovitch · 7 years ago
  7. 3023a1e RDMA: Start use ib_device_ops by Kamal Heib · 7 years ago
  8. 02a42f8 RDMA/rdmavt: Initialize ib_device_ops struct by Kamal Heib · 7 years ago
  9. 573efc4 RDMA/rxe: Initialize ib_device_ops struct by Kamal Heib · 7 years ago
  10. 59590b8 IB/{mlx5,ocrdma,qedr,rxe}: Omit port validation from IB verbs by Yuval Shaia · 7 years ago
  11. 28ab1bb Merge tag 'v4.20-rc6' into rdma.git for-next by Jason Gunthorpe · 7 years ago
  12. 6db21d8 IB/rxe: Fix incorrect cache cleanup in error flow by Yuval Shaia · 7 years ago
  13. e7521d8 IB/rxe: Utilize generic function to validate port number by Yuval Shaia · 7 years ago
  14. 1ceb25c IB/rxe: Make function rxe_pool_cleanup return void by Yuval Shaia · 7 years ago
  15. 5190f05 IB/hfi1: Allow the driver to initialize QP priv struct by Mike Marciniszyn · 7 years ago
  16. b024dd0 rxe: IB_WR_REG_MR does not capture MR's iova field by Chuck Lever · 7 years ago
  17. 4f32fb9 RDMA/rdmavt: Fix rvt_create_ah function signature by Kamal Heib · 7 years ago
  18. 8c99596 IB/rxe: make rxe_unregister_device void by Zhu Yanjun · 7 years ago
  19. a854b1e IB/rxe: move the variable into the function that uses it by Zhu Yanjun · 7 years ago
  20. 6e5559b RDMA/rxe: Add link_down, rdma_sends, rdma_recvs stats counters by Andrew Boyer · 7 years ago
  21. 5736c7c RDMA/rxe: Distinguish between down links and disabled links by Andrew Boyer · 7 years ago
  22. e48d8ed rxe: fix error completion wr_id and qp_num by Sagi Grimberg · 7 years ago
  23. 4e588c8 IB/rxe: clean skb queue directly by Zhu Yanjun · 7 years ago
  24. 508a523 RDMA/drivers: Use core provided API for registering device attributes by Parav Pandit · 7 years ago
  25. 0797e6f IB/rxe: Remove unnecessary enum values by Nathan Chancellor · 7 years ago
  26. 1570346 IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavt by Venkata Sandeep Dhanalakota · 7 years ago
  27. 116aa03 IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavt by Venkata Sandeep Dhanalakota · 7 years ago
  28. 019f118 IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavt by Brian Welty · 7 years ago
  29. d31131b RDMA: Remove unused parameter from ib_modify_qp_is_ok() by Kamal Heib · 7 years ago
  30. 0324162 RDMA/rxe: Remove unused addr_same() by Kamal Heib · 7 years ago
  31. aae0484 IB/rxe: avoid srq memory leak by Zhu Yanjun · 7 years ago
  32. d205a06a IB/rdmavt: Rename check_send_wqe as setup_wqe by Kaike Wan · 7 years ago
  33. 721ad7e IB/rxe: replace kvfree with vfree by Zhu Yanjun · 7 years ago
  34. 9de6986 RDMA/drivers: Use dev_name instead of ibdev->name by Jason Gunthorpe · 7 years ago
  35. 5a738b5 RDMA/drivers: Use dev_err/dbg/etc instead of pr_* + ibdev->name by Jason Gunthorpe · 7 years ago
  36. e349f85 RDMA: Fully setup the device name in ib_register_device by Jason Gunthorpe · 7 years ago
  37. 0b79b27 IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of posting by Michael J. Ruhl · 7 years ago
  38. 030e46e IB/rxe: fixes for rdma read retry by Vijay Immanuel · 7 years ago
  39. 4e4c53d IB/rxe: avoid back-to-back retries by Vijay Immanuel · 7 years ago
  40. b97db58 IB/rxe: fix for duplicate request processing and ack psns by Vijay Immanuel · 7 years ago
  41. 1703129 IB/rxe: Refactor lookup memory function by Parav Pandit · 7 years ago
  42. 536a631 IB/rxe: Avoid NULL check when search is successful by Parav Pandit · 7 years ago
  43. 3ccf19e IB/rxe: Change pool state enums to capital letters by Parav Pandit · 7 years ago
  44. 66d0f20 IB/rxe: Replace spinlock with rwlock by Parav Pandit · 7 years ago
  45. 3db2bce IB/rxe: Simplify rxe_find_route() to avoid GID query for netdev by Parav Pandit · 7 years ago
  46. 8b7b59d IB/rxe: remove redudant qpn check by Zhu Yanjun · 7 years ago
  47. d3c04a3 IB/rxe: vary the source udp port for receive scaling by Vijay Immanuel · 7 years ago
  48. 89982f7 Merge tag 'v4.18' into rdma.git for-next by Jason Gunthorpe · 7 years ago
  49. 61b717d0 RDMA/rxe: Set wqe->status correctly if an unexpected response is received by Bart Van Assche · 7 years ago
  50. 8380b74 RDMA/providers: Fix return value from create_srq callbacks by Kamal Heib · 7 years ago
  51. d34ac5c RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const by Bart Van Assche · 7 years ago
  52. f696bf6 RDMA: Constify the argument of the work request conversion functions by Bart Van Assche · 7 years ago
  53. 536ca24 IB/rxe: Drop QP0 silently by Zhu Yanjun · 7 years ago
  54. 2f229bc RDMA/rxe: Simplify the error handling code in rxe_create_ah() by Bart Van Assche · 7 years ago
  55. 24c937b IB/rxe: don't clear the tx queue on every transfer by Vijay Immanuel · 7 years ago
  56. 1abd8a8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
  57. 33023fb IB/core: add max_send_sge and max_recv_sge attributes by Steve Wise · 7 years ago
  58. b90575c IB/rxe: avoid unnecessary NULL check by Zhu Yanjun · 7 years ago
  59. 92cf36e IB/rxe: support for 802.1q VLAN on the listener by Vijay Immanuel · 7 years ago
  60. 6a965ee IB/rxe: increase max MR limit by Vijay Immanuel · 7 years ago
  61. 375dc53 IB/rxe: Fix missing completion for mem_reg work requests by Vijay Immanuel · 7 years ago
  62. 47ec386 RDMA: Convert drivers to use sgid_attr instead of sgid_index by Parav Pandit · 7 years ago
  63. d97099f IB{cm, core}: Introduce and use ah_attr copy, move, replace APIs by Jason Gunthorpe · 7 years ago
  64. 7f3ee8e IB/rxe: Do not hide uABI stuff in memcpy by Jason Gunthorpe · 7 years ago
  65. 82f82ce IB/rxe: Use rdma GID API by Parav Pandit · 7 years ago
  66. fd7bece treewide: Use array_size() in vzalloc_node() by Kees Cook · 7 years ago
  67. 590b5b7 treewide: kzalloc_node() -> kcalloc_node() by Kees Cook · 7 years ago
  68. 828d810 IB/rxe: avoid double kfree skb by Zhu Yanjun · 7 years ago
  69. a1cdde8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
  70. 2857676 Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  71. acafe7e treewide: Use struct_size() for kmalloc()-family by Kees Cook · 7 years ago
  72. 0394808 Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma for-next by Jason Gunthorpe · 7 years ago
  73. bb42f87 IB/rxe: avoid unnecessary export by Zhu Yanjun · 7 years ago
  74. 3ce459c IB/{rdmavt,hfi1}: Change hrtimer add to use pinned version by Mike Marciniszyn · 7 years ago
  75. da2f3b2 IB/rxe: avoid calling WARN_ON_ONCE twice by Zhu Yanjun · 7 years ago
  76. e02637e IB: Fix RDMA_RXE and INFINIBAND_RDMAVT dependencies for DMA_VIRT_OPS by Ben Hutchings · 7 years ago
  77. 832369f IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavt by Brian Welty · 7 years ago
  78. 5d18ee6 IB/{hfi1, rdmavt, qib}: Implement CQ completion vector support by Sebastian Sanchez · 7 years ago
  79. af8aab7 IB/hfi1: Optimize kthread pointer locking when queuing CQ entries by Sebastian Sanchez · 7 years ago
  80. f5e27a2 Merge branch 'k.o/for-rc' into k.o/wip/dl-for-next by Doug Ledford · 7 years ago
  81. 1661d3b0 nvmet,rxe: defer ip datagram sending to tasklet by Alexandru Moise · 7 years ago
  82. ecb238f IB/cxgb4: use skb_put_zero()/__skb_put_zero by YueHaibing · 7 years ago
  83. 9fd4350 IB/rxe: avoid double kfree_skb by Zhu Yanjun · 7 years ago
  84. 2da36d4 IB/rxe: add RXE_START_MASK for rxe_opcode IB_OPCODE_RC_SEND_ONLY_INV by Jianchao Wang · 7 years ago
  85. e12ee8c IB/rxe: remove unused function variable by Zhu Yanjun · 7 years ago
  86. 0dff463 IB/rxe: change rxe_set_mtu function type to void by Zhu Yanjun · 7 years ago
  87. 10c47d5 IB/rxe: Change rxe_rcv to return void by Yuval Shaia · 7 years ago
  88. fe896ce IB/rxe: replace refcount_inc with skb_get by Zhu Yanjun · 7 years ago
  89. 2e47350 IB/rxe: optimize the function duplicate_request by Zhu Yanjun · 7 years ago
  90. 8f1a72c IB/rxe: make rxe_release_udp_tunnel static by Zhu Yanjun · 7 years ago
  91. 76be045 IB/rxe: avoid export symbols by Zhu Yanjun · 7 years ago
  92. 0f02ba7 IB/rxe: make the variable static by Zhu Yanjun · 7 years ago
  93. efc365e IB/rxe: Fix for oops in rxe_register_device on ppc64le arch by Mikhail Malygin · 7 years ago
  94. 39e00b6 IB/rxe: Removed GID add/del dummy routines by Parav Pandit · 7 years ago
  95. 414448d RDMA: Use ib_gid_attr during GID modification by Parav Pandit · 7 years ago
  96. 3e44e0e IB/providers: Avoid null netdev check for RoCE by Parav Pandit · 7 years ago
  97. 0e1f9b9 RDMA/providers: Simplify query_gid callback of RoCE providers by Parav Pandit · 7 years ago
  98. 99dae69 IB/rxe: optimize mcast recv process by Zhu Yanjun · 7 years ago
  99. f2e9bfa RDMA/rxe: Fix uABI structure layouts for 32/64 compat by Jason Gunthorpe · 7 years ago
  100. 0ede73b IB/uverbs: Extend uverbs_ioctl header with driver_id by Matan Barak · 7 years ago