summaryrefslogtreecommitdiffstats
path: root/tools/net/ynl/lib/nlspec.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* tools: ynl: add --list-ops and --list-msgs to CLIJakub Kicinski2024-05-041-0/+2
* netlink: specs: support generating code for genl socket privJakub Kicinski2024-03-111-0/+2
* tools: ynl: correct typo and docstringAlessandro Marcolini2024-02-071-4/+3
* tools/net/ynl: Add support for nested structsDonald Hunter2024-02-011-0/+2
* tools/net/ynl: Add 'sub-message' attribute decoding to ynlDonald Hunter2023-12-181-0/+55
* netlink: specs: add support for auto-sized scalarsJakub Kicinski2023-10-201-0/+6
* tools/ynl: Add mcast-group schema parsing to ynlDonald Hunter2023-08-281-0/+31
* tools: ynl: add display-hint support to ynlDonald Hunter2023-06-251-0/+10
* tools: ynl-gen: support excluding tricky opsJakub Kicinski2023-06-121-2/+10
* tools: ynl-gen: support code gen for eventsJakub Kicinski2023-06-091-1/+1
* tools: ynl-gen: sanitize notification trackingJakub Kicinski2023-06-091-1/+4
* tools: ynl-gen: enable code gen for directional specsJakub Kicinski2023-06-081-3/+4
* tools: ynl-gen: use enum names in op strmap more carefullyJakub Kicinski2023-06-081-0/+4
* tools: ynl: Support enums in struct members in genetlink-legacyDonald Hunter2023-05-301-0/+2
* tools: ynl: Handle byte-order in struct membersDonald Hunter2023-05-241-1/+3
* tools: ynl: ethtool testing toolStanislav Fomichev2023-03-311-0/+9
* tools: ynl: support byte-order in cliStanislav Fomichev2023-03-311-0/+1
* tools: ynl: Add fixed-header support to ynlDonald Hunter2023-03-291-8/+13
* tools: ynl: Add struct attr decoding to ynlDonald Hunter2023-03-291-0/+2
* tools: ynl: Add C array attribute decoding to ynlDonald Hunter2023-03-291-2/+5
* tools: ynl: Add struct parsing to nlspecDonald Hunter2023-03-291-0/+43
* tools: ynl: default to treating enums as flags for mask generationJakub Kicinski2023-03-271-4/+4
* ynl: make the tooling check the licenseJakub Kicinski2023-03-171-0/+8
* tools: ynl: make definitions optional againJakub Kicinski2023-03-171-1/+2
* tools: ynl: fix get_mask utility routineLorenzo Bianconi2023-03-111-4/+2
* tools: ynl: fix enum-as-flags in the generic CLIJakub Kicinski2023-03-091-2/+5
* tools: ynl: move the enum classes to shared codeJakub Kicinski2023-03-091-0/+96
* ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski2023-03-071-1/+1
* tools: ynl: use 1 as the default for first entry in attrs/opsJakub Kicinski2023-03-031-3/+3
* tools: ynl: fully inherit attrs in subsetsJakub Kicinski2023-03-031-8/+15
* tools: ynl-gen: re-raise the exception instead of printingJakub Kicinski2023-02-241-3/+1
* tools: ynl: load jsonschema on demandJakub Kicinski2023-02-011-1/+10
* tools: ynl: add an object hierarchy to represent parsed specJakub Kicinski2023-02-011-0/+301