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 Torvalds2024-07-193-4/+7
|\
| * RDMA/core: Introduce "name_assign_type" for an IB deviceMark Zhang2024-07-041-0/+1
| * RDMA: Pass entire uverbs attr bundle to create cq functionAkiva Goldberger2024-06-271-1/+2
| * RDMA/rxe: Don't set BTH_ACK_MASK for UC or UD QPsHonggang LI2024-06-261-3/+4
* | RDMA/rxe: Fix responder length checking for UD request packetsHonggang LI2024-06-091-0/+13
* | RDMA/rxe: Fix data copy for IB_SEND_INLINEHonggang LI2024-05-301-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2024-05-1811-165/+113
|\
| * RDMA/rxe: Let destroy qp succeed with stuck packetBob Pearson2024-04-222-12/+32
| * RDMA/rxe: Get rid of pkt resend on errBob Pearson2024-04-222-18/+3
| * RDMA/rxe: Make rxe_loopback match rxe_send behaviorBob Pearson2024-04-221-0/+6
| * RDMA/rxe: Fix incorrect rxe_put in error pathBob Pearson2024-04-221-10/+2
| * RDMA/rxe: Don't call direct between tasksBob Pearson2024-04-223-23/+4
| * RDMA/rxe: Don't call rxe_requester from rxe_completerBob Pearson2024-04-222-7/+11
| * RDMA/rxe: Don't schedule rxe_completer from rxe_requesterBob Pearson2024-04-222-13/+2
| * RDMA/rxe: Remove save/rollback_state in rxe_requesterBob Pearson2024-04-221-38/+2
| * RDMA/rxe: Merge request and complete tasksBob Pearson2024-04-2210-55/+63
| * RDMA/rxe: Remove redundant scheduling of rxe_completerBob Pearson2024-04-221-5/+0
| * RDMA/rxe: Allow good work requests to be executedBob Pearson2024-04-221-1/+5
| * RDMA/rxe: Fix seg fault in rxe_comp_queue_pktBob Pearson2024-04-221-3/+3
| * RDMA/rxe: Return the correct errnoZhu Yanjun2024-04-111-2/+2
* | RDMA/rxe: Fix the problem "mutex_destroy missing"Yanjun.Zhu2024-04-011-0/+2
|/
* RDMA/rxe: Remove unused 'iova' parameter from rxe_mr_init_userGuoqing Jiang2024-02-043-3/+3
* RDMA/rxe: Remove rxe_info from rxe_set_mtuLi Zhijian2024-01-251-2/+0
* RDMA/rxe: Improve newline in printing messagesLi Zhijian2024-01-2510-139/+139
* 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