aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-13net/mlx5: debugfs, Add num of in-use FW command interface slotsTariq Toukan1-0/+24
2022-05-17net/mlx5: Add last command failure syndrome to debugfsMoshe Shemesh1-0/+2
2022-03-10net/mlx5: Delete useless module.h includeLeon Romanovsky1-1/+0
2022-03-09net/mlx5: Add debugfs counters for page commands failuresMoshe Shemesh1-0/+4
2022-03-09net/mlx5: Add pages debugfsMoshe Shemesh1-0/+17
2022-03-09net/mlx5: Move debugfs entries to separate structMoshe Shemesh1-12/+18
2022-03-09net/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-29net/mlx5: cmd: Fix memset with byte count warningSaeed Mahameed1-1/+1
2020-05-29net/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-10mlx5: 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-13mlx5: avoid build warnings on 32-bitArnd Bergmann1-3/+3
2014-01-22mlx5_core: Improve debugfs readabilityEli Cohen1-6/+33
2013-11-08IB/mlx5: Multithreaded create MREli Cohen1-4/+4
2013-07-16mlx5 core: Fix __udivdi3 when compiling for 32 bit archesTim Gardner1-1/+1
2013-07-11mlx5: 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