aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/net/ynl/lib/ynl-priv.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-21tools: ynl-gen: support weird sub-message formatsJakub Kicinski1-2/+6
2025-05-16tools: ynl: submsg: reverse parse / error reportingJakub Kicinski1-1/+4
2025-05-16tools: ynl-gen: submsg: support parsing and rendering sub-messagesJakub Kicinski1-0/+3
2025-05-02tools: ynl: let classic netlink requests specify extra nlflagsJakub Kicinski1-1/+1
2025-04-10tools: ynl: don't use genlmsghdr in classic netlinkJakub Kicinski1-0/+3
2024-06-09tools: ynl: make user space policies constJakub Kicinski1-4/+4
2024-05-30tools: ynl: make the attr and msg helpers more C++ friendlyJakub Kicinski1-11/+11
2024-03-07tools: ynl: check for overflow of constructed messagesJakub Kicinski1-4/+30
2024-02-28tools: ynl: remove the libmnl dependencyJakub Kicinski1-3/+1
2024-02-28tools: ynl: stop using mnl socket helpersJakub Kicinski1-0/+2
2024-02-28tools: ynl: switch away from MNL_CB_*Jakub Kicinski1-0/+6
2024-02-28tools: ynl: switch away from mnl_cb_tJakub Kicinski1-3/+8
2024-02-28tools: ynl: use ynl_sock_read_msgs() for ACK handlingJakub Kicinski1-3/+0
2024-02-28tools: ynl-gen: remove unused parse codeJakub Kicinski1-2/+0
2024-02-28tools: ynl: make yarg the first member of struct ynl_dump_stateJakub Kicinski1-2/+1
2024-02-28tools: ynl: create local ARRAY_SIZE() helperJakub Kicinski1-0/+3
2024-02-28tools: ynl: create local nlmsg access helpersJakub Kicinski1-1/+38
2024-02-28tools: ynl: create local for_each helpersJakub Kicinski1-0/+47
2024-02-28tools: ynl: create local attribute helpersJakub Kicinski1-14/+182
2024-02-28tools: ynl: give up on libmnl for auto-intsJakub Kicinski1-9/+36
2023-12-05tools: ynl: move private definitions to a separate headerJakub Kicinski1-0/+144