summaryrefslogtreecommitdiff
path: root/tools/net/ynl/lib/ynl.c
AgeCommit message (Expand)Author
2024-06-09tools: ynl: make user space policies constJakub Kicinski
2024-03-08tools: ynl: Fix spelling mistake "Constructred" -> "Constructed"Colin Ian King
2024-03-07tools: ynl: check for overflow of constructed messagesJakub Kicinski
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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 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: fix handling of multiple mcast groupsJakub 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
2023-12-14tools: ynl-gen: support fixed headers in genetlinkJakub Kicinski
2023-12-05tools: ynl: use strerror() if no extack of note providedJakub Kicinski
2023-10-23tools: ynl-gen: introduce support for bitfield32 attribute typeJiri Pirko
2023-10-20netlink: specs: add support for auto-sized scalarsJakub Kicinski
2023-06-06tools: ynl: user space helpersJakub Kicinski