summaryrefslogtreecommitdiff
path: root/tools/net/ynl/lib/ynl.c
AgeCommit message (Expand)Author
2025-05-16tools: ynl: submsg: reverse parse / error reportingJakub Kicinski
2025-05-16tools: ynl-gen: submsg: support parsing and rendering sub-messagesJakub Kicinski
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-05tools: ynl-gen: validate 0 len strings from kernelDavid Wei
2025-05-02tools: ynl: allow fixed-header to be specified per opJakub Kicinski
2025-05-02tools: ynl: let classic netlink requests specify extra nlflagsJakub Kicinski
2025-04-10tools: ynl: don't use genlmsghdr in classic netlinkJakub Kicinski
2025-04-10tools: ynl: support creating non-genl socketsJakub Kicinski
2025-01-27tools: ynl: c: correct reverse decode of empty attrsJakub Kicinski
2024-08-05tools: ynl: remove extraneous ; after statementsColin Ian King
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