aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-21RDMA/core: Fix incorrect print format specifierWenpeng Liang1-1/+1
2021-05-11RDMA/core: Remove never used ib_modify_wq function callLeon Romanovsky1-21/+0
2021-04-22RDMA/restrack: Add support to get resource tracking for SRQNeta Ostrovsky1-0/+7
2021-04-12RDMA/core: Correct format of block commentsWenpeng Liang1-1/+2
2021-04-07RDMA/core: Make the wc status prompt message clearerYixian Liu1-2/+2
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch1-14/+15
2021-02-02IB/core: Use valid port number to check link layerParav Pandit1-2/+2
2020-12-10RDMA/core: Update kernel documentation for ib_create_named_qp()Lukas Bulwahn1-0/+1
2020-12-07IB: Fix kernel-doc markupsMauro Carvalho Chehab1-2/+2
2020-11-27RDMA/restrack: Support all QP typesLeon Romanovsky1-5/+6
2020-11-16RDMA/efa: Remove .create_ah callback assignmentGal Pressman1-1/+1
2020-10-28RDMA/core: Fix error return in _ib_modify_qp()Jing Xiangfeng1-1/+3
2020-10-26RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe1-1/+4
2020-10-01RDMA/core: Modify enum ib_gid_type and enum rdma_network_typeAvihai Horon1-1/+1
2020-09-22RDMA/restrack: Improve readability in task name managementLeon Romanovsky1-5/+5
2020-09-22RDMA/restrack: Simplify restrack tracking in kernel flowsLeon Romanovsky1-5/+8
2020-09-22RDMA/restrack: Count references to the verbs objectsLeon Romanovsky1-7/+11
2020-09-18Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe1-2/+2
2020-09-18RDMA: Fix link active_speed sizeAharon Landau1-1/+1
2020-09-17RDMA: Convert RWQ table logic to ib_core allocation schemeLeon Romanovsky1-23/+0
2020-09-09RDMA: Restore ability to return error for destroy WQLeon Romanovsky1-6/+9
2020-09-09RDMA: Change XRCD destroy return valueLeon Romanovsky1-2/+6
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky1-2/+7
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky1-2/+6
2020-09-09RDMA: Restore ability to fail on AH destroyLeon Romanovsky1-2/+6
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky1-2/+6
2020-09-02RDMA/core: Fix reported speed and widthKamal Heib1-1/+1
2020-07-27RDMA/core: Fix return error value in _ib_modify_qp() to negativeLi Heng1-1/+1
2020-07-24RDMA/mlx5: Add missing srcu_read_lock in ODP implicit flowMaor Gottlieb1-0/+3
2020-07-06RDMA: Move XRCD to be under ib_core responsibilityLeon Romanovsky1-9/+19
2020-07-06RDMA/core: Optimize XRC target lookupMaor Gottlieb1-36/+21
2020-07-06RDMA/core: Clean ib_alloc_xrcd() and reuse it to allocate XRC domainMaor Gottlieb1-6/+18
2020-07-06RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman1-1/+1
2020-07-06RDMA/core: Remove ib_alloc_mr_user functionGal Pressman1-6/+5
2020-07-06RDMA/core: Check for error instead of success in alloc MR functionGal Pressman1-12/+13
2020-06-24RDMA/core: Delete not-used create RWQ table functionLeon Romanovsky1-39/+0
2020-06-22RDMA: Correct trivial kernel-doc inconsistenciesColton Lewis1-2/+2
2020-06-02RDMA/core: Remove FMR device opsMax Gurtovoy1-48/+0
2020-05-29RDMA/core: Add protection for shared CQs used by ULPsYamin Friedman1-0/+9
2020-05-17RDMA/core: Consolidate ib_create_srq flowsJason Gunthorpe1-7/+22
2020-05-02RDMA/core: Get xmit slave for LAGMaor Gottlieb1-18/+43
2020-05-02RDMA: Group create AH arguments in structMaor Gottlieb1-1/+4
2020-04-14IB: Fix some documentation warningsMauro Carvalho Chehab1-2/+5
2020-03-10RDMA/core: Remove the duplicate header fileZhu Yanjun1-2/+0
2020-03-10Merge tag 'v5.6-rc5' into rdma.git for-nextJason Gunthorpe1-10/+0
2020-03-04RDMA/core: Fix protection fault in ib_mr_pool_destroyMaor Gottlieb1-10/+0
2020-02-18RDMA/core: Get rid of ib_create_qp_userJason Gunthorpe1-7/+15
2020-01-21Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe1-0/+41
2020-01-16IB/core: Add interface to advise_mr for kernel usersMoni Shoua1-0/+11
2020-01-16IB/core: Introduce ib_reg_user_mrMoni Shoua1-0/+30