summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/fw_reset.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-15net/mlx5: Suspend auxiliary devices only in case of PCI device suspendJiri Pirko1-2/+2
2023-02-15net/mlx5: Remove "recovery" arg from mlx5_load_one() functionJiri Pirko1-1/+1
2023-02-08net/mlx5: fw reset: Skip device ID check if PCI link up failedMoshe Shemesh1-0/+1
2023-01-27net/mlx5: Move fw reset devlink param to fw reset codeJiri Pirko1-6/+38
2022-11-22net/mlx5: Fix sync reset event handler error flowMoshe Shemesh1-2/+7
2022-11-09net/mlx5: fw_reset: Don't try to load device in case PCI isn't workingShay Drory1-1/+2
2022-10-27net/mlx5: Wait for firmware to enable CRS before pci_restore_stateMoshe Shemesh1-0/+17
2022-07-29net/mlx5: Move fw reset unload to mlx5_fw_reset_complete_reloadMoshe Shemesh1-7/+3
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+22
2022-05-18net/mlx5: Drain fw_reset when removing deviceShay Drory1-3/+22
2022-05-10net/mlx5: Increase FW pre-init timeout for health recoveryGavin Li1-1/+1
2022-05-04net/mlx5: Avoid double clear or set of sync reset requestedMoshe Shemesh1-9/+19
2022-05-04net/mlx5: Fix deadlock in sync reset flowMoshe Shemesh1-17/+17
2022-03-01Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski1-7/+50
2022-02-24net/mlx5: Add clarification on sync reset failureMoshe Shemesh1-7/+50
2022-02-02net/mlx5: Use del_timer_sync in fw reset flow of halting pollMaher Sanalla1-1/+1
2021-10-18mlx5: prevent 64bit divideJakub Kicinski1-3/+4
2021-10-16net/mlx5: Read timeout values from DTORAmir Tzin1-9/+7
2021-06-02net/mlx5: Check firmware sync reset requested is set before trying to abort itMoshe Shemesh1-0/+3
2021-03-12net/mlx5: Remove second FW tracer checkLeon Romanovsky1-6/+1
2021-03-12net/mlx5: Separate probe vs. reload flowsLeon Romanovsky1-3/+3
2020-10-09net/mlx5: Add support for fw live patch eventMoshe Shemesh1-0/+24
2020-10-09net/mlx5: Add devlink param enable_remote_dev_reset supportMoshe Shemesh1-0/+29
2020-10-09net/mlx5: Add support for devlink reload action fw activateMoshe Shemesh1-6/+53
2020-10-09net/mlx5: Handle sync reset abort eventMoshe Shemesh1-0/+15
2020-10-09net/mlx5: Handle sync reset now eventMoshe Shemesh1-0/+119
2020-10-09net/mlx5: Handle sync reset request eventMoshe Shemesh1-0/+178
2020-10-09net/mlx5: Add functions to set/query MFRL registerMoshe Shemesh1-0/+51