aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/debugfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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