summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw
Commit message (Expand)AuthorAgeFilesLines
* IB/rdmavt: Fix concurrency panics in QP post_send and modify to errorMichael J. Ruhl2019-03-231-10/+23
* IB/rdmavt: Fix loopback send with invalidate orderingMike Marciniszyn2019-03-231-10/+16
* IB/hfi1: Add limit test for RC/UC send via loopbackMike Marciniszyn2019-01-211-1/+6
* IB/rxe: Reuse code which sets port stateYuval Shaia2018-12-203-21/+11
* IB/rxe: Make counters thread safeParav Pandit2018-12-202-4/+4
* RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-194-4/+6
* RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-193-0/+4
* RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-183-4/+5
* RDMA: Start use ib_device_opsKamal Heib2018-12-121-8/+8
* RDMA/rdmavt: Initialize ib_device_ops structKamal Heib2018-12-121-245/+54
* RDMA/rxe: Initialize ib_device_ops structKamal Heib2018-12-121-43/+47
* IB/{mlx5,ocrdma,qedr,rxe}: Omit port validation from IB verbsYuval Shaia2018-12-111-21/+1
* Merge tag 'v4.20-rc6' into rdma.git for-nextJason Gunthorpe2018-12-112-2/+5
|\
| * RDMA/rdmavt: Fix rvt_create_ah function signatureKamal Heib2018-11-212-2/+5
* | IB/rxe: Fix incorrect cache cleanup in error flowYuval Shaia2018-12-111-12/+14
* | IB/rxe: Utilize generic function to validate port numberYuval Shaia2018-12-061-3/+3
* | IB/rxe: Make function rxe_pool_cleanup return voidYuval Shaia2018-12-062-4/+2
* | IB/hfi1: Allow the driver to initialize QP priv structMike Marciniszyn2018-12-061-1/+8
* | rxe: IB_WR_REG_MR does not capture MR's iova fieldChuck Lever2018-11-291-0/+1
* | IB/rxe: make rxe_unregister_device voidZhu Yanjun2018-11-082-4/+2
* | IB/rxe: move the variable into the function that uses itZhu Yanjun2018-11-083-11/+8
* | RDMA/rxe: Add link_down, rdma_sends, rdma_recvs stats countersAndrew Boyer2018-11-085-3/+17
* | RDMA/rxe: Distinguish between down links and disabled linksAndrew Boyer2018-11-083-4/+11
* | rxe: fix error completion wr_id and qp_numSagi Grimberg2018-11-061-4/+9
* | IB/rxe: clean skb queue directlyZhu Yanjun2018-11-061-4/+1
|/
* RDMA/drivers: Use core provided API for registering device attributesParav Pandit2018-10-171-18/+8
* IB/rxe: Remove unnecessary enum valuesNathan Chancellor2018-10-173-12/+7
* IB/{hfi1, qib, rdmavt}: Move ruc_loopback to rdmavtVenkata Sandeep Dhanalakota2018-10-031-0/+331
* IB/{hfi1, qib, rdmavt}: Move send completion logic to rdmavtVenkata Sandeep Dhanalakota2018-10-032-0/+85
* IB/{hfi1, qib, rdmavt}: Move copy SGE logic into rdmavtBrian Welty2018-10-034-2/+272
* RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-032-6/+2
* RDMA/rxe: Remove unused addr_same()Kamal Heib2018-10-031-5/+0
* IB/rxe: avoid srq memory leakZhu Yanjun2018-10-031-2/+8
* IB/rdmavt: Rename check_send_wqe as setup_wqeKaike Wan2018-09-301-8/+20
* IB/rxe: replace kvfree with vfreeZhu Yanjun2018-09-302-4/+5
* RDMA/drivers: Use dev_name instead of ibdev->nameJason Gunthorpe2018-09-261-1/+1
* RDMA/drivers: Use dev_err/dbg/etc instead of pr_* + ibdev->nameJason Gunthorpe2018-09-262-3/+3
* RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-262-3/+3
* IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of postingMichael J. Ruhl2018-09-111-6/+8
* IB/rxe: fixes for rdma read retryVijay Immanuel2018-08-302-11/+25
* IB/rxe: avoid back-to-back retriesVijay Immanuel2018-08-302-1/+18
* IB/rxe: fix for duplicate request processing and ack psnsVijay Immanuel2018-08-302-2/+8
* IB/rxe: Refactor lookup memory functionParav Pandit2018-08-301-24/+11
* IB/rxe: Avoid NULL check when search is successfulParav Pandit2018-08-301-4/+3
* IB/rxe: Change pool state enums to capital lettersParav Pandit2018-08-302-8/+8
* IB/rxe: Replace spinlock with rwlockParav Pandit2018-08-302-19/+19
* IB/rxe: Simplify rxe_find_route() to avoid GID query for netdevParav Pandit2018-08-304-24/+13
* IB/rxe: remove redudant qpn checkZhu Yanjun2018-08-301-2/+2
* IB/rxe: vary the source udp port for receive scalingVijay Immanuel2018-08-303-4/+15
* Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2018-08-161-1/+4
|\
OpenPOWER on IntegriCloud