summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/ocrdma/ocrdma_verbs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Remove unnecessary ternary operatorsRuan Jinjie2023-07-311-1/+1
* RDMA/ocrdma: remove unused discard_cnt variableTom Rix2023-03-291-2/+0
* RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-061-1/+1
* RDMA/ocrdma: Remove unneeded variableMinghao Chi2022-01-051-6/+2
* RDMA/ocrdma: Simplify code in 'ocrdma_search_mmap()'Christophe JAILLET2021-11-291-3/+3
* RDMA/ocrdma: Use helper function to set GUIDsKamal Heib2021-11-171-1/+3
* RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-031-16/+9
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-261-2/+2
* RDMA/ocrdma: Fix use after free in ocrdma_dealloc_ucontext_pd()Tom Rix2021-01-071-1/+1
* RDMA: Check create_flags during create_qpJason Gunthorpe2020-10-261-0/+3
* RDMA: Check flags during create_cqJason Gunthorpe2020-10-261-1/+1
* RDMA: Check attr_mask during modify_qpJason Gunthorpe2020-10-261-0/+3
* RDMA: Check srq_type during create_srqJason Gunthorpe2020-10-261-0/+3
* Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe2020-09-181-1/+1
|\
| * RDMA: Fix link active_speed sizeAharon Landau2020-09-181-1/+1
* | RDMA/ocrdma: Remove fbo from MRJason Gunthorpe2020-09-111-1/+0
* | RDMA/ocrdma: Use ib_umem_num_dma_blocks() instead of ib_umem_page_count()Jason Gunthorpe2020-09-111-12/+5
* | RDMA/umem: Replace for_each_sg_dma_page with rdma_umem_for_each_dma_blockJason Gunthorpe2020-09-091-4/+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-2/+3
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-2/+2
* RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman2020-07-071-1/+1
* RDMA: Remove 'max_map_per_fmr'Jason Gunthorpe2020-06-031-1/+0
* RDMA: Remove 'max_fmr'Jason Gunthorpe2020-06-031-1/+0
* RDMA/providers: Fix return value when QP type isn't supportedKamal Heib2020-03-041-1/+1
* IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua2020-01-161-1/+1
* IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig2019-11-171-1/+1
* RDMA/ocrdma: Remove unsupported modify_port callbackKamal Heib2019-11-061-6/+0
* RDMA: Introduce ib_port_phys_state enumKamal Heib2019-08-121-2/+2
* RDMA: Check umem pointer validity prior to releaseLeon Romanovsky2019-06-201-2/+1
* RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-18/+11
* RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-111-4/+2
* RDMA/drivers: Convert easy drivers to use ib_device_set_netdev()Jason Gunthorpe2019-04-091-18/+0
* RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-081-27/+20
* IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-19/+31
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-8/+7
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-24/+14
* RDMA/ocrdma: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem2019-02-111-32/+23
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-091-53/+39
* Merge branch 'devx-async' into k.o/for-nextJason Gunthorpe2019-01-291-3/+3
|\
| * cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-3/+3
* | RDMA/ocrdma: Fix out of bounds index check in query pkeyGal Pressman2019-01-111-1/+1
* | IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe2019-01-111-1/+1
|/
* RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-191-3/+4
* IB/{mlx5,ocrdma,qedr,rxe}: Omit port validation from IB verbsYuval Shaia2018-12-111-12/+0
* RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-041-2/+1
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-311-8/+8
* RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-311-6/+6
* RDMA/ocrdma: Make ocrdma_destroy_qp() easier to analyzeBart Van Assche2018-07-111-5/+5