summaryrefslogtreecommitdiff
path: root/tools/net/ynl/lib/ynl.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-09tools: ynl: Fix spelling mistake "Constructred" -> "Constructed"Colin Ian King1-1/+1
2024-03-07tools: ynl: check for overflow of constructed messagesJakub Kicinski1-0/+36
2024-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-02-29tools: ynl: use MSG_DONTWAIT for getting notificationsJakub Kicinski1-15/+14
2024-02-29tools: ynl: remove the libmnl dependencyJakub Kicinski1-1/+0
2024-02-29tools: ynl: stop using mnl socket helpersJakub Kicinski1-21/+39
2024-02-29tools: ynl: switch away from MNL_CB_*Jakub Kicinski1-27/+27
2024-02-29tools: ynl: switch away from mnl_cb_tJakub Kicinski1-13/+12
2024-02-29tools: ynl: stop using mnl_cb_run2()Jakub Kicinski1-19/+44
2024-02-29tools: ynl: use ynl_sock_read_msgs() for ACK handlingJakub Kicinski1-20/+14
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-29tools: ynl: fix handling of multiple mcast groupsJakub Kicinski1-0/+1
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