summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/verbs.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/core: Fix uninit-value access in ib_get_eth_speed()Shigeru Yoshida2023-11-131-1/+1
* IB/core: Add support for XDR link speedOr Har-Toov2023-09-261-0/+3
* RDMA/core: Fix repeated words in commentsRohit Chavan2023-09-111-2/+2
* IB/core: Add more speed parsing in ib_get_width_and_speed()Kalesh AP2023-08-131-1/+10
* RDMA/core: Get IB width and speed from netdevHaoyue Xu2023-07-301-21/+79
* RDMA/core: Fix GID entry ref leak when create_ah failsSaravanan Vajravel2023-04-131-0/+2
* RDMA/core: Fix ib block iterator counter overflowYonatan Nachum2023-01-101-2/+5
* RDMA/core: Clean up a variable name in ib_create_srq_user()Dan Carpenter2022-09-221-1/+1
* IB: Set IOVA/LENGTH on IB_MR in core/uverbs layersDaisuke Matsuda2022-09-221-0/+2
* RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-061-4/+4
* Revert "RDMA/core: Fix ib_qp_usecnt_dec() called when error"Leon Romanovsky2022-03-141-1/+2
* RDMA/core: Fix ib_qp_usecnt_dec() called when errorYajun Deng2022-03-041-2/+1
* RDMA/core: Remove unnecessary statementsYajun Deng2022-02-281-8/+0
* RDMA/core: Set MR type in ib_reg_user_mrMaor Gottlieb2022-01-281-0/+1
* RDMA/core: Set send and receive CQ before forwarding to the driverLeon Romanovsky2021-11-161-0/+3
* RDMA/core: Fix missed initialization of rdma_hw_stats::lockMark Zhang2021-10-281-0/+1
* RDMA/counter: Add an is_disabled field in struct rdma_hw_statsAharon Landau2021-10-121-0/+13
* RDMA/core: Add a helper API rdma_free_hw_stats_structMark Zhang2021-10-121-0/+35
* RDMA/core: Create clean QP creations interface for uverbsLeon Romanovsky2021-08-031-29/+43
* RDMA/core: Properly increment and decrement QP usecntsLeon Romanovsky2021-08-031-27/+33
* RDMA/core: Configure selinux QP during creationLeon Romanovsky2021-08-031-4/+7
* RDMA/core: Reorganize create QP low-level functionsLeon Romanovsky2021-08-031-9/+65
* RDMA/core: Remove protection from wrong in-kernel API usageLeon Romanovsky2021-08-031-10/+0
* RDMA/core: Delete duplicated and unreachable codeLeon Romanovsky2021-08-031-18/+4
* RDMA/mlx5: Drop in-driver verbs object creationsLeon Romanovsky2021-08-031-3/+4
* RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-031-19/+21
* RDMA/core: Fix incorrect print format specifierWenpeng Liang2021-06-211-1/+1
* RDMA/core: Remove never used ib_modify_wq function callLeon Romanovsky2021-05-111-21/+0
* RDMA/restrack: Add support to get resource tracking for SRQNeta Ostrovsky2021-04-221-0/+7
* RDMA/core: Correct format of block commentsWenpeng Liang2021-04-121-1/+2
* RDMA/core: Make the wc status prompt message clearerYixian Liu2021-04-071-2/+2
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-261-14/+15
* IB/core: Use valid port number to check link layerParav Pandit2021-02-021-2/+2
* RDMA/core: Update kernel documentation for ib_create_named_qp()Lukas Bulwahn2020-12-101-0/+1
* IB: Fix kernel-doc markupsMauro Carvalho Chehab2020-12-071-2/+2
* RDMA/restrack: Support all QP typesLeon Romanovsky2020-11-271-5/+6
* RDMA/efa: Remove .create_ah callback assignmentGal Pressman2020-11-161-1/+1
* RDMA/core: Fix error return in _ib_modify_qp()Jing Xiangfeng2020-10-281-1/+3
* RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe2020-10-261-1/+4
* RDMA/core: Modify enum ib_gid_type and enum rdma_network_typeAvihai Horon2020-10-011-1/+1
* RDMA/restrack: Improve readability in task name managementLeon Romanovsky2020-09-221-5/+5
* RDMA/restrack: Simplify restrack tracking in kernel flowsLeon Romanovsky2020-09-221-5/+8
* RDMA/restrack: Count references to the verbs objectsLeon Romanovsky2020-09-221-7/+11
* Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe2020-09-181-2/+2
|\
| * RDMA: Fix link active_speed sizeAharon Landau2020-09-181-1/+1
| * RDMA/core: Fix reported speed and widthKamal Heib2020-09-021-1/+1
* | RDMA: Convert RWQ table logic to ib_core allocation schemeLeon Romanovsky2020-09-171-23/+0
* | RDMA: Restore ability to return error for destroy WQLeon Romanovsky2020-09-091-6/+9
* | RDMA: Change XRCD destroy return valueLeon Romanovsky2020-09-091-2/+6
* | RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-091-2/+7