summaryrefslogtreecommitdiffstats
path: root/tools/net/ynl (follow)
Commit message (Expand)AuthorAgeFilesLines
* tools: ynl: Fix genlmsg header encoding formatsDonald Hunter2023-03-231-3/+3
* ynl: make the tooling check the licenseJakub Kicinski2023-03-172-6/+15
* ynl: broaden the license even moreJakub Kicinski2023-03-171-4/+4
* 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 render-max for flags definitionLorenzo Bianconi2023-03-111-3/+8
* tools: ynl: fix enum-as-flags in the generic CLIJakub Kicinski2023-03-092-9/+7
* tools: ynl: move the enum classes to shared codeJakub Kicinski2023-03-093-89/+121
* ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski2023-03-076-8/+9
* tools: ynl: use 1 as the default for first entry in attrs/opsJakub Kicinski2023-03-032-5/+8
* 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-gen: fix single attribute structs with attr 0 onlyJakub Kicinski2023-02-241-1/+1
* tools: net: use python3 explicitlyJakub Kicinski2023-02-012-2/+2
* tools: ynl: load jsonschema on demandJakub Kicinski2023-02-012-1/+14
* tools: ynl: use operation names from spec on the CLIJakub Kicinski2023-02-012-4/+11
* tools: ynl: support pretty printing bad attribute namesJakub Kicinski2023-02-011-0/+40
* tools: ynl: support multi-attrJakub Kicinski2023-02-011-7/+14
* tools: ynl: support directional enum-model in CLIJakub Kicinski2023-02-011-4/+4
* tools: ynl: add support for types needed by ethtoolJakub Kicinski2023-02-011-1/+10
* tools: ynl: use the common YAML loading and validation codeJakub Kicinski2023-02-012-232/+142
* tools: ynl: add an object hierarchy to represent parsed specJakub Kicinski2023-02-012-1/+304
* tools: ynl: move the cli and netlink code aroundJakub Kicinski2023-02-013-1/+6
* tools: ynl-gen: prevent do / dump reorderingJakub Kicinski2023-02-011-2/+2
* tools: ynl: store ops in ordered dict to avoid random orderingJakub Kicinski2023-01-271-1/+2
* tools: ynl: rename ops_list -> msg_listJakub Kicinski2023-01-271-4/+6
* tools: ynl: support kdocs for flags in code generationJakub Kicinski2023-01-271-17/+20
* tools: ynl: add a completely generic clientJakub Kicinski2023-01-242-0/+581
* net: add basic C code generators for NetlinkJakub Kicinski2023-01-242-0/+2403