summaryrefslogtreecommitdiff
path: root/tools/net/ynl
AgeCommit message (Expand)AuthorFilesLines
2023-03-23tools: ynl: Fix genlmsg header encoding formatsDonald Hunter1-3/+3
2023-03-17ynl: make the tooling check the licenseJakub Kicinski2-6/+15
2023-03-17ynl: broaden the license even moreJakub Kicinski1-4/+4
2023-03-17tools: ynl: make definitions optional againJakub Kicinski1-1/+2
2023-03-11tools: ynl: fix get_mask utility routineLorenzo Bianconi1-4/+2
2023-03-11tools: ynl: fix render-max for flags definitionLorenzo Bianconi1-3/+8
2023-03-09tools: ynl: fix enum-as-flags in the generic CLIJakub Kicinski2-9/+7
2023-03-09tools: ynl: move the enum classes to shared codeJakub Kicinski3-89/+121
2023-03-08ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski6-8/+9
2023-03-03tools: ynl: use 1 as the default for first entry in attrs/opsJakub Kicinski2-5/+8
2023-03-03tools: ynl: fully inherit attrs in subsetsJakub Kicinski1-8/+15
2023-02-24tools: net: add __pycache__ to gitignoreJakub Kicinski1-0/+1
2023-02-24tools: ynl-gen: re-raise the exception instead of printingJakub Kicinski1-3/+1
2023-02-24tools: ynl-gen: fix single attribute structs with attr 0 onlyJakub Kicinski1-1/+1
2023-02-01tools: net: use python3 explicitlyJakub Kicinski2-2/+2
2023-02-01tools: ynl: load jsonschema on demandJakub Kicinski2-1/+14
2023-02-01tools: ynl: use operation names from spec on the CLIJakub Kicinski2-4/+11
2023-02-01tools: ynl: support pretty printing bad attribute namesJakub Kicinski1-0/+40
2023-02-01tools: ynl: support multi-attrJakub Kicinski1-7/+14
2023-02-01tools: ynl: support directional enum-model in CLIJakub Kicinski1-4/+4
2023-02-01tools: ynl: add support for types needed by ethtoolJakub Kicinski1-1/+10
2023-02-01tools: ynl: use the common YAML loading and validation codeJakub Kicinski2-232/+142
2023-02-01tools: ynl: add an object hierarchy to represent parsed specJakub Kicinski2-1/+304
2023-02-01tools: ynl: move the cli and netlink code aroundJakub Kicinski3-1/+6
2023-02-01tools: ynl-gen: prevent do / dump reorderingJakub Kicinski1-2/+2
2023-01-27tools: ynl: store ops in ordered dict to avoid random orderingJakub Kicinski1-1/+2
2023-01-27tools: ynl: rename ops_list -> msg_listJakub Kicinski1-4/+6
2023-01-27tools: ynl: support kdocs for flags in code generationJakub Kicinski1-17/+20
2023-01-24tools: ynl: add a completely generic clientJakub Kicinski2-0/+581
2023-01-24net: add basic C code generators for NetlinkJakub Kicinski2-0/+2403