summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/siw/siw_verbs.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/siw: Correct wrong debug messageGuoqing Jiang2023-08-221-1/+1
* RDMA/siw: Fabricate a GID on tun and loopback devicesChuck Lever2023-07-211-2/+2
* RDMA/siw: use vmalloc_array and vcallocJulia Lawall2023-07-211-3/+3
* RDMA: Add ib_virt_dma_to_page()Jason Gunthorpe2023-04-161-2/+2
* RDMA/siw: Fix immediate work request flush to completion queueBernard Metzler2022-11-091-4/+36
* RDMA/siw: Fix QP destroy to wait for all references dropped.Bernard Metzler2022-09-201-0/+3
* RDMA: remove useless condition in siw_create_cq()Andrey Strachuk2022-07-181-1/+1
* RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-061-2/+2
* RDMA/siw: Fix refcounting leak in siw_create_qp()Dan Carpenter2022-01-281-1/+2
* RDMA/siw: Use max() instead of doing it manuallyJiapeng Chong2021-12-061-1/+1
* RDMA/siw: Use helper function to set sys_image_guidKamal Heib2021-11-251-1/+3
* RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-031-31/+23
* RDMA/siw: Release xarray entryLeon Romanovsky2021-05-101-1/+1
* RDMA/siw: Properly check send and receive CQ pointersLeon Romanovsky2021-05-101-6/+3
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-261-4/+4
* RDMA/siw: Fix handling of zero-sized Read and Receive Queues.Bernard Metzler2021-01-081-6/+14
* RDMA: Check create_flags during create_qpJason Gunthorpe2020-10-261-0/+3
* RDMA: Check flags during create_cqJason Gunthorpe2020-10-261-0/+3
* RDMA: Check attr_mask during modify_qpJason Gunthorpe2020-10-261-0/+3
* RDMA: Check srq_type during create_srqJason Gunthorpe2020-10-261-0/+3
* RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-091-1/+2
* RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky2020-09-091-1/+2
* RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2020-09-091-1/+2
* RDMA/siw: Remove the query_pkey callbackKamal Heib2020-07-201-9/+0
* RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman2020-07-061-1/+1
* RDMA: Remove 'max_fmr'Jason Gunthorpe2020-06-021-1/+0
* RDMA/providers: Fix return value when QP type isn't supportedKamal Heib2020-03-041-1/+1
* RDMA/siw: Fix setting active_{speed, width} attributesKamal Heib2020-02-271-3/+4
* RDMA/siw: Fix setting active_mtu attributeKamal Heib2020-02-111-1/+1
* RDMA/siw: Simplify QP representationBernard Metzler2020-01-031-37/+24
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-11-271-121/+217
|\
| * RDMA/siw: Cleanup unused mmap structures.Bernard Metzler2019-11-141-2/+0
| * RDMA/siw: Use the common mmap_xa helpersMichal Kalderon2019-11-061-98/+97
| * RDMA/siw: Fix post_recv QP state lockingBernard Metzler2019-10-281-1/+0
| * RDMA/siw: Fix SQ/RQ drain logicBernard Metzler2019-10-221-22/+122
* | RDMA/siw: free siw_base_qp in kref release routineKrishnamraju Eraparaju2019-10-181-2/+0
|/
* Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe2019-09-131-20/+20
|\
| * RDMA/siw: Fix 64/32bit pointer inconsistencyBernard Metzler2019-08-231-20/+20
* | Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe2019-08-211-5/+11
|\|
| * RDMA/siw: Change CQ flags from 64->32 bitsBernard Metzler2019-08-131-5/+11
* | RDMA: Introduce ib_port_phys_state enumKamal Heib2019-08-121-1/+2
|/
* rdma/siw: application interfaceBernard Metzler2019-07-021-0/+1760