summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw
AgeCommit message (Expand)AuthorFilesLines
10 daysRDMA/rxe: Fix the failure of ibv_query_device() and ibv_query_device_ex() testsZhu Yanjun1-19/+6
10 daysRDMA/rxe: Remove the direct link to net_deviceZhu Yanjun6-20/+90
10 daysRDMA/rxe: Fix null deref on srq->rq.queue after resize failureZhu Yanjun1-6/+1
2025-10-15RDMA/siw: Always report immediate post SQ errorsBernard Metzler1-11/+14
2025-10-15RDMA/rxe: Fix race in do_task() when drainingGui-Dong Han1-2/+6
2025-08-28RDMA/siw: Fix the sendmsg byte count in siw_tcp_sendpagesPedro Falcato1-3/+2
2025-05-22RDMA/rxe: Fix slab-use-after-free Read in rxe_queue_cleanup bugZhu Yanjun1-4/+1
2025-02-08RDMA/rxe: Fix the warning "__rxe_cleanup+0x12c/0x170 [rdma_rxe]"Zhu Yanjun1-6/+5
2025-02-08RDMA/rxe: Fix mismatched max_msg_szzhenwei pi2-4/+3
2025-02-08RDMA/rxe: Improve newline in printing messagesLi Zhijian10-139/+139
2024-12-09RDMA/rxe: Set queue pair cur_qp_state when being queriedLiu Jian1-0/+1
2024-12-09RDMA/rxe: Fix the qp flush warnings in reqZhu Yanjun1-2/+4
2024-11-17RDMA/siw: Add sendpage_ok() check to disable MSG_SPLICE_PAGESShowrya M N1-0/+2
2024-08-03RDMA/rxe: Don't set BTH_ACK_MASK for UC or UD QPsHonggang LI1-3/+4
2024-06-27RDMA/rxe: Fix data copy for IB_SEND_INLINEHonggang LI1-1/+1
2024-06-27RDMA/rxe: Fix responder length checking for UD request packetsHonggang LI1-0/+13
2024-06-12RDMA/rxe: Fix incorrect rxe_put in error pathBob Pearson1-10/+2
2024-06-12RDMA/rxe: Allow good work requests to be executedBob Pearson1-1/+5
2024-06-12RDMA/rxe: Fix seg fault in rxe_comp_queue_pktBob Pearson1-3/+3
2024-04-27RDMA/rxe: Fix the problem "mutex_destroy missing"Yanjun.Zhu1-0/+2
2023-09-11RDMA/siw: Fix connection failure handlingBernard Metzler1-4/+12
2023-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds13-176/+238
2023-08-22RDMA/rxe: Fix redundant break statement in switch-case.Rohit Chavan1-1/+0
2023-08-22RDMA/siw: Call llist_reverse_order in siw_run_sqGuoqing Jiang1-7/+1
2023-08-22RDMA/siw: Correct wrong debug messageGuoqing Jiang1-1/+1
2023-08-22RDMA/siw: Balance the reference of cep->kref in the error pathGuoqing Jiang1-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-31RDMA/siw: Fix tx thread initialization.Bernard Metzler3-44/+43
2023-07-21RDMA/siw: Fabricate a GID on tun and loopback devicesChuck Lever3-16/+11
2023-07-21RDMA/siw: use vmalloc_array and vcallocJulia Lawall2-5/+5
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-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-5/+11
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
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-25tcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usageDavid Howells1-3/+2
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-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-7/+13
2023-06-14RDMA/rxe: Fix rxe_cq_postBob Pearson1-2/+2
2023-06-10mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes1-1/+1
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