summaryrefslogtreecommitdiff
path: root/tools/net/ynl/ynl-gen-c.py
AgeCommit message (Expand)Author
2025-01-09tools: ynl: move python code to separate sub-directoryJan Stancek
2025-01-09tools: ynl-gen-c: improve support for empty nestsJakub Kicinski
2025-01-07tools: ynl: correctly handle overrides of fields in subsetJakub Kicinski
2024-12-07tools: ynl-gen-c: don't require -o argumentJohannes Berg
2024-12-07tools: ynl-gen-c: annotate valid choices for --modeJohannes Berg
2024-12-05ynl: include uapi header after all dependenciesStanislav Fomichev
2024-12-05ynl: support directional specs in ynl-gen-c.pyStanislav Fomichev
2024-12-05ynl: skip rendering attributes with header property in uapi modeStanislav Fomichev
2024-12-05ynl: support enum-cnt-name attribute in legacy definitionsStanislav Fomichev
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