aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe1-1/+6
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky2-2/+2
2019-01-30IB/{hfi1, qib, rvt} Cleanup open coded sge usageMichael J. Ruhl1-24/+2
2019-01-21IB/rxe: Remove unnecessary rxe variableZhu Yanjun4-16/+11
2019-01-21IB/hfi1: Add limit test for RC/UC send via loopbackMike Marciniszyn1-1/+6
2019-01-18IB/rdmavt: Add wc_flags and wc_immdata to cq entry traceMike Marciniszyn1-2/+8
2019-01-14RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit1-2/+2
2019-01-14RDMA: Rename port_callback to init_portParav Pandit2-4/+3
2019-01-10RDMA: Clear CTX objects during their allocationLeon Romanovsky1-1/+1
2019-01-10RDMA: Clear PD objects during their allocationLeon Romanovsky1-1/+1
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2-3/+2
2018-12-20IB/rxe: Reuse code which sets port stateYuval Shaia3-21/+11
2018-12-20IB/rxe: Make counters thread safeParav Pandit2-4/+4
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman4-4/+6
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman3-0/+4
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch3-4/+5
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-8/+8
2018-12-12RDMA/rdmavt: Initialize ib_device_ops structKamal Heib1-245/+54
2018-12-12RDMA/rxe: Initialize ib_device_ops structKamal Heib1-43/+47
2018-12-11IB/{mlx5,ocrdma,qedr,rxe}: Omit port validation from IB verbsYuval Shaia1-21/+1
2018-12-11Merge tag 'v4.20-rc6' into rdma.git for-nextJason Gunthorpe2-2/+5
2018-12-11IB/rxe: Fix incorrect cache cleanup in error flowYuval Shaia1-12/+14
2018-12-06IB/rxe: Utilize generic function to validate port numberYuval Shaia1-3/+3
2018-12-06IB/rxe: Make function rxe_pool_cleanup return voidYuval Shaia2-4/+2
2018-12-06IB/hfi1: Allow the driver to initialize QP priv structMike Marciniszyn1-1/+8
2018-11-29rxe: IB_WR_REG_MR does not capture MR's iova fieldChuck Lever1-0/+1
2018-11-21RDMA/rdmavt: Fix rvt_create_ah function signatureKamal Heib2-2/+5
2018-11-08IB/rxe: make rxe_unregister_device voidZhu Yanjun2-4/+2
2018-11-08IB/rxe: move the variable into the function that uses itZhu Yanjun3-11/+8
2018-11-08RDMA/rxe: Add link_down, rdma_sends, rdma_recvs stats countersAndrew Boyer5-3/+17
2018-11-08RDMA/rxe: Distinguish between down links and disabled linksAndrew Boyer3-4/+11
2018-11-06rxe: fix error completion wr_id and qp_numSagi Grimberg1-4/+9
2018-11-06IB/rxe: clean skb queue directlyZhu Yanjun1-4/+1
2018-10-17RDMA/drivers: Use core provided API for registering device attributesParav Pandit1-18/+8
2018-10-17IB/rxe: Remove unnecessary enum valuesNathan Chancellor3-12/+7
2018-10-03IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavtVenkata Sandeep Dhanalakota1-0/+331
2018-10-03IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavtVenkata Sandeep Dhanalakota2-0/+85
2018-10-03IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty4-2/+272
2018-10-03RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2-6/+2
2018-10-03RDMA/rxe: Remove unused addr_same()Kamal Heib1-5/+0
2018-10-03IB/rxe: avoid srq memory leakZhu Yanjun1-2/+8
2018-09-30IB/rdmavt: Rename check_send_wqe as setup_wqeKaike Wan1-8/+20
2018-09-30IB/rxe: replace kvfree with vfreeZhu Yanjun2-4/+5
2018-09-26RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe1-1/+1
2018-09-26RDMA/drivers: Use dev_err/dbg/etc instead of pr_* + ibdev->nameJason Gunthorpe2-3/+3
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2-3/+3
2018-09-11IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of postingMichael J. Ruhl1-6/+8
2018-08-30IB/rxe: fixes for rdma read retryVijay Immanuel2-11/+25
2018-08-30IB/rxe: avoid back-to-back retriesVijay Immanuel2-1/+18
2018-08-30IB/rxe: fix for duplicate request processing and ack psnsVijay Immanuel2-2/+8