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