index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
net
/
ynl
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-08
tools: ynl: fix enum-as-flags in the generic CLI
Jakub Kicinski
2
-9
/
+7
2023-03-08
tools: ynl: move the enum classes to shared code
Jakub Kicinski
3
-89
/
+121
2023-03-07
ynl: re-license uniformly under GPL-2.0 OR BSD-3-Clause
Jakub Kicinski
6
-8
/
+9
2023-03-03
tools: ynl: use 1 as the default for first entry in attrs/ops
Jakub Kicinski
2
-5
/
+8
2023-03-03
tools: ynl: fully inherit attrs in subsets
Jakub Kicinski
1
-8
/
+15
2023-02-24
tools: net: add __pycache__ to gitignore
Jakub Kicinski
1
-0
/
+1
2023-02-24
tools: ynl-gen: re-raise the exception instead of printing
Jakub Kicinski
1
-3
/
+1
2023-02-24
tools: ynl-gen: fix single attribute structs with attr 0 only
Jakub Kicinski
1
-1
/
+1
2023-01-31
tools: net: use python3 explicitly
Jakub Kicinski
2
-2
/
+2
2023-01-31
tools: ynl: load jsonschema on demand
Jakub Kicinski
2
-1
/
+14
2023-01-31
tools: ynl: use operation names from spec on the CLI
Jakub Kicinski
2
-4
/
+11
2023-01-31
tools: ynl: support pretty printing bad attribute names
Jakub Kicinski
1
-0
/
+40
2023-01-31
tools: ynl: support multi-attr
Jakub Kicinski
1
-7
/
+14
2023-01-31
tools: ynl: support directional enum-model in CLI
Jakub Kicinski
1
-4
/
+4
2023-01-31
tools: ynl: add support for types needed by ethtool
Jakub Kicinski
1
-1
/
+10
2023-01-31
tools: ynl: use the common YAML loading and validation code
Jakub Kicinski
2
-232
/
+142
2023-01-31
tools: ynl: add an object hierarchy to represent parsed spec
Jakub Kicinski
2
-1
/
+304
2023-01-31
tools: ynl: move the cli and netlink code around
Jakub Kicinski
3
-1
/
+6
2023-01-31
tools: ynl-gen: prevent do / dump reordering
Jakub Kicinski
1
-2
/
+2
2023-01-26
tools: ynl: store ops in ordered dict to avoid random ordering
Jakub Kicinski
1
-1
/
+2
2023-01-26
tools: ynl: rename ops_list -> msg_list
Jakub Kicinski
1
-4
/
+6
2023-01-26
tools: ynl: support kdocs for flags in code generation
Jakub Kicinski
1
-17
/
+20
2023-01-24
tools: ynl: add a completely generic client
Jakub Kicinski
2
-0
/
+581
2023-01-24
net: add basic C code generators for Netlink
Jakub Kicinski
2
-0
/
+2403