summaryrefslogtreecommitdiff
path: root/tools/net
AgeCommit message (Expand)AuthorFilesLines
2023-06-03tools: ynl-gen: add error checking for nested structsJakub Kicinski1-1/+2
2023-06-03tools: ynl-gen: loosen type consistency check for eventsJakub Kicinski1-7/+8
2023-06-03tools: ynl-gen: don't override pure nested structJakub Kicinski1-1/+2
2023-06-03tools: ynl-gen: fix unused / pad attribute handlingJakub Kicinski1-3/+17
2023-06-03tools: ynl-gen: add extra headers for user spaceJakub Kicinski1-0/+7
2023-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+3
2023-05-30tools: ynl: Support enums in struct members in genetlink-legacyDonald Hunter2-1/+7
2023-05-30tools: ynl: Initialise fixed headers to 0 in genetlink-legacyDonald Hunter1-1/+1
2023-05-26net: ynl: prefix uAPI header include with uapi/Jakub Kicinski1-1/+3
2023-05-26tools: ynl: avoid dict errors on older Python versionsJakub Kicinski1-2/+3
2023-05-24tools: ynl: Handle byte-order in struct membersDonald Hunter2-4/+6
2023-05-24tools: ynl: Use dict of predefined Structs to decode scalar typesDonald Hunter1-57/+44
2023-04-14tools: ynl: Rename ethtool to ethtool.pyRahul Rameshbabu1-0/+0
2023-04-14tools: ynl: Remove absolute paths to yaml files from ethtool testing toolRahul Rameshbabu1-2/+2
2023-04-11tools: ynl: throw a more meaningful exception if family not supportedJakub Kicinski1-1/+4
2023-03-31tools: ynl: ethtool testing toolStanislav Fomichev3-0/+444
2023-03-31tools: ynl: replace print with NlErrorStanislav Fomichev1-3/+9
2023-03-31tools: ynl: support byte-order in cliStanislav Fomichev2-12/+24
2023-03-29tools: ynl: Add fixed-header support to ynlDonald Hunter2-12/+33
2023-03-29tools: ynl: Add struct attr decoding to ynlDonald Hunter2-1/+16
2023-03-29tools: ynl: Add C array attribute decoding to ynlDonald Hunter2-3/+22
2023-03-29tools: ynl: Add struct parsing to nlspecDonald Hunter1-0/+43
2023-03-27tools: ynl: default to treating enums as flags for mask generationJakub Kicinski2-5/+6
2023-03-27tools: ynl: Add missing types to encode/decodeMichal Michalik1-0/+6
2023-03-25tools: ynl: add the Python requirements.txt fileMichal Michalik1-0/+2
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2023-03-24ynl: allow to encode u8 attrJiri Pirko1-0/+2
2023-03-23tools: ynl: Fix genlmsg header encoding formatsDonald Hunter1-3/+3
2023-03-22tools: ynl: skip the explicit op array size when not neededJakub Kicinski1-1/+3
2023-03-17ynl: make the tooling check the licenseJakub Kicinski2-6/+15
2023-03-17ynl: broaden the license even moreJakub Kicinski1-4/+4
2023-03-17tools: ynl: make definitions optional againJakub Kicinski1-1/+2
2023-03-11tools: ynl: fix get_mask utility routineLorenzo Bianconi1-4/+2
2023-03-11tools: ynl: fix render-max for flags definitionLorenzo Bianconi1-3/+8
2023-03-09tools: ynl: fix enum-as-flags in the generic CLIJakub Kicinski2-9/+7
2023-03-09tools: ynl: move the enum classes to shared codeJakub Kicinski3-89/+121
2023-03-08ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski6-8/+9
2023-03-03tools: ynl: use 1 as the default for first entry in attrs/opsJakub Kicinski2-5/+8
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-02-24tools: ynl-gen: fix single attribute structs with attr 0 onlyJakub Kicinski1-1/+1
2023-02-01tools: net: use python3 explicitlyJakub Kicinski2-2/+2
2023-02-01tools: ynl: load jsonschema on demandJakub Kicinski2-1/+14
2023-02-01tools: ynl: use operation names from spec on the CLIJakub Kicinski2-4/+11
2023-02-01tools: ynl: support pretty printing bad attribute namesJakub Kicinski1-0/+40
2023-02-01tools: ynl: support multi-attrJakub Kicinski1-7/+14
2023-02-01tools: ynl: support directional enum-model in CLIJakub Kicinski1-4/+4
2023-02-01tools: ynl: add support for types needed by ethtoolJakub Kicinski1-1/+10
2023-02-01tools: ynl: use the common YAML loading and validation codeJakub Kicinski2-232/+142