summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw
AgeCommit message (Expand)AuthorFilesLines
2024-08-19RDMA/rxe: Don't set BTH_ACK_MASK for UC or UD QPsHonggang LI1-3/+4
2024-05-02RDMA/rxe: Fix the problem "mutex_destroy missing"Yanjun.Zhu1-0/+2
2023-10-10RDMA/siw: Fix connection failure handlingBernard Metzler1-4/+12
2023-09-19RDMA/siw: Correct wrong debug messageGuoqing Jiang1-1/+1
2023-09-19RDMA/siw: Balance the reference of cep->kref in the error pathGuoqing Jiang1-1/+0
2023-06-21RDMA/rxe: Fix the use-before-initialization error of resp_pktsZhu Yanjun1-4/+3
2023-06-21RDMA/rxe: Removed unused name from rxe_task structBob Pearson3-12/+5
2023-06-21RDMA/rxe: Remove the unused variable objZhu Yanjun3-7/+5
2023-05-17RDMA/siw: Remove namespace check from siw_netdev_event()Tetsuo Handa1-3/+0
2023-05-17RDMA/rdmavt: Delete unnecessary NULL checkNatalia Petrova1-2/+0
2023-05-17RDMA/siw: Fix potential page_array out of range accessDaniil Dulov1-1/+1
2023-01-14RDMA/siw: Fix pointer cast warningArnd Bergmann1-1/+1
2023-01-14RDMA/rxe: Fix NULL-ptr-deref in rxe_qp_do_cleanup() when socket create failedZhang Xiaoxu1-3/+3
2023-01-14RDMA/siw: Set defined status for work completion with undefined statusBernard Metzler1-2/+2
2023-01-14RDMA/siw: Fix immediate work request flush to completion queueBernard Metzler2-6/+58
2022-10-26RDMA/siw: Always consume all skbuf data in sk_data_ready() upcall.Bernard Metzler1-12/+15
2022-10-26RDMA/rxe: Fix the error caused by qp->skZhu Yanjun1-2/+4
2022-10-26RDMA/rxe: Fix "kernel NULL pointer dereference" errorZhu Yanjun1-1/+3
2022-09-15RDMA/siw: Pass a pointer to virt_to_page()Linus Walleij1-4/+14
2022-08-25RDMA/rxe: Limit the number of calls to each taskletBob Pearson2-4/+18
2022-08-21RDMA/rxe: Fix error unwind in rxe_create_qp()Zhu Yanjun1-4/+8
2022-08-21RDMA/siw: Fix duplicated reported IW_CM_EVENT_CONNECT_REPLY eventCheng Xu1-3/+4
2022-06-09RDMA/rxe: Generate a completion for unsupported/invalid opcodeXiao Yang1-1/+1
2022-06-09IB/rdmavt: add missing locks in rvt_ruc_loopbackNiels Dossche1-1/+5
2022-05-12RDMA/siw: Fix a condition race issue in MPA request processingCheng Xu1-3/+4
2022-04-13IB/rdmavt: add lock to call to rvt_error_qp to prevent a race conditionNiels Dossche1-1/+5
2022-02-08RDMA/siw: Fix broken RDMA Read Fence/Resume logic.Bernard Metzler2-15/+12
2022-02-08IB/rdmavt: Validate remote_addr during loopback atomic testsMike Marciniszyn1-0/+2
2022-01-27RDMA/rxe: Fix a typo in opcode nameChengguang Xu1-1/+1
2021-11-18RDMA/rxe: Fix wrong port_cap_flagsJunji Wei1-1/+1
2021-07-19RDMA/rxe: Don't overwrite errno from ib_umem_get()Xiao Yang1-1/+1
2021-07-14RDMA/rxe: Fix qp reference counting for atomic opsBob Pearson2-3/+0
2021-07-14RDMA/rxe: Fix failure during driver loadKamal Heib1-3/+7
2021-05-26RDMA/rxe: Clear all QP fields if creation failedLeon Romanovsky1-0/+7
2021-05-26RDMA/siw: Release xarray entryLeon Romanovsky1-1/+1
2021-05-26RDMA/siw: Properly check send and receive CQ pointersLeon Romanovsky1-6/+3
2021-05-14RDMA/siw: Fix a use after free in siw_alloc_mrLv Yunlong1-2/+2
2021-05-14RDMA/rxe: Fix a bug in rxe_fill_ip_info()Bob Pearson1-1/+1
2021-03-09RDMA/rxe: Fix missing kconfig dependency on CRYPTOJulian Braha1-0/+1
2021-03-04RDMA/siw: Fix calculation of tx_valid_cpus sizeKamal Heib1-1/+1
2021-03-04RDMA/rxe: Correct skb on loopback pathBob Pearson1-0/+5
2021-03-04RDMA/rxe: Fix coding error in rxe_rcv_mcast_pktBob Pearson1-6/+10
2021-03-04RDMA/rxe: Fix coding error in rxe_recv.cBob Pearson1-3/+8
2021-03-04RDMA/siw: Fix handling of zero-sized Read and Receive Queues.Bernard Metzler5-146/+177
2021-01-09RDMA/siw,rxe: Make emulated devices virtual in the device treeJason Gunthorpe3-31/+1
2021-01-09RDMA/core: remove use of dma_virt_opsChristoph Hellwig9-31/+2
2020-12-30RDMA/rxe: Compute PSN windows correctlyBob Pearson1-1/+2
2020-11-12RMDA/sw: Don't allow drivers using dma_virt_ops on highmem configsChristoph Hellwig3-2/+4
2020-11-02RDMA: Fix software RDMA drivers for dma mapping errorParav Pandit3-5/+15
2020-10-27RDMA/rxe: Fix small problem in network_type patchBob Pearson2-5/+32