summaryrefslogtreecommitdiff
path: root/tools/net/ynl/lib/ynl.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-29tools: ynl: wrap recv() + mnl_cb_run2() into a single helperJakub Kicinski1-38/+18
2024-02-29tools: ynl-gen: remove unused parse codeJakub Kicinski1-1/+1
2024-02-29tools: ynl: make yarg the first member of struct ynl_dump_stateJakub Kicinski1-3/+2
2024-02-29tools: ynl: create local nlmsg access helpersJakub Kicinski1-13/+11
2024-02-29tools: ynl: create local for_each helpersJakub Kicinski1-6/+6
2024-02-29tools: ynl: create local attribute helpersJakub Kicinski1-22/+22
2024-02-22tools: ynl: don't leak mcast_groups on init errorJakub Kicinski1-1/+7
2024-02-22tools: ynl: make sure we always pass yarg to mnl_cb_runJakub Kicinski1-3/+8
2023-12-15tools: ynl-gen: support fixed headers in genetlinkJakub Kicinski1-4/+4
2023-12-06tools: ynl: use strerror() if no extack of note providedJakub Kicinski1-1/+5
2023-10-24tools: ynl-gen: introduce support for bitfield32 attribute typeJiri Pirko1-0/+6
2023-10-20netlink: specs: add support for auto-sized scalarsJakub Kicinski1-0/+6
2023-06-06tools: ynl: user space helpersJakub Kicinski1-0/+901