Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-02-24 | tools: net: add __pycache__ to gitignore | Jakub Kicinski | 1 | -0/+1 |
2023-02-24 | tools: ynl-gen: re-raise the exception instead of printing | Jakub Kicinski | 1 | -3/+1 |
2023-01-31 | tools: ynl: load jsonschema on demand | Jakub Kicinski | 1 | -1/+10 |
2023-01-31 | tools: ynl: use operation names from spec on the CLI | Jakub Kicinski | 1 | -0/+6 |
2023-01-31 | tools: ynl: support pretty printing bad attribute names | Jakub Kicinski | 1 | -0/+40 |
2023-01-31 | tools: ynl: support multi-attr | Jakub Kicinski | 1 | -7/+14 |
2023-01-31 | tools: ynl: support directional enum-model in CLI | Jakub Kicinski | 1 | -4/+4 |
2023-01-31 | tools: ynl: add support for types needed by ethtool | Jakub Kicinski | 1 | -1/+10 |
2023-01-31 | tools: ynl: use the common YAML loading and validation code | Jakub Kicinski | 1 | -93/+25 |
2023-01-31 | tools: ynl: add an object hierarchy to represent parsed spec | Jakub Kicinski | 2 | -1/+304 |
2023-01-31 | tools: ynl: move the cli and netlink code around | Jakub Kicinski | 2 | -0/+539 |