aboutsummaryrefslogtreecommitdiff
path: root/net/devlink/health.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-19devlink: extend multicast filtering by port indexGravatar Jiri Pirko 1-1/+5
2023-12-19devlink: introduce a helper for netlink multicast sendGravatar Jiri Pirko 1-2/+1
2023-12-19devlink: send notifications only if there are listenersGravatar Jiri Pirko 1-0/+3
2023-11-18devlink: Allow taking device lock in pre_doit operationsGravatar Ido Schimmel 1-1/+2
2023-10-23devlink: rename netlink callback to be aligned with the generated onesGravatar Jiri Pirko 1-12/+12
2023-10-20devlink: convert most of devlink_fmsg_*() to return voidGravatar Przemek Kitszel 1-104/+84
2023-10-20devlink: retain error in struct devlink_fmsgGravatar Przemek Kitszel 1-171/+76
2023-10-06devlink: Hold devlink lock on health reporter dump getGravatar Moshe Shemesh 1-14/+16
2023-08-15genetlink: use attrs from struct genl_infoGravatar Jakub Kicinski 1-2/+2
2023-08-14devlink: extend health reporter dump selector by port indexGravatar Jiri Pirko 1-1/+14
2023-08-14devlink: pass flags as an arg of dump_one() callbackGravatar Jiri Pirko 1-3/+4
2023-08-14devlink: introduce dumpit callbacks for split opsGravatar Jiri Pirko 1-7/+9
2023-08-14devlink: rename doit callbacks for per-instance dump commandsGravatar Jiri Pirko 1-2/+2
2023-05-31devlink: make health report on unregistered instance warn just onceGravatar Jakub Kicinski 1-1/+1
2023-02-15devlink: Move health common function to health fileGravatar Moshe Shemesh 1-13/+32
2023-02-15devlink: Move devlink health test to health fileGravatar Moshe Shemesh 1-0/+16
2023-02-15devlink: Move devlink health dump to health fileGravatar Moshe Shemesh 1-0/+122
2023-02-15devlink: Move devlink fmsg and health diagnose to health fileGravatar Moshe Shemesh 1-0/+630
2023-02-15devlink: Move devlink health report and recover to health fileGravatar Moshe Shemesh 1-0/+136
2023-02-15devlink: Move devlink health get and set code to health fileGravatar Moshe Shemesh 1-0/+214
2023-02-15devlink: Split out health reporter create codeGravatar Moshe Shemesh 1-0/+196