summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/health.c
AgeCommit message (Expand)AuthorFilesLines
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/mel...Saeed 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/torvald...Saeed 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
2018-11-20net/mlx5: EQ, Different EQ typesSaeed Mahameed1-1/+1
2018-11-20net/mlx5: EQ, Privatize eq_table and friendsSaeed Mahameed1-0/+1
2018-10-03net/mlx5: Add Fast teardown supportFeras Daoud1-11/+14
2018-09-05net/mlx5: Fix use-after-free in self-healing flowJack Morgenstein1-1/+9
2018-02-28{net, IB}/mlx5: Raise fatal IB event when sys error occursDaniel Jurgens1-1/+1
2017-12-19net/mlx5: Fix misspelling in the error message and commentEugenia Emantayev1-1/+1
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2017-10-28drivers/net: mellanox: Convert timers to use timer_setup()Kees Cook1-3/+3
2017-10-26net/mlx5: Fix health work queue spin lock to IRQ safeMoshe Shemesh1-2/+3
2017-09-21drivers: net: mlx5: use setup_timer() helper.Allen Pais1-3/+1
2017-08-08mlx5: convert to generic pci_alloc_irq_vectorsSagi Grimberg1-1/+1
2017-07-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+14
2017-06-27net/mlx5: Cancel delayed recovery work when unloading the driverMohamad Haj Yahia1-1/+14
2017-06-16net/mlx5: Add fast unload support in shutdown flowMajd Dibbiny1-2/+2
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+5
2017-06-11net/mlx5: Continue health polling until it is explicitly stoppedMohamad Haj Yahia1-6/+5
2017-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-05-23net/mlx5: Avoid using pending command interface slotsMohamad Haj Yahia1-1/+1
2017-05-14net/mlx5: Introduce trigger_health_work functionIlan Tayari1-11/+21
2017-01-19net/mlx5: Fix version printout in case of health issueEli Cohen1-17/+3
2016-10-29net/mlx5: PCI error recovery health care simulationMohamad Haj Yahia1-4/+41