| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-04-15 | devlink: add value check to devlink_info_version_put() | Jedrzej Jagielski | 1 | -1/+1 |
| 2024-11-11 | net: convert to nla_get_*_default() | Johannes Berg | 1 | -4/+2 |
| 2024-10-29 | devlink: use devlink_nl_put_u64() helper | Przemek Kitszel | 1 | -6/+6 |
| 2024-04-06 | netlink: add nlmsg_consume() and use it in devlink compat | Jakub Kicinski | 1 | -1/+1 |
| 2024-03-29 | netlink: introduce type-checking attribute iteration | Johannes Berg | 1 | -8/+4 |
| 2023-12-19 | devlink: introduce a helper for netlink multicast send | Jiri Pirko | 1 | -4/+2 |
| 2023-12-19 | devlink: send notifications only if there are listeners | Jiri Pirko | 1 | -1/+4 |
| 2023-12-19 | devlink: use devl_is_registered() helper instead xa_get_mark() | Jiri Pirko | 1 | -2/+2 |
| 2023-11-30 | devlink: warn about existing entities during reload-reinit | Jiri Pirko | 1 | -1/+15 |
| 2023-11-18 | devlink: Add device lock assert in reload operation | Ido Schimmel | 1 | -0/+8 |
| 2023-10-23 | devlink: rename netlink callback to be aligned with the generated ones | Jiri Pirko | 1 | -5/+5 |
| 2023-09-17 | devlink: introduce possibility to expose info about nested devlinks | Jiri Pirko | 1 | -0/+49 |
| 2023-09-17 | devlink: introduce object and nested devlink relationship infra | Jiri Pirko | 1 | -0/+1 |
| 2023-08-28 | devlink: move devlink_notify_register/unregister() to dev.c | Jiri Pirko | 1 | -1/+27 |
| 2023-08-14 | devlink: pass flags as an arg of dump_one() callback | Jiri Pirko | 1 | -6/+7 |
| 2023-08-14 | devlink: introduce dumpit callbacks for split ops | Jiri Pirko | 1 | -7/+8 |
| 2023-08-14 | devlink: rename doit callbacks for per-instance dump commands | Jiri Pirko | 1 | -2/+1 |
| 2023-08-04 | devlink: introduce couple of dumpit callbacks for split ops | Jiri Pirko | 1 | -10/+12 |
| 2023-08-04 | devlink: rename couple of doit netlink callbacks to match generated names | Jiri Pirko | 1 | -2/+2 |
| 2023-02-17 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -2/+0 |
| 2023-02-14 | devlink: don't allow to change net namespace for FW_ACTIVATE reload action | Jiri Pirko | 1 | -0/+6 |
| 2023-02-13 | devlink: make sure driver does not read updated driverinit param before reload | Jiri Pirko | 1 | -0/+3 |
| 2023-02-13 | devlink: stop using NL_SET_ERR_MSG_MOD | Jacob Keller | 1 | -12/+8 |
| 2023-02-03 | devlink: Move devlink dev selftest code to dev | Moshe Shemesh | 1 | -0/+182 |
| 2023-02-03 | devlink: Move devlink_info_req struct to be local | Moshe Shemesh | 1 | -0/+8 |
| 2023-02-03 | devlink: Move devlink dev flash code to dev | Moshe Shemesh | 1 | -0/+271 |
| 2023-02-03 | devlink: Move devlink dev info code to dev | Moshe Shemesh | 1 | -0/+246 |
| 2023-02-03 | devlink: Move devlink dev eswitch code to dev | Moshe Shemesh | 1 | -0/+120 |
| 2023-02-03 | devlink: Move devlink dev reload code to dev | Moshe Shemesh | 1 | -0/+417 |
| 2023-02-03 | devlink: Split out dev get and dump code | Moshe Shemesh | 1 | -0/+99 |