summaryrefslogtreecommitdiffstats
path: root/tools/net/ynl/lib
AgeCommit message (Expand)AuthorLines
2023-10-27tools: ynl: introduce option to process unknown attributes or typesJiri Pirko-11/+37
2023-10-23Merge branch 'devlink-finish-conversion-to-generated-split_ops'Jakub Kicinski-3/+17
2023-10-23tools: ynl-gen: introduce support for bitfield32 attribute typeJiri Pirko-3/+17
2023-10-23tools: ynl-gen: change spacing around __attribute__Jakub Kicinski-2/+2
2023-10-20netlink: specs: add support for auto-sized scalarsJakub Kicinski-0/+43
2023-10-17tools: ynl: fix converting flags to names after recent cleanupJakub Kicinski-1/+1
2023-08-27tools/net/ynl: Add support for create flagsDonald Hunter-6/+12
2023-08-27tools/net/ynl: Implement nlattr array-nest decoding in ynlDonald Hunter-0/+13
2023-08-27tools/net/ynl: Add support for netlink-raw familiesDonald Hunter-33/+91
2023-08-27tools/net/ynl: Fix extack parsing with fixed header genlmsgDonald Hunter-25/+40
2023-08-27tools/ynl: Add mcast-group schema parsing to ynlDonald Hunter-0/+31
2023-08-24tools: ynl: allow passing binary dataJakub Kicinski-1/+6
2023-08-15tools: ynl: add more info to KeyErrors on missing attrsJakub Kicinski-3/+12
2023-07-26tools: ynl-gen: fix parse multi-attr enum attributeArkadiusz Kubalewski-6/+6
2023-07-26tools: ynl-gen: fix enum index in _decode_enum(..)Arkadiusz Kubalewski-2/+2
2023-06-24tools: ynl: add display-hint support to ynlDonald Hunter-5/+39
2023-06-12tools: ynl-gen: support excluding tricky opsJakub Kicinski-2/+10
2023-06-09tools: ynl-gen: support code gen for eventsJakub Kicinski-1/+1
2023-06-09tools: ynl-gen: sanitize notification trackingJakub Kicinski-1/+4
2023-06-08tools: ynl-gen: enable code gen for directional specsJakub Kicinski-3/+4
2023-06-08tools: ynl-gen: use enum names in op strmap more carefullyJakub Kicinski-0/+4
2023-06-06tools: ynl: user space helpersJakub Kicinski-0/+1166
2023-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+3
2023-05-29tools: ynl: Support enums in struct members in genetlink-legacyDonald Hunter-1/+7
2023-05-29tools: ynl: Initialise fixed headers to 0 in genetlink-legacyDonald Hunter-1/+1
2023-05-25tools: ynl: avoid dict errors on older Python versionsJakub Kicinski-2/+3
2023-05-24tools: ynl: Handle byte-order in struct membersDonald Hunter-4/+6
2023-05-24tools: ynl: Use dict of predefined Structs to decode scalar typesDonald Hunter-57/+44
2023-04-11tools: ynl: throw a more meaningful exception if family not supportedJakub Kicinski-1/+4
2023-03-30tools: ynl: ethtool testing toolStanislav Fomichev-0/+20
2023-03-30tools: ynl: replace print with NlErrorStanislav Fomichev-3/+9
2023-03-30tools: ynl: support byte-order in cliStanislav Fomichev-12/+24
2023-03-28tools: ynl: Add fixed-header support to ynlDonald Hunter-12/+33
2023-03-28tools: ynl: Add struct attr decoding to ynlDonald Hunter-1/+16
2023-03-28tools: ynl: Add C array attribute decoding to ynlDonald Hunter-3/+22
2023-03-28tools: ynl: Add struct parsing to nlspecDonald Hunter-0/+43
2023-03-27tools: ynl: default to treating enums as flags for mask generationJakub Kicinski-4/+4
2023-03-27tools: ynl: Add missing types to encode/decodeMichal Michalik-0/+6
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+3
2023-03-23ynl: allow to encode u8 attrJiri Pirko-0/+2
2023-03-22tools: ynl: Fix genlmsg header encoding formatsDonald Hunter-3/+3
2023-03-16ynl: make the tooling check the licenseJakub Kicinski-0/+8
2023-03-16tools: ynl: make definitions optional againJakub Kicinski-1/+2
2023-03-10tools: ynl: fix get_mask utility routineLorenzo Bianconi-4/+2
2023-03-08tools: ynl: fix enum-as-flags in the generic CLIJakub Kicinski-9/+7
2023-03-08tools: ynl: move the enum classes to shared codeJakub Kicinski-3/+100
2023-03-07ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski-3/+3
2023-03-03tools: ynl: use 1 as the default for first entry in attrs/opsJakub Kicinski-3/+3
2023-03-03tools: ynl: fully inherit attrs in subsetsJakub Kicinski-8/+15
2023-02-24tools: net: add __pycache__ to gitignoreJakub Kicinski-0/+1