aboutsummaryrefslogtreecommitdiff
path: root/tools/net/ynl/lib/nlspec.py
AgeCommit message (Expand)Author
2024-05-03tools: ynl: add --list-ops and --list-msgs to CLIJakub Kicinski
2024-03-11netlink: specs: support generating code for genl socket privJakub Kicinski
2024-02-06tools: ynl: correct typo and docstringAlessandro Marcolini
2024-01-31tools/net/ynl: Add support for nested structsDonald Hunter
2023-12-18tools/net/ynl: Add 'sub-message' attribute decoding to ynlDonald Hunter
2023-10-20netlink: specs: add support for auto-sized scalarsJakub Kicinski
2023-08-27tools/ynl: Add mcast-group schema parsing to ynlDonald Hunter
2023-06-24tools: ynl: add display-hint support to ynlDonald Hunter
2023-06-12tools: ynl-gen: support excluding tricky opsJakub Kicinski
2023-06-09tools: ynl-gen: support code gen for eventsJakub Kicinski
2023-06-09tools: ynl-gen: sanitize notification trackingJakub Kicinski
2023-06-08tools: ynl-gen: enable code gen for directional specsJakub Kicinski
2023-06-08tools: ynl-gen: use enum names in op strmap more carefullyJakub Kicinski
2023-05-29tools: ynl: Support enums in struct members in genetlink-legacyDonald Hunter
2023-05-24tools: ynl: Handle byte-order in struct membersDonald Hunter
2023-03-30tools: ynl: ethtool testing toolStanislav Fomichev
2023-03-30tools: ynl: support byte-order in cliStanislav Fomichev
2023-03-28tools: ynl: Add fixed-header support to ynlDonald Hunter
2023-03-28tools: ynl: Add struct attr decoding to ynlDonald Hunter
2023-03-28tools: ynl: Add C array attribute decoding to ynlDonald Hunter
2023-03-28tools: ynl: Add struct parsing to nlspecDonald Hunter
2023-03-27tools: ynl: default to treating enums as flags for mask generationJakub Kicinski
2023-03-16ynl: make the tooling check the licenseJakub Kicinski
2023-03-16tools: ynl: make definitions optional againJakub Kicinski
2023-03-10tools: ynl: fix get_mask utility routineLorenzo Bianconi
2023-03-08tools: ynl: fix enum-as-flags in the generic CLIJakub Kicinski
2023-03-08tools: ynl: move the enum classes to shared codeJakub Kicinski
2023-03-07ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski
2023-03-03tools: ynl: use 1 as the default for first entry in attrs/opsJakub Kicinski
2023-03-03tools: ynl: fully inherit attrs in subsetsJakub Kicinski
2023-02-24tools: ynl-gen: re-raise the exception instead of printingJakub Kicinski
2023-01-31tools: ynl: load jsonschema on demandJakub Kicinski
2023-01-31tools: ynl: add an object hierarchy to represent parsed specJakub Kicinski