aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/health.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-03net/mlx5: Set default grace period based on function typeMaher Sanalla1-2/+16
2022-10-03net/mlx5: Start health poll at earlier stage of driver loadMoshe Shemesh1-3/+8
2022-09-30net/mlx5: Fix spelling mistake "syndrom" -> "syndrome"Colin Ian King1-1/+1
2022-09-27net/mlx5: Remove unused functionsGal Pressman1-7/+0
2022-07-28devlink: Hold the instance lock in health callbacksMoshe Shemesh1-7/+1
2022-07-28net/mlx5: Lock mlx5 devlink health recovery callbackMoshe Shemesh1-1/+11
2022-03-10net/mlx5: Delete useless module.h includeLeon Romanovsky1-1/+0
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2021-11-30net/mlx5: Fix access to a non-supported registerAya Levin1-1/+1
2021-11-30net/mlx5: Fix too early queueing of log timestamp workGal Pressman1-2/+3
2021-11-16net/mlx5: Avoid printing health buffer when firmware is unavailableAya Levin1-0/+5
2021-10-25net/mlx5: Add periodic update of host time to firmwareAya Levin1-0/+30
2021-10-25net/mlx5: Print health buffer by log levelAya Levin1-19/+18
2021-10-25net/mlx5: Extend health buffer dumpAya Levin1-7/+66
2021-10-15net/mlx5: Read timeout values from DTORAmir Tzin1-12/+9
2021-08-11net/mlx5: Delete impossible dev->state checksLeon Romanovsky1-4/+0
2021-08-11net/mlx5: Fix typo in commentsCai Huoqing1-1/+1
2021-07-27net/mlx5: Unload device upon firmware fatal errorAya Levin1-2/+10
2021-03-25net/mlx5: Fix spelling mistakes in mlx5_core_info messageColin Ian King1-1/+1
2021-03-11net/mlx5: Check returned value from health recover sequenceLeon Romanovsky1-3/+3
2021-02-11net/mlx5: Fix health error state handlingShay Drory1-8/+14
2020-10-09net/mlx5: Handle sync reset request eventMoshe Shemesh1-15/+20
2020-06-11net/mlx5: Fix fatal error handling during device loadShay Drory1-3/+11
2020-04-30Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-1/+0
2020-04-19net/mlx5: Delete not-used cmd headerLeon Romanovsky1-1/+0
2020-04-08net/mlx5: Fix frequent ioread PCI access during recoveryMoshe Shemesh1-1/+1
2020-03-30devlink: Implicitly set auto recover flag when registering health reporterEran Ben Elisha1-2/+2
2019-11-12net/mlx5: Dump of fw_fatal use updated devlink binary interfaceAya Levin1-17/+1
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-10-18net/mlx5: fix memory leak in mlx5_fw_fatal_reporter_dumpNavid Emamdoost1-1/+1
2019-10-11devlink: propagate extack down to health reporter opsJiri Pirko1-4/+8
2019-08-22net/mlx5: Fix delay in fw fatal report handling due to fw reportMoshe Shemesh1-9/+10
2019-08-22net/mlx5: Fix crdump chunks printMoshe Shemesh1-1/+2
2019-07-18net/mlx5: Replace kfree with kvfreeChuhong Yuan1-1/+1
2019-06-13net/mlx5: Report devlink health on FW fatal issuesMoshe Shemesh1-16/+26
2019-06-13net/mlx5: Add support for FW fatal reporter dumpMoshe Shemesh1-0/+50
2019-06-13net/mlx5: Add fw fatal devlink_health_reporterMoshe Shemesh1-20/+61
2019-06-13net/mlx5: Report devlink health on FW issuesMoshe Shemesh1-0/+33
2019-06-13net/mlx5: Add support for FW reporter dumpMoshe Shemesh1-0/+111
2019-06-13net/mlx5: Create FW devlink_health_reporterMoshe Shemesh1-0/+48
2019-06-13net/mlx5: Issue SW reset on FW assertFeras Daoud1-5/+152
2019-06-13net/mlx5: Handle SW reset of FW in error flowFeras Daoud1-61/+44
2019-04-29net/mlx5: Get rid of storing copy of device nameParav Pandit1-1/+1
2019-04-22Merge tag 'v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into mlx5-nextSaeed Mahameed1-1/+1
2019-04-02net/mlx5: Replace dev_err/warn/info by mlx5_core_err/warn/infoHuy Nguyen1-16/+19
2019-04-02net/mlx5: Use dev->priv.name instead of dev_nameHuy Nguyen1-1/+1
2019-04-02net/mlx5: Move health and page alloc init to mdev_initSaeed Mahameed1-0/+7
2019-02-13net/mlx5: No command allowed when command interface is not readyHuy Nguyen1-1/+1
2018-11-29net/mlx5: Remove unused events callback and logicSaeed Mahameed1-1/+2
2018-11-26net/mlx5: CmdIF, Use async events chainSaeed Mahameed1-24/+1