index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
mellanox
/
mlx5
/
core
/
debugfs.c
Age
Commit message (
Expand
)
Author
2024-04-03
net/mlx5e: debugfs, Add reset option for command interface stats
Tariq Toukan
2023-07-27
net/mlx5: Allocate command stats with xarray
Shay Drory
2023-07-27
net/mlx5: Re-organize mlx5_cmd struct
Shay Drory
2023-06-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2023-06-11
net/mlx5: Nullify qp->dbg pointer post destruction
Patrisious Haddad
2023-06-09
net/mlx5: Add new page type for EC VF pages
Daniel Jurgens
2023-02-07
net/mlx5: Expose SF firmware pages counter
Maher Sanalla
2023-02-07
net/mlx5: Store page counters in a single array
Maher Sanalla
2022-07-13
net/mlx5: debugfs, Add num of in-use FW command interface slots
Tariq Toukan
2022-05-17
net/mlx5: Add last command failure syndrome to debugfs
Moshe Shemesh
2022-03-10
net/mlx5: Delete useless module.h include
Leon Romanovsky
2022-03-09
net/mlx5: Add debugfs counters for page commands failures
Moshe Shemesh
2022-03-09
net/mlx5: Add pages debugfs
Moshe Shemesh
2022-03-09
net/mlx5: Move debugfs entries to separate struct
Moshe Shemesh
2022-03-09
net/mlx5: Add command failures data to debugfs
Moshe Shemesh
2021-11-16
net/mlx5e: nullify cq->dbg pointer in mlx5_debug_cq_remove()
Valentine Fatiev
2020-05-29
net/mlx5: cmd: Fix memset with byte count warning
Saeed Mahameed
2020-05-29
net/mlx5: reduce stack usage in qp_read_field
Arnd Bergmann
2020-04-23
net/mlx5: Update debugfs.c to new cmd interface
Leon Romanovsky
2020-04-23
net/mlx5: Update cq.c to new cmd interface
Leon Romanovsky
2020-04-19
net/mlx5: Move QP logic to mlx5_ib
Leon Romanovsky
2020-04-19
net/mlx5: Replace hand written QP context struct with automatic getters
Leon Romanovsky
2019-08-10
mlx5: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2018-11-20
net/mlx5: EQ, Privatize eq_table and friends
Saeed Mahameed
2018-11-20
net/mlx5: EQ, Create all EQs in one place
Saeed Mahameed
2018-07-11
net/mlx5: fix uaccess beyond "count" in debugfs read/write handlers
Jann Horn
2018-06-06
treewide: Use struct_size() for kmalloc()-family
Kees Cook
2017-06-16
net/mlx5: Avoid using multiple blank lines
Or Gerlitz
2017-05-14
{net, IB}/mlx5: Replace mlx5_vzalloc with kvzalloc
Leon Romanovsky
2016-08-17
{net,IB}/mlx5: QP/XRCD commands via mlx5 ifc
Saeed Mahameed
2016-08-14
{net,IB}/mlx5: CQ commands via mlx5 ifc
Saeed Mahameed
2016-08-14
net/mlx5: EQ commands via mlx5 ifc
Saeed Mahameed
2015-04-02
net/mlx5_core: Fix Mellanox copyright note
Saeed Mahameed
2015-01-13
mlx5: avoid build warnings on 32-bit
Arnd Bergmann
2014-01-22
mlx5_core: Improve debugfs readability
Eli Cohen
2013-11-08
IB/mlx5: Multithreaded create MR
Eli Cohen
2013-07-16
mlx5 core: Fix __udivdi3 when compiling for 32 bit arches
Tim Gardner
2013-07-11
mlx5: Return -EFAULT instead of -EPERM
Dan Carpenter
2013-07-08
mlx5_core: Fixes for sparse warnings
Roland Dreier
2013-07-08
mlx5: Add driver for Mellanox Connect-IB adapters
Eli Cohen