| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-08 | devlink: Fix incorrect skb socket family dumping | Li RongQing | 1 | -1/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -3/+3 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -3/+3 |
| 2025-08-26 | devlink: Make health reporter burst period configurable | Shahar Shitrit | 1 | -2/+26 |
| 2025-08-26 | devlink: Introduce burst period for health reporter | Shahar Shitrit | 1 | -1/+21 |
| 2025-08-26 | devlink: Move health reporter recovery abort logic to a separate function | Shahar Shitrit | 1 | -8/+23 |
| 2025-08-26 | devlink: Move graceful period parameter to reporter ops | Shahar Shitrit | 1 | -17/+11 |
| 2025-05-06 | devlink: use DEVLINK_VAR_ATTR_TYPE_* instead of NLA_* in fmsg | Jiri Pirko | 1 | -44/+21 |
| 2025-05-06 | devlink: define enum for attr types of dynamic attributes | Jiri Pirko | 1 | -2/+15 |
| 2024-12-17 | devlink: add devlink_fmsg_dump_skb() function | Mateusz Polchlopek | 1 | -0/+67 |
| 2024-10-29 | devlink: use devlink_nl_put_u64() helper | Przemek Kitszel | 1 | -14/+11 |
| 2023-12-19 | devlink: extend multicast filtering by port index | Jiri Pirko | 1 | -1/+5 |
| 2023-12-19 | devlink: introduce a helper for netlink multicast send | Jiri Pirko | 1 | -2/+1 |
| 2023-12-19 | devlink: send notifications only if there are listeners | Jiri Pirko | 1 | -0/+3 |
| 2023-11-18 | devlink: Allow taking device lock in pre_doit operations | Ido Schimmel | 1 | -1/+2 |
| 2023-10-23 | devlink: rename netlink callback to be aligned with the generated ones | Jiri Pirko | 1 | -12/+12 |
| 2023-10-20 | devlink: convert most of devlink_fmsg_*() to return void | Przemek Kitszel | 1 | -104/+84 |
| 2023-10-20 | devlink: retain error in struct devlink_fmsg | Przemek Kitszel | 1 | -171/+76 |
| 2023-10-06 | devlink: Hold devlink lock on health reporter dump get | Moshe Shemesh | 1 | -14/+16 |
| 2023-08-15 | genetlink: use attrs from struct genl_info | Jakub Kicinski | 1 | -2/+2 |
| 2023-08-14 | devlink: extend health reporter dump selector by port index | Jiri Pirko | 1 | -1/+14 |
| 2023-08-14 | devlink: pass flags as an arg of dump_one() callback | Jiri Pirko | 1 | -3/+4 |
| 2023-08-14 | devlink: introduce dumpit callbacks for split ops | Jiri Pirko | 1 | -7/+9 |
| 2023-08-14 | devlink: rename doit callbacks for per-instance dump commands | Jiri Pirko | 1 | -2/+2 |
| 2023-05-31 | devlink: make health report on unregistered instance warn just once | Jakub Kicinski | 1 | -1/+1 |
| 2023-02-15 | devlink: Move health common function to health file | Moshe Shemesh | 1 | -13/+32 |
| 2023-02-15 | devlink: Move devlink health test to health file | Moshe Shemesh | 1 | -0/+16 |
| 2023-02-15 | devlink: Move devlink health dump to health file | Moshe Shemesh | 1 | -0/+122 |
| 2023-02-15 | devlink: Move devlink fmsg and health diagnose to health file | Moshe Shemesh | 1 | -0/+630 |
| 2023-02-15 | devlink: Move devlink health report and recover to health file | Moshe Shemesh | 1 | -0/+136 |
| 2023-02-15 | devlink: Move devlink health get and set code to health file | Moshe Shemesh | 1 | -0/+214 |
| 2023-02-15 | devlink: Split out health reporter create code | Moshe Shemesh | 1 | -0/+196 |