summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en/reporter_tx.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-27net/mlx5: fix uninit value usePrzemek Kitszel1-2/+6
2023-10-20net/mlx5: devlink health: use retained error fmsg APIPrzemek Kitszel1-261/+85
2023-08-15net/mlx5e: Add recovery flow for tx devlink health reporter for unhealthy PTP SQRahul Rameshbabu1-0/+65
2023-04-06net/mlx5e: Fix SQ SW state layout in SQ devlink health diagnosticsAdham Faris1-9/+1
2023-03-16net/mlx5e: Expose SQ SW state as part of SQ health diagnosticsAdham Faris1-0/+46
2023-02-15net/mlx5e: Replace usage of mlx5e_devlink_get_dl_port() by netdev->devlink_portJiri Pirko1-2/+2
2023-02-04net/mlx5e: Trigger NAPI after activating an SQMaxim Mikityanskiy1-0/+4
2023-01-20devlink: remove devl*_port_health_reporter_destroy()Jiri Pirko1-1/+1
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+9
2021-12-23net/mlx5e: Wrap the tx reporter dump callback to extract the sqAmir Tzin1-1/+9
2021-11-17net: annotate accesses to queue->trans_startEric Dumazet1-1/+1
2021-10-16net/mlx5: Read timeout values from DTORAmir Tzin1-2/+5
2021-08-17net/mlx5e: Abstract MQPRIO paramsTariq Toukan1-4/+4
2021-04-16net/mlx5: Enhance diagnostics info for TX/RX reportersAya Levin1-0/+6
2021-03-30net/mlx5e: Add states to PTP channelAya Levin1-6/+6
2021-03-26net/mlx5e: Generalize PTP implementationAya Levin1-4/+4
2021-03-17net/mlx5e: Do not reload ethernet ports when changing eswitch modeRoi Dayan1-0/+1
2021-03-17net/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-11net/mlx5e: Move devlink-health rx and tx reporters to devlink portVladyslav Tarasiuk1-9/+4
2020-07-03net/mlx5e: Enhance TX timeout recoveryAya Levin1-5/+31
2020-07-03net/mlx5e: Add EQ info to TX/RX reporter's diagnoseAya Levin1-0/+4
2020-07-03net/mlx5e: Rename reporter's helpersAya Levin1-16/+16
2020-07-03net/mlx5e: Add a flush timeout defineAya Levin1-1/+2
2020-07-03net/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-19mlx5: Use proper logging and tracing line terminationsJoe Perches1-5/+5
2020-02-19net/mlx5e: Support dump callback in TX reporterAya Levin1-0/+123
2020-02-19net/mlx5e: Gather reporters APIs togetherAya Levin1-29/+29
2019-10-12devlink: 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