summaryrefslogtreecommitdiff
path: root/tools/net/ynl/lib/ynl.py
AgeCommit message (Expand)Author
2024-04-23tools: ynl: don't ignore errors in NLMSG_DONE messagesJakub Kicinski
2024-03-11tools: ynl: remove trailing semicolonJakub Kicinski
2024-03-07tools/net/ynl: Add nest-type-value decodingDonald Hunter
2024-03-07tools/net/ynl: Fix extack decoding for netlink-rawDonald Hunter
2024-03-06tools: ynl: support debug printing messagesJakub Kicinski
2024-03-06tools: ynl: allow setting recv() sizeJakub Kicinski
2024-03-06tools: ynl: move the new line in NlMsg __repr__Jakub Kicinski
2024-02-23tools: ynl: allow user to pass enum string instead of scalar valueJiri Pirko
2024-02-23tools: ynl: process all scalar types encoding in single elif statementJiri Pirko
2024-02-23tools: ynl: allow user to specify flag attr with bool valuesJiri Pirko
2024-02-19tools: ynl: don't access uninitialized attr_space variableJiri Pirko
2024-02-06tools: ynl: add support for encoding multi-attrAlessandro Marcolini
2024-01-31tools/net/ynl: Add support for nested structsDonald Hunter
2024-01-31tools/net/ynl: Move formatted_string method out of NlAttrDonald Hunter
2024-01-31tools/net/ynl: Rename _fixed_header_size() to _struct_size()Donald Hunter
2024-01-31tools/net/ynl: Combine struct decoding logic in ynlDonald Hunter
2024-01-31tools/net/ynl: Encode default values for binary blobsDonald Hunter
2024-01-31tools/net/ynl: Add support for encoding sub-messagesDonald Hunter
2024-01-31tools/net/ynl: Refactor fixed header encoding into separate methodDonald Hunter
2024-01-31tools/net/ynl: Support sub-messages in nested attribute spacesDonald Hunter
2023-12-18tools/net/ynl: Add binary and pad support to structs for tcDonald Hunter
2023-12-18tools/net/ynl: Add 'sub-message' attribute decoding to ynlDonald Hunter
2023-12-18tools/net/ynl: Use consistent array index expression formattingDonald Hunter
2023-12-05tools: pynl: make flags argument optional for do()Jakub Kicinski
2023-10-27tools: ynl: introduce option to process unknown attributes or typesJiri Pirko
2023-10-23tools: ynl-gen: introduce support for bitfield32 attribute typeJiri Pirko
2023-10-20netlink: specs: add support for auto-sized scalarsJakub Kicinski
2023-10-17tools: ynl: fix converting flags to names after recent cleanupJakub Kicinski
2023-08-27tools/net/ynl: Add support for create flagsDonald Hunter
2023-08-27tools/net/ynl: Implement nlattr array-nest decoding in ynlDonald Hunter
2023-08-27tools/net/ynl: Add support for netlink-raw familiesDonald Hunter
2023-08-27tools/net/ynl: Fix extack parsing with fixed header genlmsgDonald Hunter
2023-08-24tools: ynl: allow passing binary dataJakub Kicinski
2023-08-15tools: ynl: add more info to KeyErrors on missing attrsJakub Kicinski
2023-07-26tools: ynl-gen: fix parse multi-attr enum attributeArkadiusz Kubalewski
2023-07-26tools: ynl-gen: fix enum index in _decode_enum(..)Arkadiusz Kubalewski
2023-06-24tools: ynl: add display-hint support to ynlDonald Hunter
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-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