summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/verbs.c
AgeCommit message (Expand)Author
2021-11-16RDMA/core: Set send and receive CQ before forwarding to the driverLeon Romanovsky
2021-10-28RDMA/core: Fix missed initialization of rdma_hw_stats::lockMark Zhang
2021-10-12RDMA/counter: Add an is_disabled field in struct rdma_hw_statsAharon Landau
2021-10-12RDMA/core: Add a helper API rdma_free_hw_stats_structMark Zhang
2021-08-03RDMA/core: Create clean QP creations interface for uverbsLeon Romanovsky
2021-08-03RDMA/core: Properly increment and decrement QP usecntsLeon Romanovsky
2021-08-03RDMA/core: Configure selinux QP during creationLeon Romanovsky
2021-08-03RDMA/core: Reorganize create QP low-level functionsLeon Romanovsky
2021-08-03RDMA/core: Remove protection from wrong in-kernel API usageLeon Romanovsky
2021-08-03RDMA/core: Delete duplicated and unreachable codeLeon Romanovsky
2021-08-03RDMA/mlx5: Drop in-driver verbs object creationsLeon Romanovsky
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky
2021-06-21RDMA/core: Fix incorrect print format specifierWenpeng Liang
2021-05-11RDMA/core: Remove never used ib_modify_wq function callLeon Romanovsky
2021-04-22RDMA/restrack: Add support to get resource tracking for SRQNeta Ostrovsky
2021-04-12RDMA/core: Correct format of block commentsWenpeng Liang
2021-04-07RDMA/core: Make the wc status prompt message clearerYixian Liu
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch
2021-02-02IB/core: Use valid port number to check link layerParav Pandit
2020-12-10RDMA/core: Update kernel documentation for ib_create_named_qp()Lukas Bulwahn
2020-12-07IB: Fix kernel-doc markupsMauro Carvalho Chehab
2020-11-27RDMA/restrack: Support all QP typesLeon Romanovsky
2020-11-16RDMA/efa: Remove .create_ah callback assignmentGal Pressman
2020-10-28RDMA/core: Fix error return in _ib_modify_qp()Jing Xiangfeng
2020-10-26RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe
2020-10-01RDMA/core: Modify enum ib_gid_type and enum rdma_network_typeAvihai Horon
2020-09-22RDMA/restrack: Improve readability in task name managementLeon Romanovsky
2020-09-22RDMA/restrack: Simplify restrack tracking in kernel flowsLeon Romanovsky
2020-09-22RDMA/restrack: Count references to the verbs objectsLeon Romanovsky
2020-09-18Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe
2020-09-18RDMA: Fix link active_speed sizeAharon Landau
2020-09-17RDMA: Convert RWQ table logic to ib_core allocation schemeLeon Romanovsky
2020-09-09RDMA: Restore ability to return error for destroy WQLeon Romanovsky
2020-09-09RDMA: Change XRCD destroy return valueLeon Romanovsky
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky
2020-09-09RDMA: Restore ability to fail on AH destroyLeon Romanovsky
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky
2020-09-02RDMA/core: Fix reported speed and widthKamal Heib
2020-07-27RDMA/core: Fix return error value in _ib_modify_qp() to negativeLi Heng
2020-07-24RDMA/mlx5: Add missing srcu_read_lock in ODP implicit flowMaor Gottlieb
2020-07-06RDMA: Move XRCD to be under ib_core responsibilityLeon Romanovsky
2020-07-06RDMA/core: Optimize XRC target lookupMaor Gottlieb
2020-07-06RDMA/core: Clean ib_alloc_xrcd() and reuse it to allocate XRC domainMaor Gottlieb
2020-07-06RDMA: Remove the udata parameter from alloc_mr callbackGal Pressman
2020-07-06RDMA/core: Remove ib_alloc_mr_user functionGal Pressman
2020-07-06RDMA/core: Check for error instead of success in alloc MR functionGal Pressman
2020-06-24RDMA/core: Delete not-used create RWQ table functionLeon Romanovsky
2020-06-22RDMA: Correct trivial kernel-doc inconsistenciesColton Lewis
2020-06-02RDMA/core: Remove FMR device opsMax Gurtovoy