summaryrefslogtreecommitdiff
path: root/tools/net/ynl/lib/ynl-priv.h
AgeCommit message (Expand)AuthorFilesLines
2024-06-09tools: ynl: make user space policies constJakub Kicinski1-4/+4
2024-05-31tools: 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-29tools: ynl: remove the libmnl dependencyJakub Kicinski1-3/+1
2024-02-29tools: ynl: stop using mnl socket helpersJakub Kicinski1-0/+2
2024-02-29tools: ynl: switch away from MNL_CB_*Jakub Kicinski1-0/+6
2024-02-29tools: ynl: switch away from mnl_cb_tJakub Kicinski1-3/+8
2024-02-29tools: ynl: use ynl_sock_read_msgs() for ACK handlingJakub Kicinski1-3/+0
2024-02-29tools: ynl-gen: remove unused parse codeJakub Kicinski1-2/+0
2024-02-29tools: ynl: make yarg the first member of struct ynl_dump_stateJakub Kicinski1-2/+1
2024-02-29tools: ynl: create local ARRAY_SIZE() helperJakub Kicinski1-0/+3
2024-02-29tools: ynl: create local nlmsg access helpersJakub Kicinski1-1/+38
2024-02-29tools: ynl: create local for_each helpersJakub Kicinski1-0/+47
2024-02-29tools: ynl: create local attribute helpersJakub Kicinski1-14/+182
2024-02-29tools: ynl: give up on libmnl for auto-intsJakub Kicinski1-9/+36
2023-12-06tools: ynl: move private definitions to a separate headerJakub Kicinski1-0/+144