aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en/reporter_tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-15net/mlx5: Read timeout values from DTORAmir Tzin1-2/+5
2021-08-16net/mlx5e: Abstract MQPRIO paramsTariq Toukan1-4/+4
2021-04-16net/mlx5: Enhance diagnostics info for TX/RX reportersAya Levin1-0/+6
2021-03-29net/mlx5e: Add states to PTP channelAya Levin1-6/+6
2021-03-25net/mlx5e: Generalize PTP implementationAya Levin1-4/+4
2021-03-16net/mlx5e: Do not reload ethernet ports when changing eswitch modeRoi Dayan1-0/+1
2021-03-16net/mlx5: Move devlink port from mlx5e priv to mlx5e resourcesRoi Dayan1-1/+3
2020-12-08net/mlx5e: Add TX port timestamp supportEran Ben Elisha1-3/+34
2020-12-08net/mlx5e: Add TX PTP port object supportEran Ben Elisha1-32/+134
2020-12-08net/mlx5e: Allow SQ outside of channel contextEran Ben Elisha1-10/+10
2020-12-08net/mlx5e: Allow RQ outside of channel contextAya Levin1-1/+1
2020-07-10net/mlx5e: Move devlink-health rx and tx reporters to devlink portVladyslav Tarasiuk1-9/+4
2020-07-02net/mlx5e: Enhance TX timeout recoveryAya Levin1-5/+31
2020-07-02net/mlx5e: Add EQ info to TX/RX reporter's diagnoseAya Levin1-0/+4
2020-07-02net/mlx5e: Rename reporter's helpersAya Levin1-16/+16
2020-07-02net/mlx5e: Add a flush timeout defineAya Levin1-1/+2
2020-07-02net/mlx5e: Change reporters create functions to return voidEran Ben Elisha1-3/+2
2020-03-30devlink: Implicitly set auto recover flag when registering health reporterEran Ben Elisha1-1/+1
2020-02-18mlx5: Use proper logging and tracing line terminationsJoe Perches1-5/+5
2020-02-18net/mlx5e: Support dump callback in TX reporterAya Levin1-0/+123
2020-02-18net/mlx5e: Gather reporters APIs togetherAya Levin1-29/+29
2019-10-11devlink: propagate extack down to health reporter opsJiri Pirko1-2/+4
2019-08-20net/mlx5e: Add cq info to tx reporter diagnoseAya Levin1-0/+8
2019-08-20net/mlx5e: Extend tx reporter diagnostics outputAya Levin1-8/+61
2019-08-20net/mlx5e: Extend tx diagnose functionAya Levin1-10/+10
2019-08-20net/mlx5e: Generalize tx reporter's functionalityAya Levin1-102/+38
2019-08-20net/mlx5e: Change naming convention for reporter's functionsAya Levin1-4/+4
2019-08-20net/mlx5e: Rename reporter header fileAya Levin1-1/+1
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-10/+9
2019-08-08net/mlx5e: Remove redundant check in CQE recovery flow of tx reporterAya Levin1-3/+0
2019-08-08net/mlx5e: Fix error flow of CQE recovery on tx reporterAya Levin1-4/+8
2019-08-08net/mlx5e: Fix false negative indication on tx reporter CQE recoveryAya Levin1-4/+2
2019-08-01net/mlx5e: TX reporter cleanupAya Levin1-1/+0
2019-08-01net/mlx5e: Set tx reporter only on successful creationAya Levin1-6/+8
2019-08-01net/mlx5e: Fix mlx5e_tx_reporter_create return valueAya Levin1-2/+4
2019-07-11net/mlx5e: Fix error flow in tx reporter diagnoseAya Levin1-2/+2
2019-07-11net/mlx5e: Fix return value from timeout recover functionAya Levin1-4/+2
2019-04-09net/mlx5e: Use fail-safe channels reopen in tx reporter recoverEran Ben Elisha1-2/+1
2019-04-09net/mlx5e: Skip un-needed tx recover if interface state is downEran Ben Elisha1-1/+7
2019-03-01net/mlx5e: Declare mlx5e_tx_reporter_recover_from_ctx as staticEran Ben Elisha1-1/+1
2019-02-22net/mlx5e: Fix mlx5e_tx_reporter_create return valueEran Ben Elisha1-1/+1
2019-02-22net/mlx5e: Fix return status of TX reporter timeout recoverEran Ben Elisha1-1/+1
2019-02-22net/mlx5e: Re-add support for TX timeout when TX reporter is not validEran Ben Elisha1-2/+14
2019-02-22net/mlx5e: Fix warn print in case of TX reporter creation failureEran Ben Elisha1-1/+1
2019-02-07net/mlx5e: Add tx timeout support for mlx5e tx reporterEran Ben Elisha1-0/+38
2019-02-07net/mlx5e: Add tx reporter supportEran Ben Elisha1-0/+259
2019-01-25net: Revert devlink health changes.David S. Miller1-356/+0
2019-01-18net/mlx5e: Add TX timeout support for mlx5e TX reporterEran Ben Elisha1-0/+35
2019-01-18net/mlx5e: Add TX reporter supportEran Ben Elisha1-0/+321