summaryrefslogtreecommitdiff
path: root/tools/net/ynl/lib
AgeCommit message (Expand)Author
2024-02-28tools: ynl: fix handling of multiple mcast groupsJakub Kicinski
2024-02-21tools: ynl: don't leak mcast_groups on init errorJakub Kicinski
2024-02-21tools: ynl: make sure we always pass yarg to mnl_cb_runJakub Kicinski
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-14tools: ynl-gen: support fixed headers in genetlinkJakub Kicinski
2023-12-05tools: ynl: move private definitions to a separate headerJakub Kicinski
2023-12-05tools: ynl: use strerror() if no extack of note providedJakub Kicinski
2023-12-05tools: pynl: make flags argument optional for do()Jakub Kicinski
2023-11-28tools: ynl: add sample for getting page-pool informationJakub Kicinski
2023-10-27tools: ynl: introduce option to process unknown attributes or typesJiri Pirko
2023-10-23Merge branch 'devlink-finish-conversion-to-generated-split_ops'Jakub Kicinski
2023-10-23tools: ynl-gen: introduce support for bitfield32 attribute typeJiri Pirko
2023-10-23tools: ynl-gen: change spacing around __attribute__Jakub Kicinski
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-27tools/ynl: Add mcast-group schema parsing to ynlDonald 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-12tools: ynl-gen: support excluding tricky opsJakub Kicinski
2023-06-09tools: ynl-gen: support code gen for eventsJakub Kicinski
2023-06-09tools: ynl-gen: sanitize notification trackingJakub Kicinski
2023-06-08tools: ynl-gen: enable code gen for directional specsJakub Kicinski
2023-06-08tools: ynl-gen: use enum names in op strmap more carefullyJakub Kicinski
2023-06-06tools: ynl: user space helpersJakub 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-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-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-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski