summaryrefslogtreecommitdiff
path: root/tools/net/ynl/ynl-gen-c.py
AgeCommit message (Expand)Author
2025-01-16netdev: avoid CFI problems with sock priv helpersJakub Kicinski
2024-11-18tools: ynl-gen: allow uapi headers in sub-dirsJakub Kicinski
2024-11-13tools: ynl: add script dir to sys.pathJan Stancek
2024-11-04tools: ynl-gen: de-kdocify enums with no doc for entriesJakub Kicinski
2024-10-31netlink: add NLA_POLICY_MAX_LEN macroAntonio Quartulli
2024-10-22tools: ynl-gen: use big-endian netlink attribute typesAsbjørn Sloth Tønnesen
2024-10-15tools: ynl-gen: use names of constants in generated limitsJakub Kicinski
2024-10-08tools: ynl-gen: refactor check validation for TypeBinaryJakub Kicinski
2024-08-21tools: ynl: lift an assumption about spec file namePaolo Abeni
2024-07-03tools: ynl: use ident name for Family, too.Paolo Abeni
2024-06-09tools: ynl: make user space policies constJakub Kicinski
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