summaryrefslogtreecommitdiffstats
path: root/tools/net/ynl/lib
Commit message (Expand)AuthorAgeFilesLines
* tools: ynl: add display-hint support to ynlDonald Hunter2023-06-242-5/+39
* tools: ynl-gen: support excluding tricky opsJakub Kicinski2023-06-121-2/+10
* tools: ynl-gen: support code gen for eventsJakub Kicinski2023-06-091-1/+1
* tools: ynl-gen: sanitize notification trackingJakub Kicinski2023-06-091-1/+4
* tools: ynl-gen: enable code gen for directional specsJakub Kicinski2023-06-081-3/+4
* tools: ynl-gen: use enum names in op strmap more carefullyJakub Kicinski2023-06-081-0/+4
* tools: ynl: user space helpersJakub Kicinski2023-06-063-0/+1166
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-011-2/+3
|\
| * tools: ynl: avoid dict errors on older Python versionsJakub Kicinski2023-05-251-2/+3
* | tools: ynl: Support enums in struct members in genetlink-legacyDonald Hunter2023-05-292-1/+7
* | tools: ynl: Initialise fixed headers to 0 in genetlink-legacyDonald Hunter2023-05-291-1/+1
* | tools: ynl: Handle byte-order in struct membersDonald Hunter2023-05-242-4/+6
* | tools: ynl: Use dict of predefined Structs to decode scalar typesDonald Hunter2023-05-241-57/+44
|/
* tools: ynl: throw a more meaningful exception if family not supportedJakub Kicinski2023-04-111-1/+4
* tools: ynl: ethtool testing toolStanislav Fomichev2023-03-302-0/+20
* tools: ynl: replace print with NlErrorStanislav Fomichev2023-03-301-3/+9
* tools: ynl: support byte-order in cliStanislav Fomichev2023-03-302-12/+24
* tools: ynl: Add fixed-header support to ynlDonald Hunter2023-03-282-12/+33
* tools: ynl: Add struct attr decoding to ynlDonald Hunter2023-03-282-1/+16
* tools: ynl: Add C array attribute decoding to ynlDonald Hunter2023-03-282-3/+22
* tools: ynl: Add struct parsing to nlspecDonald Hunter2023-03-281-0/+43
* tools: ynl: default to treating enums as flags for mask generationJakub Kicinski2023-03-271-4/+4
* tools: ynl: Add missing types to encode/decodeMichal Michalik2023-03-271-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-241-3/+3
|\
| * tools: ynl: Fix genlmsg header encoding formatsDonald Hunter2023-03-221-3/+3
* | ynl: allow to encode u8 attrJiri Pirko2023-03-231-0/+2
|/
* ynl: make the tooling check the licenseJakub Kicinski2023-03-161-0/+8
* tools: ynl: make definitions optional againJakub Kicinski2023-03-161-1/+2
* tools: ynl: fix get_mask utility routineLorenzo Bianconi2023-03-101-4/+2
* tools: ynl: fix enum-as-flags in the generic CLIJakub Kicinski2023-03-082-9/+7
* tools: ynl: move the enum classes to shared codeJakub Kicinski2023-03-082-3/+100
* ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski2023-03-073-3/+3
* tools: ynl: use 1 as the default for first entry in attrs/opsJakub Kicinski2023-03-031-3/+3
* tools: ynl: fully inherit attrs in subsetsJakub Kicinski2023-03-031-8/+15
* tools: net: add __pycache__ to gitignoreJakub Kicinski2023-02-241-0/+1
* tools: ynl-gen: re-raise the exception instead of printingJakub Kicinski2023-02-241-3/+1
* tools: ynl: load jsonschema on demandJakub Kicinski2023-01-311-1/+10
* tools: ynl: use operation names from spec on the CLIJakub Kicinski2023-01-311-0/+6
* tools: ynl: support pretty printing bad attribute namesJakub Kicinski2023-01-311-0/+40
* tools: ynl: support multi-attrJakub Kicinski2023-01-311-7/+14
* tools: ynl: support directional enum-model in CLIJakub Kicinski2023-01-311-4/+4
* tools: ynl: add support for types needed by ethtoolJakub Kicinski2023-01-311-1/+10
* tools: ynl: use the common YAML loading and validation codeJakub Kicinski2023-01-311-93/+25
* tools: ynl: add an object hierarchy to represent parsed specJakub Kicinski2023-01-312-1/+304
* tools: ynl: move the cli and netlink code aroundJakub Kicinski2023-01-312-0/+539