summaryrefslogtreecommitdiff
path: root/tools/net/ynl/lib
AgeCommit message (Expand)AuthorFilesLines
2023-12-19tools/net/ynl: Add binary and pad support to structs for tcDonald Hunter1-10/+26
2023-12-19tools/net/ynl: Add 'sub-message' attribute decoding to ynlDonald Hunter2-8/+95
2023-12-19tools/net/ynl: Use consistent array index expression formattingDonald Hunter1-5/+5
2023-12-15tools: ynl-gen: support fixed headers in genetlinkJakub Kicinski2-4/+5
2023-12-06tools: ynl: move private definitions to a separate headerJakub Kicinski2-147/+145
2023-12-06tools: ynl: use strerror() if no extack of note providedJakub Kicinski1-1/+5
2023-12-06tools: pynl: make flags argument optional for do()Jakub Kicinski1-2/+2
2023-11-28tools: ynl: add sample for getting page-pool informationJakub Kicinski1-1/+1
2023-10-28tools: ynl: introduce option to process unknown attributes or typesJiri Pirko1-11/+37
2023-10-24Merge branch 'devlink-finish-conversion-to-generated-split_ops'Jakub Kicinski3-3/+17
2023-10-24tools: ynl-gen: introduce support for bitfield32 attribute typeJiri Pirko3-3/+17
2023-10-23tools: ynl-gen: change spacing around __attribute__Jakub Kicinski1-2/+2
2023-10-20netlink: specs: add support for auto-sized scalarsJakub Kicinski4-0/+43
2023-10-18tools: ynl: fix converting flags to names after recent cleanupJakub Kicinski1-1/+1
2023-08-28tools/net/ynl: Add support for create flagsDonald Hunter2-6/+12
2023-08-28tools/net/ynl: Implement nlattr array-nest decoding in ynlDonald Hunter1-0/+13
2023-08-28tools/net/ynl: Add support for netlink-raw familiesDonald Hunter1-33/+91
2023-08-28tools/net/ynl: Fix extack parsing with fixed header genlmsgDonald Hunter1-25/+40
2023-08-28tools/ynl: Add mcast-group schema parsing to ynlDonald Hunter1-0/+31
2023-08-25tools: ynl: allow passing binary dataJakub Kicinski1-1/+6
2023-08-16tools: ynl: add more info to KeyErrors on missing attrsJakub Kicinski1-3/+12
2023-07-26tools: ynl-gen: fix parse multi-attr enum attributeArkadiusz Kubalewski1-6/+6
2023-07-26tools: ynl-gen: fix enum index in _decode_enum(..)Arkadiusz Kubalewski1-2/+2
2023-06-25tools: ynl: add display-hint support to ynlDonald Hunter2-5/+39
2023-06-12tools: ynl-gen: support excluding tricky opsJakub Kicinski1-2/+10
2023-06-10tools: ynl-gen: support code gen for eventsJakub Kicinski1-1/+1
2023-06-10tools: ynl-gen: sanitize notification trackingJakub Kicinski1-1/+4
2023-06-09tools: ynl-gen: enable code gen for directional specsJakub Kicinski1-3/+4
2023-06-09tools: ynl-gen: use enum names in op strmap more carefullyJakub Kicinski1-0/+4
2023-06-06tools: ynl: user space helpersJakub Kicinski3-0/+1166
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-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-11tools: ynl: throw a more meaningful exception if family not supportedJakub Kicinski1-1/+4
2023-03-31tools: ynl: ethtool testing toolStanislav Fomichev2-0/+20
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 Kicinski1-4/+4
2023-03-27tools: ynl: Add missing types to encode/decodeMichal Michalik1-0/+6
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-17ynl: make the tooling check the licenseJakub Kicinski1-0/+8