summaryrefslogtreecommitdiff
path: root/tools/net/ynl/ynl-gen-c.py
AgeCommit message (Expand)AuthorFilesLines
2023-03-17ynl: make the tooling check the licenseJakub Kicinski1-6/+7
2023-03-17ynl: broaden the license even moreJakub Kicinski1-4/+4
2023-03-11tools: ynl: fix render-max for flags definitionLorenzo Bianconi1-3/+8
2023-03-09tools: ynl: move the enum classes to shared codeJakub Kicinski1-86/+21
2023-03-08ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski1-3/+4
2023-03-03tools: ynl: use 1 as the default for first entry in attrs/opsJakub Kicinski1-2/+5
2023-02-24tools: ynl-gen: fix single attribute structs with attr 0 onlyJakub Kicinski1-1/+1
2023-02-01tools: net: use python3 explicitlyJakub Kicinski1-1/+1
2023-02-01tools: ynl: use the common YAML loading and validation codeJakub Kicinski1-139/+117
2023-02-01tools: ynl-gen: prevent do / dump reorderingJakub Kicinski1-2/+2
2023-01-27tools: ynl: store ops in ordered dict to avoid random orderingJakub Kicinski1-1/+2
2023-01-27tools: ynl: rename ops_list -> msg_listJakub Kicinski1-4/+6
2023-01-27tools: ynl: support kdocs for flags in code generationJakub Kicinski1-17/+20
2023-01-24net: add basic C code generators for NetlinkJakub Kicinski1-0/+2373