aboutsummaryrefslogtreecommitdiffstats
path: root/tools/net/ynl/lib/nlspec.py (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-09tools: ynl: move python code to separate sub-directoryJan Stancek1-617/+0
2025-01-07tools: ynl: correctly handle overrides of fields in subsetJakub Kicinski1-1/+4
2024-11-04tools: ynl-gen: de-kdocify enums with no doc for entriesJakub Kicinski1-0/+3
2024-05-03tools: ynl: add --list-ops and --list-msgs to CLIJakub Kicinski1-0/+2
2024-03-11netlink: specs: support generating code for genl socket privJakub Kicinski1-0/+2
2024-02-06tools: ynl: correct typo and docstringAlessandro Marcolini1-4/+3
2024-01-31tools/net/ynl: Add support for nested structsDonald Hunter1-0/+2
2023-12-18tools/net/ynl: Add 'sub-message' attribute decoding to ynlDonald Hunter1-0/+55
2023-10-20netlink: specs: add support for auto-sized scalarsJakub Kicinski1-0/+6
2023-08-27tools/ynl: Add mcast-group schema parsing to ynlDonald Hunter1-0/+31
2023-06-24tools: ynl: add display-hint support to ynlDonald Hunter1-0/+10
2023-06-12tools: ynl-gen: support excluding tricky opsJakub Kicinski1-2/+10
2023-06-09tools: ynl-gen: support code gen for eventsJakub Kicinski1-1/+1
2023-06-09tools: ynl-gen: sanitize notification trackingJakub Kicinski1-1/+4
2023-06-08tools: ynl-gen: enable code gen for directional specsJakub Kicinski1-3/+4
2023-06-08tools: ynl-gen: use enum names in op strmap more carefullyJakub Kicinski1-0/+4
2023-05-29tools: ynl: Support enums in struct members in genetlink-legacyDonald Hunter1-0/+2
2023-05-24tools: ynl: Handle byte-order in struct membersDonald Hunter1-1/+3
2023-03-30tools: ynl: ethtool testing toolStanislav Fomichev1-0/+9
2023-03-30tools: ynl: support byte-order in cliStanislav Fomichev1-0/+1
2023-03-28tools: ynl: Add fixed-header support to ynlDonald Hunter1-8/+13
2023-03-28tools: ynl: Add struct attr decoding to ynlDonald Hunter1-0/+2
2023-03-28tools: ynl: Add C array attribute decoding to ynlDonald Hunter1-2/+5
2023-03-28tools: ynl: Add struct parsing to nlspecDonald Hunter1-0/+43
2023-03-27tools: ynl: default to treating enums as flags for mask generationJakub Kicinski1-4/+4
2023-03-16ynl: make the tooling check the licenseJakub Kicinski1-0/+8
2023-03-16tools: ynl: make definitions optional againJakub Kicinski1-1/+2
2023-03-10tools: ynl: fix get_mask utility routineLorenzo Bianconi1-4/+2
2023-03-08tools: ynl: fix enum-as-flags in the generic CLIJakub Kicinski1-2/+5
2023-03-08tools: ynl: move the enum classes to shared codeJakub Kicinski1-0/+96
2023-03-07ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski1-1/+1
2023-03-03tools: ynl: use 1 as the default for first entry in attrs/opsJakub Kicinski1-3/+3
2023-03-03tools: ynl: fully inherit attrs in subsetsJakub Kicinski1-8/+15
2023-02-24tools: ynl-gen: re-raise the exception instead of printingJakub Kicinski1-3/+1
2023-01-31tools: ynl: load jsonschema on demandJakub Kicinski1-1/+10
2023-01-31tools: ynl: add an object hierarchy to represent parsed specJakub Kicinski1-0/+301