summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/debugfs.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-27net/mlx5: Allocate command stats with xarrayShay Drory1-1/+29
2023-07-27net/mlx5: Re-organize mlx5_cmd structShay Drory1-2/+2
2023-06-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-3/+3
2023-06-11net/mlx5: Nullify qp->dbg pointer post destructionPatrisious Haddad1-3/+3
2023-06-10net/mlx5: Add new page type for EC VF pagesDaniel Jurgens1-0/+1
2023-02-08net/mlx5: Expose SF firmware pages counterMaher Sanalla1-0/+1
2023-02-08net/mlx5: Store page counters in a single arrayMaher Sanalla1-2/+2
2022-07-14net/mlx5: debugfs, Add num of in-use FW command interface slotsTariq Toukan1-0/+24
2022-05-18net/mlx5: Add last command failure syndrome to debugfsMoshe Shemesh1-0/+2
2022-03-11net/mlx5: Delete useless module.h includeLeon Romanovsky1-1/+0
2022-03-10net/mlx5: Add debugfs counters for page commands failuresMoshe Shemesh1-0/+4
2022-03-10net/mlx5: Add pages debugfsMoshe Shemesh1-0/+17
2022-03-10net/mlx5: Move debugfs entries to separate structMoshe Shemesh1-12/+18
2022-03-10net/mlx5: Add command failures data to debugfsMoshe Shemesh1-0/+7
2021-11-16net/mlx5e: nullify cq->dbg pointer in mlx5_debug_cq_remove()Valentine Fatiev1-1/+3
2020-05-30net/mlx5: cmd: Fix memset with byte count warningSaeed Mahameed1-1/+1
2020-05-30net/mlx5: reduce stack usage in qp_read_fieldArnd Bergmann1-3/+9
2020-04-23net/mlx5: Update debugfs.c to new cmd interfaceLeon Romanovsky1-11/+4
2020-04-23net/mlx5: Update cq.c to new cmd interfaceLeon Romanovsky1-1/+1
2020-04-19net/mlx5: Move QP logic to mlx5_ibLeon Romanovsky1-2/+4
2020-04-19net/mlx5: Replace hand written QP context struct with automatic gettersLeon Romanovsky1-31/+20
2019-08-11mlx5: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-92/+10
2018-11-20net/mlx5: EQ, Privatize eq_table and friendsSaeed Mahameed1-0/+1
2018-11-20net/mlx5: EQ, Create all EQs in one placeSaeed Mahameed1-0/+10
2018-07-11net/mlx5: fix uaccess beyond "count" in debugfs read/write handlersJann Horn1-20/+2
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-1/+1
2017-06-16net/mlx5: Avoid using multiple blank linesOr Gerlitz1-3/+0
2017-05-14{net, IB}/mlx5: Replace mlx5_vzalloc with kvzallocLeon Romanovsky1-1/+1
2016-08-17{net,IB}/mlx5: QP/XRCD commands via mlx5 ifcSaeed Mahameed1-5/+9
2016-08-14{net,IB}/mlx5: CQ commands via mlx5 ifcSaeed Mahameed1-9/+9
2016-08-14net/mlx5: EQ commands via mlx5 ifcSaeed Mahameed1-9/+9
2015-04-02net/mlx5_core: Fix Mellanox copyright noteSaeed Mahameed1-1/+1
2015-01-14mlx5: avoid build warnings on 32-bitArnd Bergmann1-3/+3
2014-01-23mlx5_core: Improve debugfs readabilityEli Cohen1-6/+33
2013-11-09IB/mlx5: Multithreaded create MREli Cohen1-4/+4
2013-07-16mlx5 core: Fix __udivdi3 when compiling for 32 bit archesTim Gardner1-1/+1
2013-07-12mlx5: Return -EFAULT instead of -EPERMDan Carpenter1-8/+4
2013-07-08mlx5_core: Fixes for sparse warningsRoland Dreier1-2/+2
2013-07-08mlx5: Add driver for Mellanox Connect-IB adaptersEli Cohen1-0/+587