summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/cmd.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-24net/mlx5: Fix a WARN upon a callback command failureYishai Hadas1-2/+3
2023-12-14net/mlx5e: Fix a race in command alloc flowShifeng Li1-5/+7
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-36/+28
2023-10-12net/mlx5: Perform DMA operations in the right locationsShay Drory1-36/+28
2023-10-02net/mlx5: Implement alias object allow and create functionsPatrisious Haddad1-0/+70
2023-07-27net/mlx5: Allocate command stats with xarrayShay Drory1-8/+7
2023-07-27net/mlx5: split mlx5_cmd_init() to probe and reload routinesShay Drory1-53/+68
2023-07-27net/mlx5: Remove redundant cmdif revision checkShay Drory1-12/+3
2023-07-27net/mlx5: Re-organize mlx5_cmd structShay Drory1-47/+47
2023-05-23net/mlx5: Collect command failures data only for known commandsShay Drory1-1/+2
2023-04-12net/mlx5: Create a new profile for SFsParav Pandit1-3/+3
2023-01-31net/mlx5: Add support SYNC_CRYPTO commandJianbo Liu1-0/+3
2023-01-18net/mlx5: Suppress error logging on UCTX creationYishai Hadas1-1/+2
2023-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+2
2023-01-11net/mlx5: Prevent high-rate FW commands from populating all slotsTariq Toukan1-1/+29
2023-01-11net/mlx5: Introduce and use opcode getter in command interfaceTariq Toukan1-46/+42
2023-01-10net/mlx5: Fix command stats access after freeMoshe Shemesh1-11/+2
2022-11-30net/mlx5e: Remove unneeded io-mapping.h #includeChristophe JAILLET1-1/+0
2022-11-24net/mlx5: Fix uninitialized variable bug in outlen_write()YueHaibing1-2/+2
2022-11-22net/mlx5: Fix handling of entry refcount when command is not issued to FWMoshe Shemesh1-3/+3
2022-11-22net/mlx5: cmdif, Print info on any firmware cmd failure to tracepointMoshe Shemesh1-19/+22
2022-11-09net/mlx5: Allow async trigger completion execution on single CPU systemsRoy Novich1-3/+8
2022-10-27net/mlx5: Fix possible use-after-free in async command interfaceTariq Toukan1-5/+5
2022-05-18net/mlx5: Add last command failure syndrome to debugfsMoshe Shemesh1-2/+5
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-122/+233
2022-03-24Merge tag 'vfio-v5.18-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-0/+10
2022-03-18net/mlx5e: Statify function mlx5_cmd_trigger_completionsTariq Toukan1-1/+1
2022-03-11net/mlx5: Delete useless module.h includeLeon Romanovsky1-1/+0
2022-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+8
2022-03-10net/mlx5: Move debugfs entries to separate structMoshe Shemesh1-1/+1
2022-03-10net/mlx5: Add command failures data to debugfsMoshe Shemesh1-9/+35
2022-03-09net/mlx5: Fix a race on command flush flowMoshe Shemesh1-7/+8
2022-02-27net/mlx5: Add migration commands definitionsYishai Hadas1-0/+10
2022-02-24net/mlx5: cmdif, Refactor error handling and reporting of async commandsSaeed Mahameed1-25/+36
2022-02-24net/mlx5: cmdif, Add new api for command executionSaeed Mahameed1-13/+66
2022-02-24net/mlx5: cmdif, cmd_check refactoringSaeed Mahameed1-80/+93
2022-02-24net/mlx5: cmdif, Return value improvementsSaeed Mahameed1-34/+43
2022-01-07Revert "net/mlx5: Add retry mechanism to the command entry index allocation"Moshe Shemesh1-20/+1
2022-01-07net/mlx5: Set command entry semaphore up once got index freeMoshe Shemesh1-9/+6
2021-12-01net/mlx5: Move MODIFY_RQT command to ignore list in internal error stateMoshe Shemesh1-1/+1
2021-11-16net/mlx5: Update error handler for UCTX and UMEMNeta Ostrovsky1-2/+2
2021-10-16net/mlx5: Read timeout values from init segmentAmir Tzin1-5/+13
2021-10-01net/mlx5: Use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva1-1/+1
2021-08-11net/mlx5: Fix variable type to match 64bitEran Ben Elisha1-4/+4
2021-03-13net/mlx5: Display the command index in command mailbox dumpAlaa Hleihel1-14/+18
2021-01-22net/mlx5: SF, Add port add delete functionalityParav Pandit1-0/+4
2021-01-22net/mlx5: Introduce vhca state event notifierParav Pandit1-0/+4
2020-11-27net/mlx5: Avoid exposing driver internal command helpersParav Pandit1-3/+0
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-54/+144
2020-10-02net/mlx5: cmdif, Avoid skipping reclaim pages if FW is not accessibleSaeed Mahameed1-8/+9