summaryrefslogtreecommitdiff
path: root/tools/net/ynl/lib/ynl.py
AgeCommit message (Expand)Author
2023-05-29tools: ynl: Initialise fixed headers to 0 in genetlink-legacyDonald Hunter
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-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-27tools: ynl: Add missing types to encode/decodeMichal 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-08tools: ynl: fix enum-as-flags in the generic CLIJakub Kicinski
2023-03-07ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski
2023-01-31tools: ynl: use operation names from spec on the CLIJakub Kicinski
2023-01-31tools: ynl: support pretty printing bad attribute namesJakub Kicinski
2023-01-31tools: ynl: support multi-attrJakub Kicinski
2023-01-31tools: ynl: support directional enum-model in CLIJakub Kicinski
2023-01-31tools: ynl: add support for types needed by ethtoolJakub Kicinski
2023-01-31tools: ynl: use the common YAML loading and validation codeJakub Kicinski
2023-01-31tools: ynl: move the cli and netlink code aroundJakub Kicinski