summaryrefslogtreecommitdiff
path: root/tools/net/ynl/lib
AgeCommit message (Expand)AuthorFilesLines
2023-04-11tools: ynl: throw a more meaningful exception if family not supportedJakub Kicinski1-1/+4
2023-03-30tools: ynl: ethtool testing toolStanislav Fomichev2-0/+20
2023-03-30tools: ynl: replace print with NlErrorStanislav Fomichev1-3/+9
2023-03-30tools: ynl: support byte-order in cliStanislav Fomichev2-12/+24
2023-03-28tools: ynl: Add fixed-header support to ynlDonald Hunter2-12/+33
2023-03-28tools: ynl: Add struct attr decoding to ynlDonald Hunter2-1/+16
2023-03-28tools: ynl: Add C array attribute decoding to ynlDonald Hunter2-3/+22
2023-03-28tools: ynl: Add struct parsing to nlspecDonald Hunter1-0/+43
2023-03-27tools: ynl: default to treating enums as flags for mask generationJakub Kicinski1-4/+4
2023-03-27tools: ynl: Add missing types to encode/decodeMichal Michalik1-0/+6
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2023-03-23ynl: allow to encode u8 attrJiri Pirko1-0/+2
2023-03-22tools: ynl: Fix genlmsg header encoding formatsDonald Hunter1-3/+3
2023-03-16ynl: make the tooling check the licenseJakub Kicinski1-0/+8
2023-03-16tools: ynl: make definitions optional againJakub Kicinski1-1/+2
2023-03-10tools: ynl: fix get_mask utility routineLorenzo Bianconi1-4/+2
2023-03-08tools: ynl: fix enum-as-flags in the generic CLIJakub Kicinski2-9/+7
2023-03-08tools: ynl: move the enum classes to shared codeJakub Kicinski2-3/+100
2023-03-07ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski3-3/+3
2023-03-03tools: ynl: use 1 as the default for first entry in attrs/opsJakub Kicinski1-3/+3
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-01-31tools: ynl: load jsonschema on demandJakub Kicinski1-1/+10
2023-01-31tools: ynl: use operation names from spec on the CLIJakub Kicinski1-0/+6
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 Kicinski1-93/+25
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 Kicinski2-0/+539