summaryrefslogtreecommitdiffstats
path: root/tools/net/ynl/lib
Commit message (Expand)AuthorAgeFilesLines
* tools: ynl: Fix genlmsg header encoding formatsDonald Hunter2023-03-221-3/+3
* ynl: make the tooling check the licenseJakub Kicinski2023-03-161-0/+8
* tools: ynl: make definitions optional againJakub Kicinski2023-03-161-1/+2
* tools: ynl: fix get_mask utility routineLorenzo Bianconi2023-03-101-4/+2
* tools: ynl: fix enum-as-flags in the generic CLIJakub Kicinski2023-03-082-9/+7
* tools: ynl: move the enum classes to shared codeJakub Kicinski2023-03-082-3/+100
* ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski2023-03-073-3/+3
* 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: net: add __pycache__ to gitignoreJakub Kicinski2023-02-241-0/+1
* tools: ynl-gen: re-raise the exception instead of printingJakub Kicinski2023-02-241-3/+1
* tools: ynl: load jsonschema on demandJakub Kicinski2023-01-311-1/+10
* tools: ynl: use operation names from spec on the CLIJakub Kicinski2023-01-311-0/+6
* tools: ynl: support pretty printing bad attribute namesJakub Kicinski2023-01-311-0/+40
* tools: ynl: support multi-attrJakub Kicinski2023-01-311-7/+14
* tools: ynl: support directional enum-model in CLIJakub Kicinski2023-01-311-4/+4
* tools: ynl: add support for types needed by ethtoolJakub Kicinski2023-01-311-1/+10
* tools: ynl: use the common YAML loading and validation codeJakub Kicinski2023-01-311-93/+25
* tools: ynl: add an object hierarchy to represent parsed specJakub Kicinski2023-01-312-1/+304
* tools: ynl: move the cli and netlink code aroundJakub Kicinski2023-01-312-0/+539