summaryrefslogtreecommitdiff
path: root/tools/net/ynl
AgeCommit message (Expand)Author
2023-06-06tools: ynl: add sample for netdevJakub Kicinski
2023-06-06tools: ynl: support fou and netdev in CJakub Kicinski
2023-06-06tools: ynl: user space helpersJakub Kicinski
2023-06-06tools: ynl-gen: clean up stray new lines at the end of reply-less requestsJakub Kicinski
2023-06-02tools: ynl-gen: generate static descriptions of notificationsJakub Kicinski
2023-06-02tools: ynl-gen: switch to family structJakub Kicinski
2023-06-02tools: ynl-gen: generate alloc and free helpers for reqJakub Kicinski
2023-06-02tools: ynl-gen: move the response reading logic into YNLJakub Kicinski
2023-06-02tools: ynl-gen: generate enum-to-string helpersJakub Kicinski
2023-06-02tools: ynl-gen: add error checking for nested structsJakub Kicinski
2023-06-02tools: ynl-gen: loosen type consistency check for eventsJakub Kicinski
2023-06-02tools: ynl-gen: don't override pure nested structJakub Kicinski
2023-06-02tools: ynl-gen: fix unused / pad attribute handlingJakub Kicinski
2023-06-02tools: ynl-gen: add extra headers for user spaceJakub Kicinski
2023-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-29tools: ynl: Support enums in struct members in genetlink-legacyDonald Hunter
2023-05-29tools: ynl: Initialise fixed headers to 0 in genetlink-legacyDonald Hunter
2023-05-26net: ynl: prefix uAPI header include with uapi/Jakub Kicinski
2023-05-25tools: ynl: avoid dict errors on older Python versionsJakub Kicinski
2023-05-24tools: ynl: Handle byte-order in struct membersDonald Hunter
2023-05-24tools: ynl: Use dict of predefined Structs to decode scalar typesDonald Hunter
2023-04-13tools: ynl: Rename ethtool to ethtool.pyRahul Rameshbabu
2023-04-13tools: ynl: Remove absolute paths to yaml files from ethtool testing toolRahul Rameshbabu
2023-04-11tools: ynl: throw a more meaningful exception if family not supportedJakub Kicinski
2023-03-30tools: ynl: ethtool testing toolStanislav Fomichev
2023-03-30tools: ynl: replace print with NlErrorStanislav Fomichev
2023-03-30tools: ynl: support byte-order in cliStanislav Fomichev
2023-03-28tools: ynl: Add fixed-header support to ynlDonald Hunter
2023-03-28tools: ynl: Add struct attr decoding to ynlDonald Hunter
2023-03-28tools: ynl: Add C array attribute decoding to ynlDonald Hunter
2023-03-28tools: ynl: Add struct parsing to nlspecDonald Hunter
2023-03-27tools: ynl: default to treating enums as flags for mask generationJakub Kicinski
2023-03-27tools: ynl: Add missing types to encode/decodeMichal Michalik
2023-03-24tools: ynl: add the Python requirements.txt fileMichal Michalik
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-23ynl: allow to encode u8 attrJiri Pirko
2023-03-22tools: ynl: Fix genlmsg header encoding formatsDonald Hunter
2023-03-21tools: ynl: skip the explicit op array size when not neededJakub Kicinski
2023-03-16ynl: make the tooling check the licenseJakub Kicinski
2023-03-16ynl: broaden the license even moreJakub Kicinski
2023-03-16tools: ynl: make definitions optional againJakub Kicinski
2023-03-10tools: ynl: fix get_mask utility routineLorenzo Bianconi
2023-03-10tools: ynl: fix render-max for flags definitionLorenzo Bianconi
2023-03-08tools: ynl: fix enum-as-flags in the generic CLIJakub Kicinski
2023-03-08tools: ynl: move the enum classes to shared codeJakub Kicinski
2023-03-07ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski
2023-03-03tools: ynl: use 1 as the default for first entry in attrs/opsJakub Kicinski
2023-03-03tools: ynl: fully inherit attrs in subsetsJakub Kicinski
2023-02-24tools: net: add __pycache__ to gitignoreJakub Kicinski
2023-02-24tools: ynl-gen: re-raise the exception instead of printingJakub Kicinski