summaryrefslogtreecommitdiff
path: root/tools/net
AgeCommit message (Expand)Author
2024-02-28tools: ynl: use MSG_DONTWAIT for getting notificationsJakub Kicinski
2024-02-28tools: ynl: remove the libmnl dependencyJakub Kicinski
2024-02-28tools: ynl: stop using mnl socket helpersJakub Kicinski
2024-02-28tools: ynl: switch away from MNL_CB_*Jakub Kicinski
2024-02-28tools: ynl: switch away from mnl_cb_tJakub Kicinski
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: protect from old OvS headersJakub Kicinski
2024-02-23tools: ynl: fix header guardsJakub 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-02-02tools: ynl: auto-gen for all genetlink familiesJakub Kicinski
2024-02-02tools: ynl: generate code for ovs familiesJakub Kicinski
2024-02-02tools: ynl: include dpll and mptcp_pm in C codegenJakub Kicinski
2024-01-31tools/net/ynl: Add type info to struct members in generated docsDonald Hunter
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
2024-01-31tools/net/ynl: Add --output-json arg to ynl cliDonald Hunter
2023-12-18tools/net/ynl-gen-rst: Remove extra indentation from generated docsDonald Hunter
2023-12-18tools/net/ynl-gen-rst: Remove bold from attribute-set headingsDonald Hunter
2023-12-18tools/net/ynl-gen-rst: Sort the index of generated netlink specsDonald Hunter
2023-12-18tools/net/ynl-gen-rst: Add sub-messages to generated docsDonald 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: print prototypes for recursive stuffJakub Kicinski
2023-12-14tools: ynl-gen: store recursive nests by a pointerJakub Kicinski
2023-12-14tools: ynl-gen: re-sort ignoring recursive nestsJakub Kicinski
2023-12-14tools: ynl-gen: record information about recursive nestsJakub Kicinski