summaryrefslogtreecommitdiff
path: root/tools/net/ynl/ynl-gen-c.py
AgeCommit message (Expand)AuthorFilesLines
2024-05-14ynl: ensure exact-len value is resolvedAntonio Quartulli1-2/+2
2024-04-06ynl: rename array-nest to indexed-arrayHangbin Liu1-6/+12
2024-03-23tools: ynl: fix setting presence bits in simple nestsJakub Kicinski1-2/+5
2024-03-12netlink: specs: support generating code for genl socket privJakub Kicinski1-0/+10
2024-03-11tools: ynl-gen: support using pre-defined values in attr checksHangbin Liu1-0/+2
2024-03-08tools/net/ynl: Fix c codegen for array-nestDonald Hunter1-1/+1
2024-02-29tools: ynl: remove the libmnl dependencyJakub Kicinski1-1/+0
2024-02-29tools: ynl: switch away from MNL_CB_*Jakub Kicinski1-7/+7
2024-02-29tools: ynl: switch away from mnl_cb_tJakub Kicinski1-2/+1
2024-02-29tools: ynl-gen: remove unused parse codeJakub Kicinski1-8/+0
2024-02-29tools: ynl: make yarg the first member of struct ynl_dump_stateJakub Kicinski1-2/+3
2024-02-29tools: ynl: create local ARRAY_SIZE() helperJakub Kicinski1-2/+2
2024-02-29tools: ynl: create local nlmsg access helpersJakub Kicinski1-3/+3
2024-02-29tools: ynl: create local for_each helpersJakub Kicinski1-4/+4
2024-02-29tools: ynl: create local attribute helpersJakub Kicinski1-38/+23
2023-12-15tools: ynl-gen: print prototypes for recursive stuffJakub Kicinski1-5/+39
2023-12-15tools: ynl-gen: store recursive nests by a pointerJakub Kicinski1-2/+14
2023-12-15tools: ynl-gen: re-sort ignoring recursive nestsJakub Kicinski1-21/+31
2023-12-15tools: ynl-gen: record information about recursive nestsJakub Kicinski1-2/+17
2023-12-15tools: ynl-gen: fill in implementations for TypeUnusedJakub Kicinski1-0/+9
2023-12-15tools: ynl-gen: support fixed headers in genetlinkJakub Kicinski1-4/+40
2023-12-15tools: ynl-gen: use enum user type for members and argsJakub Kicinski1-3/+2
2023-12-15tools: ynl-gen: add missing request free helpers for dumpsJakub Kicinski1-0/+1
2023-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+4
2023-11-30tools: ynl: don't skip regeneration from make targetsJakub Kicinski1-4/+8
2023-11-29tools: ynl-gen: always construct struct ynl_req_stateJakub Kicinski1-6/+4
2023-11-24tools: ynl-gen: use enum name from the specJakub Kicinski1-5/+9
2023-11-24tools: ynl-get: use family c-nameJakub Kicinski1-23/+23
2023-11-24tools: ynl-gen: always append ULL/LL to range typesJakub Kicinski1-2/+3
2023-11-23tools: ynl: fix duplicate op name in devlinkJakub Kicinski1-0/+6
2023-11-02tools: ynl-gen: don't touch the output file if content is the sameJakub Kicinski1-1/+6
2023-10-27tools: ynl-gen: respect attr-cnt-name at the attr set levelJakub Kicinski1-3/+4
2023-10-27netlink: specs: support conditional operationsJakub Kicinski1-0/+22
2023-10-27netlink: make range pointers in policies constJakub Kicinski1-1/+1
2023-10-24tools: ynl-gen: add support for exact-len validationDavide Caratti1-11/+17
2023-10-24Merge branch 'devlink-finish-conversion-to-generated-split_ops'Jakub Kicinski1-4/+46
2023-10-24tools: ynl-gen: render rsp_parse() helpers if cmd has only dump opJiri Pirko1-4/+7
2023-10-24tools: ynl-gen: introduce support for bitfield32 attribute typeJiri Pirko1-0/+39
2023-10-23tools: ynl-gen: change spacing around __attribute__Jakub Kicinski1-1/+1
2023-10-20netlink: specs: add support for auto-sized scalarsJakub Kicinski1-2/+4
2023-10-20tools: ynl-gen: make the mnl_type() method publicJakub Kicinski1-20/+18
2023-10-20tools: ynl-gen: support limit namesJakub Kicinski1-11/+34
2023-10-20tools: ynl-gen: support full range of min/max checks for integer valuesJakub Kicinski1-7/+59
2023-10-20tools: ynl-gen: track attribute useJakub Kicinski1-0/+20
2023-10-10tools: ynl-gen: handle do ops with no input attrsJakub Kicinski1-6/+11
2023-10-06tools: ynl-gen: use uapi header name for the header guardJakub Kicinski1-1/+5
2023-08-26tools: ynl-gen: fix uAPI generation after tempfile changesJakub Kicinski1-10/+20
2023-08-25tools: ynl-gen: support empty attribute listsJakub Kicinski1-2/+9
2023-08-25tools: ynl-gen: fix collecting global policy attrsJakub Kicinski1-1/+3
2023-08-25tools: ynl-gen: set length of binary fieldsJakub Kicinski1-0/+1