summaryrefslogtreecommitdiff
path: root/net/devlink/health.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-19devlink: extend multicast filtering by port indexJiri Pirko1-1/+5
2023-12-19devlink: introduce a helper for netlink multicast sendJiri Pirko1-2/+1
2023-12-19devlink: send notifications only if there are listenersJiri Pirko1-0/+3
2023-11-18devlink: Allow taking device lock in pre_doit operationsIdo Schimmel1-1/+2
2023-10-24devlink: rename netlink callback to be aligned with the generated onesJiri Pirko1-12/+12
2023-10-20devlink: convert most of devlink_fmsg_*() to return voidPrzemek Kitszel1-104/+84
2023-10-20devlink: retain error in struct devlink_fmsgPrzemek Kitszel1-171/+76
2023-10-07devlink: Hold devlink lock on health reporter dump getMoshe Shemesh1-14/+16
2023-08-16genetlink: use attrs from struct genl_infoJakub Kicinski1-2/+2
2023-08-14devlink: extend health reporter dump selector by port indexJiri Pirko1-1/+14
2023-08-14devlink: pass flags as an arg of dump_one() callbackJiri Pirko1-3/+4
2023-08-14devlink: introduce dumpit callbacks for split opsJiri Pirko1-7/+9
2023-08-14devlink: rename doit callbacks for per-instance dump commandsJiri Pirko1-2/+2
2023-06-01devlink: make health report on unregistered instance warn just onceJakub Kicinski1-1/+1
2023-02-16devlink: Move health common function to health fileMoshe Shemesh1-13/+32
2023-02-16devlink: Move devlink health test to health fileMoshe Shemesh1-0/+16
2023-02-16devlink: Move devlink health dump to health fileMoshe Shemesh1-0/+122
2023-02-16devlink: Move devlink fmsg and health diagnose to health fileMoshe Shemesh1-0/+630
2023-02-16devlink: Move devlink health report and recover to health fileMoshe Shemesh1-0/+136
2023-02-16devlink: Move devlink health get and set code to health fileMoshe Shemesh1-0/+214
2023-02-16devlink: Split out health reporter create codeMoshe Shemesh1-0/+196