aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/infiniband/core/verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-11-13RDMA/core: Fix uninit-value access in ib_get_eth_speed()Shigeru Yoshida1-1/+1
2023-09-26IB/core: Add support for XDR link speedOr Har-Toov1-0/+3
2023-09-11RDMA/core: Fix repeated words in commentsRohit Chavan1-2/+2
2023-08-13IB/core: Add more speed parsing in ib_get_width_and_speed()Kalesh AP1-1/+10
2023-07-30RDMA/core: Get IB width and speed from netdevHaoyue Xu1-21/+79
2023-04-13RDMA/core: Fix GID entry ref leak when create_ah failsSaravanan Vajravel1-0/+2
2023-01-10RDMA/core: Fix ib block iterator counter overflowYonatan Nachum1-2/+5
2022-09-22RDMA/core: Clean up a variable name in ib_create_srq_user()Dan Carpenter1-1/+1
2022-09-22IB: Set IOVA/LENGTH on IB_MR in core/uverbs layersDaisuke Matsuda1-0/+2
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe1-4/+4
2022-03-14Revert "RDMA/core: Fix ib_qp_usecnt_dec() called when error"Leon Romanovsky1-1/+2
2022-03-04RDMA/core: Fix ib_qp_usecnt_dec() called when errorYajun Deng1-2/+1
2022-02-28RDMA/core: Remove unnecessary statementsYajun Deng1-8/+0
2022-01-28RDMA/core: Set MR type in ib_reg_user_mrMaor Gottlieb1-0/+1
2021-11-16RDMA/core: Set send and receive CQ before forwarding to the driverLeon Romanovsky1-0/+3
2021-10-28RDMA/core: Fix missed initialization of rdma_hw_stats::lockMark Zhang1-0/+1
2021-10-12RDMA/counter: Add an is_disabled field in struct rdma_hw_statsAharon Landau1-0/+13
2021-10-12RDMA/core: Add a helper API rdma_free_hw_stats_structMark Zhang1-0/+35
2021-08-03RDMA/core: Create clean QP creations interface for uverbsLeon Romanovsky1-29/+43
2021-08-03RDMA/core: Properly increment and decrement QP usecntsLeon Romanovsky1-27/+33
2021-08-03RDMA/core: Configure selinux QP during creationLeon Romanovsky1-4/+7
2021-08-03RDMA/core: Reorganize create QP low-level functionsLeon Romanovsky1-9/+65
2021-08-03RDMA/core: Remove protection from wrong in-kernel API usageLeon Romanovsky1-10/+0
2021-08-03RDMA/core: Delete duplicated and unreachable codeLeon Romanovsky1-18/+4
2021-08-03RDMA/mlx5: Drop in-driver verbs object creationsLeon Romanovsky1-3/+4
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky1-19/+21
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