summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/siw/siw_verbs.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/siw: Fix handling of zero-sized Read and Receive Queues.Bernard Metzler2021-03-041-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