summaryrefslogtreecommitdiff
path: root/tools/net/ynl/ynl-gen-c.py
AgeCommit message (Expand)Author
2024-05-13ynl: ensure exact-len value is resolvedAntonio Quartulli
2024-04-05ynl: rename array-nest to indexed-arrayHangbin Liu
2024-03-22tools: ynl: fix setting presence bits in simple nestsJakub Kicinski
2024-03-11netlink: specs: support generating code for genl socket privJakub Kicinski
2024-03-11tools: ynl-gen: support using pre-defined values in attr checksHangbin Liu
2024-03-07tools/net/ynl: Fix c codegen for array-nestDonald Hunter
2024-02-28tools: ynl: remove the libmnl dependencyJakub 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-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 ARRAY_SIZE() helperJakub 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
2023-12-14tools: ynl-gen: print prototypes for recursive stuffJakub Kicinski
2023-12-14tools: ynl-gen: store recursive nests by a pointerJakub Kicinski
2023-12-14tools: ynl-gen: re-sort ignoring recursive nestsJakub Kicinski
2023-12-14tools: ynl-gen: record information about recursive nestsJakub Kicinski
2023-12-14tools: ynl-gen: fill in implementations for TypeUnusedJakub Kicinski
2023-12-14tools: ynl-gen: support fixed headers in genetlinkJakub Kicinski
2023-12-14tools: ynl-gen: use enum user type for members and argsJakub Kicinski
2023-12-14tools: ynl-gen: add missing request free helpers for dumpsJakub Kicinski
2023-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-11-29tools: ynl: don't skip regeneration from make targetsJakub Kicinski
2023-11-29tools: ynl-gen: always construct struct ynl_req_stateJakub Kicinski
2023-11-24tools: ynl-gen: use enum name from the specJakub Kicinski
2023-11-24tools: ynl-get: use family c-nameJakub Kicinski
2023-11-24tools: ynl-gen: always append ULL/LL to range typesJakub Kicinski
2023-11-23tools: ynl: fix duplicate op name in devlinkJakub Kicinski
2023-11-01tools: ynl-gen: don't touch the output file if content is the sameJakub Kicinski
2023-10-26tools: ynl-gen: respect attr-cnt-name at the attr set levelJakub Kicinski
2023-10-26netlink: specs: support conditional operationsJakub Kicinski
2023-10-26netlink: make range pointers in policies constJakub Kicinski
2023-10-24tools: ynl-gen: add support for exact-len validationDavide Caratti
2023-10-23Merge branch 'devlink-finish-conversion-to-generated-split_ops'Jakub Kicinski
2023-10-23tools: ynl-gen: render rsp_parse() helpers if cmd has only dump opJiri Pirko
2023-10-23tools: ynl-gen: introduce support for bitfield32 attribute typeJiri Pirko
2023-10-23tools: ynl-gen: change spacing around __attribute__Jakub Kicinski
2023-10-20netlink: specs: add support for auto-sized scalarsJakub Kicinski
2023-10-20tools: ynl-gen: make the mnl_type() method publicJakub Kicinski
2023-10-19tools: ynl-gen: support limit namesJakub Kicinski
2023-10-19tools: ynl-gen: support full range of min/max checks for integer valuesJakub Kicinski
2023-10-19tools: ynl-gen: track attribute useJakub Kicinski
2023-10-09tools: ynl-gen: handle do ops with no input attrsJakub Kicinski
2023-10-06tools: ynl-gen: use uapi header name for the header guardJakub Kicinski
2023-08-25tools: ynl-gen: fix uAPI generation after tempfile changesJakub Kicinski
2023-08-24tools: ynl-gen: support empty attribute listsJakub Kicinski
2023-08-24tools: ynl-gen: fix collecting global policy attrsJakub Kicinski
2023-08-24tools: ynl-gen: set length of binary fieldsJakub Kicinski