aboutsummaryrefslogtreecommitdiff
path: root/tools/net/ynl
AgeCommit message (Expand)AuthorFilesLines
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-01-31tools: net: use python3 explicitlyJakub Kicinski2-2/+2
2023-01-31tools: ynl: load jsonschema on demandJakub Kicinski2-1/+14
2023-01-31tools: ynl: use operation names from spec on the CLIJakub Kicinski2-4/+11
2023-01-31tools: ynl: support pretty printing bad attribute namesJakub Kicinski1-0/+40
2023-01-31tools: ynl: support multi-attrJakub Kicinski1-7/+14
2023-01-31tools: ynl: support directional enum-model in CLIJakub Kicinski1-4/+4
2023-01-31tools: ynl: add support for types needed by ethtoolJakub Kicinski1-1/+10
2023-01-31tools: ynl: use the common YAML loading and validation codeJakub Kicinski2-232/+142
2023-01-31tools: ynl: add an object hierarchy to represent parsed specJakub Kicinski2-1/+304
2023-01-31tools: ynl: move the cli and netlink code aroundJakub Kicinski3-1/+6
2023-01-31tools: ynl-gen: prevent do / dump reorderingJakub Kicinski1-2/+2
2023-01-26tools: ynl: store ops in ordered dict to avoid random orderingJakub Kicinski1-1/+2
2023-01-26tools: ynl: rename ops_list -> msg_listJakub Kicinski1-4/+6
2023-01-26tools: 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