summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-09-017-102/+177
|\
| * RDMA/rxe: Fix redundant break statement in switch-case.Rohit Chavan2023-08-221-1/+0
| * RDMA/rxe: Fix incomplete state save in rxe_requesterBob Pearson2023-07-311-20/+25
| * RDMA/rxe: Fix rxe_modify_srqBob Pearson2023-07-312-30/+36
| * RDMA/rxe: Fix unsafe drain work queue codeBob Pearson2023-07-312-0/+8
| * RDMA/rxe: Move work queue code to subroutinesBob Pearson2023-07-311-51/+108
* | RDMA/rxe: Fix an error handling path in rxe_bind_mw()Christophe JAILLET2023-07-181-1/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-06-2915-84/+198
|\
| * Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe2023-06-278-68/+100
| |\
| * | RDMA/rxe: Simplify cq->notify codeBob Pearson2023-06-202-6/+3
| * | RDMA/rxe: Fixes mr access supported listBob Pearson2023-06-201-1/+2
| * | RDMA/rxe: Send last wqe reached event on qp cleanupBob Pearson2023-06-091-1/+10
| * | RDMA/rxe: Implement rereg_user_mrBob Pearson2023-06-092-0/+40
| * | RDMA/rxe: Let rkey == lkey for local accessBob Pearson2023-06-091-7/+8
| * | RDMA/rxe: Introduce rxe access supported flagsBob Pearson2023-06-094-3/+30
| * | RDMA/rxe: Fix access checks in rxe_check_bind_mwBob Pearson2023-06-091-8/+9
| * | RDMA//rxe: Optimize send path in rxe_resp.cBob Pearson2023-06-092-2/+13
| * | RDMA/rxe: Rename IB_ACCESS_REMOTEBob Pearson2023-06-092-7/+9
| * | RDMA/rxe: Remove dangling declaration of rxe_cq_disable()Nicolas Morey2023-06-011-2/+0
| * | RDMA/rxe: Fix comments about removed taskletsDaisuke Matsuda2023-05-194-4/+4
| * | RDMA/rxe: Add workqueue support for rxe tasksBob Pearson2023-05-173-49/+76
* | | Merge tag 'rcu.2023.06.22a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-271-1/+1
|\| | | |/ |/|
* | RDMA/rxe: Fix rxe_cq_postBob Pearson2023-06-141-2/+2
* | RDMA/rxe: Fix the use-before-initialization error of resp_pktsZhu Yanjun2023-06-091-4/+3
* | RDMA/rxe: Fix ref count error in check_rkey()Bob Pearson2023-06-011-1/+2
* | RDMA/rxe: Fix packet length checksBob Pearson2023-06-011-0/+6
* | RDMA/rxe: Convert spin_{lock_bh,unlock_bh} to spin_{lock_irqsave,unlock_irqre...Guoqing Jiang2023-05-167-61/+86
* | RDMA/rxe: Fix double unlock in rxe_qp.cBob Pearson2023-05-161-1/+2
|/
* RDMA/rxe: Fix spinlock recursion deadlock on requesterDaisuke Matsuda2023-04-211-3/+3
* RDMA/rxe: Protect QP state with qp->state_lockBob Pearson2023-04-177-218/+317
* RDMA/rxe: Move code to check if drained to subroutineBob Pearson2023-04-172-29/+38
* RDMA/rxe: Remove qp->req.stateBob Pearson2023-04-177-66/+34
* RDMA/rxe: Remove qp->comp.stateBob Pearson2023-04-173-10/+4
* RDMA/rxe: Remove qp->resp.stateBob Pearson2023-04-176-14/+8
* RDMA: Add ib_virt_dma_to_page()Jason Gunthorpe2023-04-162-9/+9
* RDMA/rxe: Fix the error "trying to register non-static key in rxe_cleanup_task"Zhu Yanjun2023-04-161-3/+8
* RDMA/rxe: Fix incorrect TASKLET_STATE_SCHED check in rxe_task.cBob Pearson2023-04-121-2/+2
* RDMA/rxe: Clean kzalloc failure pathsLeon Romanovsky2023-03-302-23/+9
* RDMA/rxe: Remove tasklet call from rxe_cq.cBob Pearson2023-03-293-33/+3
* RDMA/rxe: Rewrite rxe_task.cBob Pearson2023-03-242-56/+218
* RDMA/rxe: Make tasks schedule each otherBob Pearson2023-03-242-6/+6
* RDMA/rxe: Remove __rxe_do_task()Bob Pearson2023-03-243-58/+17
* RDMA/rxe: Remove qp reference counting in tasksBob Pearson2023-03-243-14/+0
* RDMA/rxe: Cleanup error state handling in rxe_comp.cBob Pearson2023-03-243-23/+61
* RDMA/rxe: Cleanup reset state handling in rxe_resp.cBob Pearson2023-03-242-51/+57
* RDMA/rxe: Convert tasklet args to queue pairsBob Pearson2023-03-246-18/+17
* RDMA/rxe: Add error messagesBob Pearson2023-03-245-241/+609
* RDMA/rxe: Extend dbg log messages to err and infoBob Pearson2023-03-242-3/+47
* RDMA/rxe: Change rxe_dbg to rxe_dbg_devBob Pearson2023-03-249-24/+25
* RDMA/rxe: Replace exists by rxe in rxe.cBob Pearson2023-03-241-6/+6