index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
mellanox
/
mlx5
/
core
/
cmd.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-29
net/mlx5: Stop polling for command response if interface goes down
Moshe Shemesh
1
-1
/
+5
2025-07-18
net/mlx5: Fix memory leak in cmd_exec()
Chiara Meiohas
1
-2
/
+2
2025-05-15
net/mlx5: Use to_delayed_work()
Chen Ni
1
-2
/
+1
2025-03-08
net/mlx5: Limit non-privileged commands
Chiara Meiohas
1
-8
/
+77
2025-03-08
net/mlx5: Allow the throttle mechanism to be more dynamic
Chiara Meiohas
1
-12
/
+31
2025-01-09
net/mlx5: Fix variable not being completed when function returns
Chenguang Zhao
1
-0
/
+1
2024-10-17
net/mlx5: Fix command bitmask initialization
Shay Drory
1
-2
/
+6
2024-09-26
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-5
/
+16
2024-09-25
net/mlx5: Support throttled commands from async API
Dragos Tatulea
1
-5
/
+16
2024-09-12
net/mlx5: Add NOT_READY command return status
Shay Drory
1
-1
/
+6
2024-05-10
net/mlx5: Discard command completions in internal error
Akiva Goldberger
1
-0
/
+3
2024-05-10
net/mlx5: Add a timeout to acquire the command queue semaphore
Akiva Goldberger
1
-9
/
+32
2024-01-24
net/mlx5: Fix a WARN upon a callback command failure
Yishai Hadas
1
-2
/
+3
2023-12-13
net/mlx5e: Fix a race in command alloc flow
Shifeng Li
1
-5
/
+7
2023-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-36
/
+28
2023-10-12
net/mlx5: Perform DMA operations in the right locations
Shay Drory
1
-36
/
+28
2023-10-02
net/mlx5: Implement alias object allow and create functions
Patrisious Haddad
1
-0
/
+70
2023-07-27
net/mlx5: Allocate command stats with xarray
Shay Drory
1
-8
/
+7
2023-07-27
net/mlx5: split mlx5_cmd_init() to probe and reload routines
Shay Drory
1
-53
/
+68
2023-07-27
net/mlx5: Remove redundant cmdif revision check
Shay Drory
1
-12
/
+3
2023-07-27
net/mlx5: Re-organize mlx5_cmd struct
Shay Drory
1
-47
/
+47
2023-05-22
net/mlx5: Collect command failures data only for known commands
Shay Drory
1
-1
/
+2
2023-04-11
net/mlx5: Create a new profile for SFs
Parav Pandit
1
-3
/
+3
2023-01-30
net/mlx5: Add support SYNC_CRYPTO command
Jianbo Liu
1
-0
/
+3
2023-01-18
net/mlx5: Suppress error logging on UCTX creation
Yishai Hadas
1
-1
/
+2
2023-01-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-11
/
+2
2023-01-10
net/mlx5: Prevent high-rate FW commands from populating all slots
Tariq Toukan
1
-1
/
+29
2023-01-10
net/mlx5: Introduce and use opcode getter in command interface
Tariq Toukan
1
-46
/
+42
2023-01-09
net/mlx5: Fix command stats access after free
Moshe Shemesh
1
-11
/
+2
2022-11-29
net/mlx5e: Remove unneeded io-mapping.h #include
Christophe JAILLET
1
-1
/
+0
2022-11-24
net/mlx5: Fix uninitialized variable bug in outlen_write()
YueHaibing
1
-2
/
+2
2022-11-21
net/mlx5: Fix handling of entry refcount when command is not issued to FW
Moshe Shemesh
1
-3
/
+3
2022-11-21
net/mlx5: cmdif, Print info on any firmware cmd failure to tracepoint
Moshe Shemesh
1
-19
/
+22
2022-11-09
net/mlx5: Allow async trigger completion execution on single CPU systems
Roy Novich
1
-3
/
+8
2022-10-27
net/mlx5: Fix possible use-after-free in async command interface
Tariq Toukan
1
-5
/
+5
2022-05-17
net/mlx5: Add last command failure syndrome to debugfs
Moshe Shemesh
1
-2
/
+5
2022-03-24
Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-122
/
+233
2022-03-24
Merge tag 'vfio-v5.18-rc1' of https://github.com/awilliam/linux-vfio
Linus Torvalds
1
-0
/
+10
2022-03-18
net/mlx5e: Statify function mlx5_cmd_trigger_completions
Tariq Toukan
1
-1
/
+1
2022-03-10
net/mlx5: Delete useless module.h include
Leon Romanovsky
1
-1
/
+0
2022-03-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+8
2022-03-09
net/mlx5: Move debugfs entries to separate struct
Moshe Shemesh
1
-1
/
+1
2022-03-09
net/mlx5: Add command failures data to debugfs
Moshe Shemesh
1
-9
/
+35
2022-03-09
net/mlx5: Fix a race on command flush flow
Moshe Shemesh
1
-7
/
+8
2022-02-27
net/mlx5: Add migration commands definitions
Yishai Hadas
1
-0
/
+10
2022-02-23
net/mlx5: cmdif, Refactor error handling and reporting of async commands
Saeed Mahameed
1
-25
/
+36
2022-02-23
net/mlx5: cmdif, Add new api for command execution
Saeed Mahameed
1
-13
/
+66
2022-02-23
net/mlx5: cmdif, cmd_check refactoring
Saeed Mahameed
1
-80
/
+93
2022-02-23
net/mlx5: cmdif, Return value improvements
Saeed Mahameed
1
-34
/
+43
2022-01-06
Revert "net/mlx5: Add retry mechanism to the command entry index allocation"
Moshe Shemesh
1
-20
/
+1
[next]