aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/siw/siw_verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-20RDMA/siw: Fix QP destroy to wait for all references dropped.Bernard Metzler1-0/+3
2022-07-18RDMA: remove useless condition in siw_create_cq()Andrey Strachuk1-1/+1
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe1-2/+2
2022-01-28RDMA/siw: Fix refcounting leak in siw_create_qp()Dan Carpenter1-1/+2
2021-12-06RDMA/siw: Use max() instead of doing it manuallyJiapeng Chong1-1/+1
2021-11-25RDMA/siw: Use helper function to set sys_image_guidKamal Heib1-1/+3
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky1-31/+23
2021-05-10RDMA/siw: Release xarray entryLeon Romanovsky1-1/+1
2021-05-10RDMA/siw: Properly check send and receive CQ pointersLeon Romanovsky1-6/+3
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch1-4/+4
2021-01-08RDMA/siw: Fix handling of zero-sized Read and Receive Queues.Bernard Metzler1-6/+14
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe1-0/+3
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe1-0/+3
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe1-0/+3
2020-10-26RDMA: Check srq_type during create_srqJason Gunthorpe1-0/+3
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky1-1/+2
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky1-1/+2
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky1-1/+2
2020-07-20RDMA/siw: Remove the query_pkey callbackKamal Heib1-9/+0
2020-07-06RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman1-1/+1
2020-06-02RDMA: Remove 'max_fmr'Jason Gunthorpe1-1/+0
2020-03-04RDMA/providers: Fix return value when QP type isn't supportedKamal Heib1-1/+1
2020-02-27RDMA/siw: Fix setting active_{speed, width} attributesKamal Heib1-3/+4
2020-02-11RDMA/siw: Fix setting active_mtu attributeKamal Heib1-1/+1
2020-01-03RDMA/siw: Simplify QP representationBernard Metzler1-37/+24
2019-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-121/+217
2019-11-14RDMA/siw: Cleanup unused mmap structures.Bernard Metzler1-2/+0
2019-11-06RDMA/siw: Use the common mmap_xa helpersMichal Kalderon1-98/+97
2019-10-28RDMA/siw: Fix post_recv QP state lockingBernard Metzler1-1/+0
2019-10-22RDMA/siw: Fix SQ/RQ drain logicBernard Metzler1-22/+122
2019-10-18RDMA/siw: free siw_base_qp in kref release routineKrishnamraju Eraparaju1-2/+0
2019-09-13Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe1-20/+20
2019-08-23RDMA/siw: Fix 64/32bit pointer inconsistencyBernard Metzler1-20/+20
2019-08-21Merge branch 'odp_fixes' into rdma.git for-nextJason Gunthorpe1-5/+11
2019-08-13RDMA/siw: Change CQ flags from 64->32 bitsBernard Metzler1-5/+11
2019-08-12RDMA: Introduce ib_port_phys_state enumKamal Heib1-1/+2
2019-07-02rdma/siw: application interfaceBernard Metzler1-0/+1760