aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/cmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-17net/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/netdev/net-nextLinus 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-10net/mlx5: Delete useless module.h includeLeon Romanovsky1-1/+0
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+8
2022-03-09net/mlx5: Move debugfs entries to separate structMoshe Shemesh1-1/+1
2022-03-09net/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-23net/mlx5: cmdif, Refactor error handling and reporting of async commandsSaeed Mahameed1-25/+36
2022-02-23net/mlx5: cmdif, Add new api for command executionSaeed Mahameed1-13/+66
2022-02-23net/mlx5: cmdif, cmd_check refactoringSaeed Mahameed1-80/+93
2022-02-23net/mlx5: cmdif, Return value improvementsSaeed Mahameed1-34/+43
2022-01-06Revert "net/mlx5: Add retry mechanism to the command entry index allocation"Moshe Shemesh1-20/+1
2022-01-06net/mlx5: Set command entry semaphore up once got index freeMoshe Shemesh1-9/+6
2021-11-30net/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-15net/mlx5: Read timeout values from init segmentAmir Tzin1-5/+13
2021-09-30net/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-12net/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-26net/mlx5: Avoid exposing driver internal command helpersParav Pandit1-3/+0
2020-10-05Merge 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
2020-10-02net/mlx5: Add retry mechanism to the command entry index allocationEran Ben Elisha1-1/+20
2020-10-02net/mlx5: poll cmd EQ in case of command timeoutEran Ben Elisha1-8/+45
2020-10-02net/mlx5: Avoid possible free of command entry while timeout comp handlerEran Ben Elisha1-38/+71
2020-09-30net/mlx5: Use dma device access helperParav Pandit1-9/+5
2020-05-29net/mlx5: cmd: Fix memset with byte count warningSaeed Mahameed1-6/+14
2020-05-29Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-0/+5
2020-05-22net/mlx5: Avoid processing commands before cmdif is readyEran Ben Elisha1-0/+10
2020-05-22net/mlx5: Fix a race when moving command interface to events modeEran Ben Elisha1-4/+31
2020-05-22net/mlx5: Add command entry handling completionMoshe Shemesh1-0/+14
2020-05-18net/mlx5: Move iseg access helper routines close to mlx5_core driverParav Pandit1-0/+5
2020-04-30net/mlx5: Fix command entry leak in Internal Error StateMoshe Shemesh1-0/+4
2020-04-30net/mlx5: Fix forced completion access non initialized command entryMoshe Shemesh1-1/+1
2019-11-01net/mlx5: rate limit alloc_ent error messagesLi RongQing1-1/+1
2019-08-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-0/+4
2019-08-13net/mlx5: Add XRQ legacy commands opcodesYishai Hadas1-0/+4
2019-08-10mlx5: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-44/+7
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+8
2019-06-07net/mlx5: Update pci error handler entries and command translationEdward Srouji1-0/+8
2019-05-31Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-2/+2
2019-05-31net/mlx5: E-Switch, Replace host_params event with functions_changed eventVu Pham1-2/+2
2019-05-17net/mlx5: Add meaningful return codes to status_to_err functionValentine Fatiev1-1/+21