summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/fw_reset.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+29
2023-12-05net/mlx5: Nack sync reset request when HotPlug is enabledMoshe Shemesh1-0/+29
2023-11-15net/mlx5: Allow sync reset flow when BF MGT interface device is presentMoshe Shemesh1-4/+28
2023-08-31Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-13/+8
2023-08-21net/mlx5: Convert PCI error values to generic errnosIlpo Järvinen1-6/+6
2023-08-21net/mlx5: Use RMW accessors for changing LNKCTLIlpo Järvinen1-7/+2
2023-08-15net/mlx5: Check with FW that sync reset completed successfullyMoshe Shemesh1-6/+33
2023-07-01Merge tag 'pci-v6.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+2
2023-06-23net/mlx5: Fix error code in mlx5_is_reset_now_capable()Dan Carpenter1-1/+1
2023-06-16net/mlx5: Handle sync reset unload eventMoshe Shemesh1-5/+98
2023-06-16net/mlx5: Ack on sync_reset_request only if PF can do reset_nowMoshe Shemesh1-13/+44
2023-06-15net/mlx5: Rely on dev->link_active_reportingMaciej W. Rozycki1-6/+2
2023-04-21net/mlx5: Use recovery timeout on sync reset flowMoshe Shemesh1-2/+2
2023-04-21Revert "net/mlx5: Remove "recovery" arg from mlx5_load_one() function"Moshe Shemesh1-1/+1
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