aboutsummaryrefslogtreecommitdiffstats
path: root/tools/net/ynl/cli.py
AgeCommit message (Expand)AuthorFilesLines
2024-05-03tools: ynl: add --list-ops and --list-msgs to CLIJakub Kicinski1-0/+9
2024-04-22tools/net/ynl: Add multi message support to ynlDonald Hunter1-3/+22
2024-03-07tools/net/ynl: Report netlink errors without stacktraceDonald Hunter1-7/+11
2024-03-06tools: ynl: add --dbg-small-recv for easier kernel testingJakub Kicinski1-1/+6
2024-01-31tools/net/ynl: Add --output-json arg to ynl cliDonald Hunter1-3/+19
2023-10-27tools: ynl: introduce option to process unknown attributes or typesJiri Pirko1-1/+2
2023-08-27tools/net/ynl: Add support for create flagsDonald Hunter1-2/+10
2023-03-07ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski1-1/+1
2023-01-31tools: net: use python3 explicitlyJakub Kicinski1-1/+1
2023-01-31tools: ynl: load jsonschema on demandJakub Kicinski1-0/+4
2023-01-31tools: ynl: use operation names from spec on the CLIJakub Kicinski1-4/+5
2023-01-31tools: ynl: move the cli and netlink code aroundJakub Kicinski1-0/+47