summaryrefslogtreecommitdiff
path: root/tools/net/ynl/ynl-gen-c.py
AgeCommit message (Expand)Author
2023-06-07tools: ynl-gen: improve unwind on parsing errorsJakub Kicinski
2023-06-07tools: ynl-gen: fill in support for MultiAttr scalarsJakub Kicinski
2023-06-06tools: ynl-gen: clean up stray new lines at the end of reply-less requestsJakub Kicinski
2023-06-02tools: ynl-gen: generate static descriptions of notificationsJakub Kicinski
2023-06-02tools: ynl-gen: switch to family structJakub Kicinski
2023-06-02tools: ynl-gen: generate alloc and free helpers for reqJakub Kicinski
2023-06-02tools: ynl-gen: move the response reading logic into YNLJakub Kicinski
2023-06-02tools: ynl-gen: generate enum-to-string helpersJakub Kicinski
2023-06-02tools: ynl-gen: add error checking for nested structsJakub Kicinski
2023-06-02tools: ynl-gen: loosen type consistency check for eventsJakub Kicinski
2023-06-02tools: ynl-gen: don't override pure nested structJakub Kicinski
2023-06-02tools: ynl-gen: fix unused / pad attribute handlingJakub Kicinski
2023-06-02tools: ynl-gen: add extra headers for user spaceJakub Kicinski
2023-05-26net: ynl: prefix uAPI header include with uapi/Jakub Kicinski
2023-03-27tools: ynl: default to treating enums as flags for mask generationJakub Kicinski
2023-03-21tools: ynl: skip the explicit op array size when not neededJakub Kicinski
2023-03-16ynl: make the tooling check the licenseJakub Kicinski
2023-03-16ynl: broaden the license even moreJakub Kicinski
2023-03-10tools: ynl: fix render-max for flags definitionLorenzo Bianconi
2023-03-08tools: ynl: move the enum classes to shared codeJakub Kicinski
2023-03-07ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski
2023-03-03tools: ynl: use 1 as the default for first entry in attrs/opsJakub Kicinski
2023-02-24tools: ynl-gen: fix single attribute structs with attr 0 onlyJakub Kicinski
2023-01-31tools: net: use python3 explicitlyJakub Kicinski
2023-01-31tools: ynl: use the common YAML loading and validation codeJakub Kicinski
2023-01-31tools: ynl-gen: prevent do / dump reorderingJakub Kicinski
2023-01-26tools: ynl: store ops in ordered dict to avoid random orderingJakub Kicinski
2023-01-26tools: ynl: rename ops_list -> msg_listJakub Kicinski
2023-01-26tools: ynl: support kdocs for flags in code generationJakub Kicinski
2023-01-24net: add basic C code generators for NetlinkJakub Kicinski