aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/health.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-29net/mlx5: Fix race between PCI error handlers and health workMohamad Haj Yahia1-3/+27
2016-10-29net/mlx5: Clear health sick bit when starting health pollMohamad Haj Yahia1-0/+1
2016-07-26net/mlx5_core/health: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-5/+2
2016-07-01net/mlx5: Avoid calling sleeping function by the health poll threadMohamad Haj Yahia1-3/+8
2016-04-28treewide: Fix typos in printkMasanari Iida1-2/+2
2015-10-14net/mlx5_core: Add pci error handlers to mlx5_core driverMajd Dibbiny1-0/+72
2015-10-14net/mlx5_core: Fix internal error detection conditionsEli Cohen1-7/+44
2015-10-09net/mlx5_core: Use private health thread for each deviceEli Cohen1-34/+29
2015-10-09net/mlx5_core: Use accessor functions to read from device memoryEli Cohen1-13/+22
2015-09-28net/mlx5_core: Update health syndromesEli Cohen1-0/+9
2015-09-28net/mlx5_core: Fix wrong name in structEli Cohen1-1/+1
2015-04-02net/mlx5_core: Fix Mellanox copyright noteSaeed Mahameed1-1/+1
2013-08-05mlx5: remove health handler pluginEli Cohen1-28/+1
2013-07-08mlx5_core: Fixes for sparse warningsRoland Dreier1-9/+19
2013-07-08mlx5: Add driver for Mellanox Connect-IB adaptersEli Cohen1-0/+217