| Age | Commit message (Expand) | Author |
| 2026-02-02 | tools: ynl: cli: make the output compact | Jakub Kicinski |
| 2026-01-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
| 2026-01-13 | tools: ynl: render event op docs correctly | Donald Hunter |
| 2026-01-12 | tools: ynl: cli: print reply in combined format if possible | Jakub Kicinski |
| 2026-01-12 | tools: ynl: cli: extract the event/notify handling in --list-attrs | Jakub Kicinski |
| 2026-01-12 | tools: ynl: cli: factor out --list-attrs / --doc handling | Jakub Kicinski |
| 2026-01-12 | tools: ynl: cli: add --doc as alias to --list-attrs | Jakub Kicinski |
| 2026-01-12 | tools: ynl: cli: improve --help | Jakub Kicinski |
| 2026-01-12 | tools: ynl: cli: wrap the doc text if it's long | Jakub Kicinski |
| 2026-01-12 | tools: ynl: cli: introduce formatting for attr names in --list-attrs | Jakub Kicinski |
| 2026-01-09 | tools: ynl-gen-c: Fix remaining pylint warnings | Donald Hunter |
| 2026-01-09 | tools: ynl-gen-c: fix pylint None, type, dict, generators, init | Donald Hunter |
| 2026-01-09 | tools: ynl-gen-c: fix pylint warnings for returns, unused, redefined | Donald Hunter |
| 2026-01-09 | tools: ynl-gen-c: suppress unhelpful pylint messages | Donald Hunter |
| 2026-01-09 | tools: ynl: fix pylint issues in ynl_gen_rst | Donald Hunter |
| 2026-01-09 | tools: ynl: ethtool: fix pylint issues | Donald Hunter |
| 2026-01-09 | tools: ynl: fix logic errors reported by pylint | Donald Hunter |
| 2026-01-09 | tools: ynl: fix pylint global variable related warnings | Donald Hunter |
| 2026-01-09 | tools: ynl: fix pylint misc warnings | Donald Hunter |
| 2026-01-09 | tools: ynl: fix pylint dict, indentation, long lines, uninitialised | Donald Hunter |
| 2026-01-09 | tools: ynl: fix pylint exception warnings | Donald Hunter |
| 2026-01-09 | tools: ynl: fix pylint redefinition, encoding errors | Donald Hunter |
| 2026-01-09 | tools: ynl: pylint suppressions and docstrings | Donald Hunter |
| 2025-11-28 | tools: ynl: add schema checking | Donald Hunter |
| 2025-11-25 | tools: ynl-gen: add regeneration comment | Asbjørn Sloth Tønnesen |
| 2025-11-25 | tools: ynl-gen: add function prefix argument | Asbjørn Sloth Tønnesen |
| 2025-11-20 | tools: ynl: cli: Display enum values in --list-attrs output | Gal Pressman |
| 2025-11-20 | tools: ynl: cli: Parse nested attributes in --list-attrs output | Gal Pressman |
| 2025-11-20 | tools: ynl: cli: Add --list-attrs option to show operation attributes | Gal Pressman |
| 2025-11-18 | tools: ynl: Add MAC address parsing support | Hangbin Liu |
| 2025-11-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
| 2025-11-10 | tools: ynl: call nested attribute free function for indexed arrays | Zahari Doychev |
| 2025-10-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
| 2025-10-28 | tools: ynl: rework the string representation of NlError | Jakub Kicinski |
| 2025-10-28 | tools: ynl: fix indent issues in the main Python lib | Jakub Kicinski |
| 2025-10-27 | tools: ynl: avoid print_field when there is no reply | Hangbin Liu |
| 2025-09-17 | tools: ynl-gen: support uint in multi-attr | Jakub Kicinski |
| 2025-09-16 | tools: ynl: add ipv4-or-v6 display hint | Asbjørn Sloth Tønnesen |
| 2025-09-16 | tools: ynl: decode hex input | Asbjørn Sloth Tønnesen |
| 2025-09-16 | tools: ynl: encode indexed-arrays | Asbjørn Sloth Tønnesen |
| 2025-09-16 | tools: ynl: move nest packing to a helper function | Asbjørn Sloth Tønnesen |
| 2025-09-16 | tools: ynl-gen: rename TypeArrayNest to TypeIndexedArray | Asbjørn Sloth Tønnesen |
| 2025-09-16 | tools: ynl-gen: validate nested arrays | Asbjørn Sloth Tønnesen |
| 2025-09-16 | tools: ynl-gen: avoid repetitive variables definitions | Asbjørn Sloth Tønnesen |
| 2025-09-16 | tools: ynl-gen: refactor local vars for .attr_put() callers | Asbjørn Sloth Tønnesen |
| 2025-09-16 | tools: ynl-gen: add sub-type check | Asbjørn Sloth Tønnesen |
| 2025-09-16 | tools: ynl-gen: generate nested array policies | Asbjørn Sloth Tønnesen |
| 2025-09-16 | tools: ynl-gen: allow overriding name-prefix for constants | Asbjørn Sloth Tønnesen |
| 2025-09-16 | tools: ynl: avoid "use of uninitialized variable" false positive in generated... | Vladimir Oltean |
| 2025-09-15 | tools: ynl: rst: display attribute-set doc | Matthieu Baerts (NGI0) |