summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rxe
AgeCommit message (Expand)AuthorFilesLines
2024-02-04RDMA/rxe: Remove unused 'iova' parameter from rxe_mr_init_userGuoqing Jiang3-3/+3
2024-01-25RDMA/rxe: Remove rxe_info from rxe_set_mtuLi Zhijian1-2/+0
2024-01-25RDMA/rxe: Improve newline in printing messagesLi Zhijian10-139/+139
2023-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds7-102/+177
2023-08-22RDMA/rxe: Fix redundant break statement in switch-case.Rohit Chavan1-1/+0
2023-07-31RDMA/rxe: Fix incomplete state save in rxe_requesterBob Pearson1-20/+25
2023-07-31RDMA/rxe: Fix rxe_modify_srqBob Pearson2-30/+36
2023-07-31RDMA/rxe: Fix unsafe drain work queue codeBob Pearson2-0/+8
2023-07-31RDMA/rxe: Move work queue code to subroutinesBob Pearson1-51/+108
2023-07-18RDMA/rxe: Fix an error handling path in rxe_bind_mw()Christophe JAILLET1-1/+2
2023-06-30Merge 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-17RDMA/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