summaryrefslogtreecommitdiff
path: root/tools/net/ynl/lib
AgeCommit message (Expand)Author
2024-02-28tools: ynl: stop using mnl_cb_run2()Jakub Kicinski
2024-02-28tools: ynl: use ynl_sock_read_msgs() for ACK handlingJakub Kicinski
2024-02-28tools: ynl: wrap recv() + mnl_cb_run2() into a single helperJakub Kicinski
2024-02-28tools: ynl-gen: remove unused parse codeJakub Kicinski
2024-02-28tools: ynl: make yarg the first member of struct ynl_dump_stateJakub Kicinski
2024-02-28tools: ynl: create local ARRAY_SIZE() helperJakub Kicinski
2024-02-28tools: ynl: create local nlmsg access helpersJakub Kicinski
2024-02-28tools: ynl: create local for_each helpersJakub Kicinski
2024-02-28tools: ynl: create local attribute helpersJakub Kicinski
2024-02-28tools: ynl: give up on libmnl for auto-intsJakub Kicinski
2024-02-28tools: ynl: fix handling of multiple mcast groupsJakub 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-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub 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
2024-02-19tools: ynl: don't access uninitialized attr_space variableJiri Pirko
2024-02-06tools: ynl: add support for encoding multi-attrAlessandro Marcolini
2024-02-06tools: ynl: correct typo and docstringAlessandro 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-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