summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/siw/siw_verbs.c
AgeCommit message (Expand)Author
2025-01-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2024-12-25RDMA/siw: Remove deliver net device eventYuyu Li
2024-12-19RDMA/siw: Remove direct link to net_deviceBernard Metzler
2024-06-27RDMA: Pass entire uverbs attr bundle to create cq functionAkiva Goldberger
2023-12-04RDMA/siw: Set qp_state in siw_query_qpGuoqing Jiang
2023-11-15RDMA/siw: Only check attrs->cap.max_send_wr in siw_create_qpGuoqing Jiang
2023-11-15RDMA/siw: Remove goto lable in siw_mmapGuoqing Jiang
2023-11-13RDMA/siw: Use ib_umem_get() to pin user pagesBernard Metzler
2023-09-11IB: Use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski
2023-08-22RDMA/siw: Correct wrong debug messageGuoqing Jiang
2023-07-21RDMA/siw: Fabricate a GID on tun and loopback devicesChuck Lever
2023-07-21RDMA/siw: use vmalloc_array and vcallocJulia Lawall
2023-04-16RDMA: Add ib_virt_dma_to_page()Jason Gunthorpe
2022-11-09RDMA/siw: Fix immediate work request flush to completion queueBernard Metzler
2022-09-20RDMA/siw: Fix QP destroy to wait for all references dropped.Bernard Metzler
2022-07-18RDMA: remove useless condition in siw_create_cq()Andrey Strachuk
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe
2022-01-28RDMA/siw: Fix refcounting leak in siw_create_qp()Dan Carpenter
2021-12-06RDMA/siw: Use max() instead of doing it manuallyJiapeng Chong
2021-11-25RDMA/siw: Use helper function to set sys_image_guidKamal Heib
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky
2021-05-10RDMA/siw: Release xarray entryLeon Romanovsky
2021-05-10RDMA/siw: Properly check send and receive CQ pointersLeon Romanovsky
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch
2021-01-08RDMA/siw: Fix handling of zero-sized Read and Receive Queues.Bernard Metzler
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe
2020-10-26RDMA: Check srq_type during create_srqJason Gunthorpe
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky
2020-07-20RDMA/siw: Remove the query_pkey callbackKamal Heib
2020-07-06RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman
2020-06-02RDMA: Remove 'max_fmr'Jason Gunthorpe
2020-03-04RDMA/providers: Fix return value when QP type isn't supportedKamal Heib
2020-02-27RDMA/siw: Fix setting active_{speed, width} attributesKamal Heib
2020-02-11RDMA/siw: Fix setting active_mtu attributeKamal Heib
2020-01-03RDMA/siw: Simplify QP representationBernard Metzler
2019-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-11-14RDMA/siw: Cleanup unused mmap structures.Bernard Metzler
2019-11-06RDMA/siw: Use the common mmap_xa helpersMichal Kalderon
2019-10-28RDMA/siw: Fix post_recv QP state lockingBernard Metzler
2019-10-22RDMA/siw: Fix SQ/RQ drain logicBernard Metzler
2019-10-18RDMA/siw: free siw_base_qp in kref release routineKrishnamraju Eraparaju
2019-09-13Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe
2019-08-23RDMA/siw: Fix 64/32bit pointer inconsistencyBernard Metzler
2019-08-21Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe
2019-08-13RDMA/siw: Change CQ flags from 64->32 bitsBernard Metzler
2019-08-12RDMA: Introduce ib_port_phys_state enumKamal Heib