summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rxe
AgeCommit message (Expand)AuthorFilesLines
2023-07-18RDMA/rxe: Fix an error handling path in rxe_bind_mw()Christophe JAILLET1-1/+2
2023-06-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds15-84/+198
2023-06-27Merge tag 'rcu.2023.06.22a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-06-27Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe8-68/+100
2023-06-20RDMA/rxe: Simplify cq->notify codeBob Pearson2-6/+3
2023-06-20RDMA/rxe: Fixes mr access supported listBob Pearson1-1/+2
2023-06-14RDMA/rxe: Fix rxe_cq_postBob Pearson1-2/+2
2023-06-09RDMA/rxe: Send last wqe reached event on qp cleanupBob Pearson1-1/+10
2023-06-09RDMA/rxe: Fix the use-before-initialization error of resp_pktsZhu Yanjun1-4/+3
2023-06-09RDMA/rxe: Implement rereg_user_mrBob Pearson2-0/+40
2023-06-09RDMA/rxe: Let rkey == lkey for local accessBob Pearson1-7/+8
2023-06-09RDMA/rxe: Introduce rxe access supported flagsBob Pearson4-3/+30
2023-06-09RDMA/rxe: Fix access checks in rxe_check_bind_mwBob Pearson1-8/+9
2023-06-09RDMA//rxe: Optimize send path in rxe_resp.cBob Pearson2-2/+13
2023-06-09RDMA/rxe: Rename IB_ACCESS_REMOTEBob Pearson2-7/+9
2023-06-01RDMA/rxe: Fix ref count error in check_rkey()Bob Pearson1-1/+2
2023-06-01RDMA/rxe: Fix packet length checksBob Pearson1-0/+6
2023-06-01RDMA/rxe: Remove dangling declaration of rxe_cq_disable()Nicolas Morey1-2/+0
2023-05-19RDMA/rxe: Fix comments about removed taskletsDaisuke Matsuda4-4/+4
2023-05-17RDMA/rxe: Add workqueue support for rxe tasksBob Pearson3-49/+76
2023-05-16RDMA/rxe: Convert spin_{lock_bh,unlock_bh} to spin_{lock_irqsave,unlock_irqre...Guoqing Jiang7-61/+86
2023-05-16RDMA/rxe: Fix double unlock in rxe_qp.cBob Pearson1-1/+2
2023-04-21RDMA/rxe: Fix spinlock recursion deadlock on requesterDaisuke Matsuda1-3/+3
2023-04-17RDMA/rxe: Protect QP state with qp->state_lockBob Pearson7-218/+317
2023-04-17RDMA/rxe: Move code to check if drained to subroutineBob Pearson2-29/+38
2023-04-17RDMA/rxe: Remove qp->req.stateBob Pearson7-66/+34
2023-04-17RDMA/rxe: Remove qp->comp.stateBob Pearson3-10/+4
2023-04-17RDMA/rxe: Remove qp->resp.stateBob Pearson6-14/+8
2023-04-16RDMA: Add ib_virt_dma_to_page()Jason Gunthorpe2-9/+9
2023-04-16RDMA/rxe: Fix the error "trying to register non-static key in rxe_cleanup_task"Zhu Yanjun1-3/+8
2023-04-12RDMA/rxe: Fix incorrect TASKLET_STATE_SCHED check in rxe_task.cBob Pearson1-2/+2
2023-03-30RDMA/rxe: Clean kzalloc failure pathsLeon Romanovsky2-23/+9
2023-03-29RDMA/rxe: Remove tasklet call from rxe_cq.cBob Pearson3-33/+3
2023-03-24RDMA/rxe: Rewrite rxe_task.cBob Pearson2-56/+218
2023-03-24RDMA/rxe: Make tasks schedule each otherBob Pearson2-6/+6
2023-03-24RDMA/rxe: Remove __rxe_do_task()Bob Pearson3-58/+17
2023-03-24RDMA/rxe: Remove qp reference counting in tasksBob Pearson3-14/+0
2023-03-24RDMA/rxe: Cleanup error state handling in rxe_comp.cBob Pearson3-23/+61
2023-03-24RDMA/rxe: Cleanup reset state handling in rxe_resp.cBob Pearson2-51/+57
2023-03-24RDMA/rxe: Convert tasklet args to queue pairsBob Pearson6-18/+17
2023-03-24RDMA/rxe: Add error messagesBob Pearson5-241/+609
2023-03-24RDMA/rxe: Extend dbg log messages to err and infoBob Pearson2-3/+47
2023-03-24RDMA/rxe: Change rxe_dbg to rxe_dbg_devBob Pearson9-24/+25
2023-03-24RDMA/rxe: Replace exists by rxe in rxe.cBob Pearson1-6/+6
2023-02-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds9-574/+588
2023-02-16RDMA/rxe: Fix missing memory barriers in rxe_queue.hBob Pearson2-52/+76
2023-02-16RDMA/rxe: Remove rxe_alloc()Bob Pearson4-66/+44
2023-02-16Subject: RDMA/rxe: Handle zero length rdmaBob Pearson2-15/+51
2023-01-27RDMA/rxe: Replace rxe_map and rxe_phys_buf by xarrayBob Pearson3-302/+254
2023-01-26RDMA/rxe: Cleanup page variables in rxe_mr.cBob Pearson2-20/+22