index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
net
/
ynl
/
lib
/
nlspec.py
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-09
tools: ynl: move python code to separate sub-directory
Jan Stancek
1
-617
/
+0
2025-01-07
tools: ynl: correctly handle overrides of fields in subset
Jakub Kicinski
1
-1
/
+4
2024-11-04
tools: ynl-gen: de-kdocify enums with no doc for entries
Jakub Kicinski
1
-0
/
+3
2024-05-03
tools: ynl: add --list-ops and --list-msgs to CLI
Jakub Kicinski
1
-0
/
+2
2024-03-11
netlink: specs: support generating code for genl socket priv
Jakub Kicinski
1
-0
/
+2
2024-02-06
tools: ynl: correct typo and docstring
Alessandro Marcolini
1
-4
/
+3
2024-01-31
tools/net/ynl: Add support for nested structs
Donald Hunter
1
-0
/
+2
2023-12-18
tools/net/ynl: Add 'sub-message' attribute decoding to ynl
Donald Hunter
1
-0
/
+55
2023-10-20
netlink: specs: add support for auto-sized scalars
Jakub Kicinski
1
-0
/
+6
2023-08-27
tools/ynl: Add mcast-group schema parsing to ynl
Donald Hunter
1
-0
/
+31
2023-06-24
tools: ynl: add display-hint support to ynl
Donald Hunter
1
-0
/
+10
2023-06-12
tools: ynl-gen: support excluding tricky ops
Jakub Kicinski
1
-2
/
+10
2023-06-09
tools: ynl-gen: support code gen for events
Jakub Kicinski
1
-1
/
+1
2023-06-09
tools: ynl-gen: sanitize notification tracking
Jakub Kicinski
1
-1
/
+4
2023-06-08
tools: ynl-gen: enable code gen for directional specs
Jakub Kicinski
1
-3
/
+4
2023-06-08
tools: ynl-gen: use enum names in op strmap more carefully
Jakub Kicinski
1
-0
/
+4
2023-05-29
tools: ynl: Support enums in struct members in genetlink-legacy
Donald Hunter
1
-0
/
+2
2023-05-24
tools: ynl: Handle byte-order in struct members
Donald Hunter
1
-1
/
+3
2023-03-30
tools: ynl: ethtool testing tool
Stanislav Fomichev
1
-0
/
+9
2023-03-30
tools: ynl: support byte-order in cli
Stanislav Fomichev
1
-0
/
+1
2023-03-28
tools: ynl: Add fixed-header support to ynl
Donald Hunter
1
-8
/
+13
2023-03-28
tools: ynl: Add struct attr decoding to ynl
Donald Hunter
1
-0
/
+2
2023-03-28
tools: ynl: Add C array attribute decoding to ynl
Donald Hunter
1
-2
/
+5
2023-03-28
tools: ynl: Add struct parsing to nlspec
Donald Hunter
1
-0
/
+43
2023-03-27
tools: ynl: default to treating enums as flags for mask generation
Jakub Kicinski
1
-4
/
+4
2023-03-16
ynl: make the tooling check the license
Jakub Kicinski
1
-0
/
+8
2023-03-16
tools: ynl: make definitions optional again
Jakub Kicinski
1
-1
/
+2
2023-03-10
tools: ynl: fix get_mask utility routine
Lorenzo Bianconi
1
-4
/
+2
2023-03-08
tools: ynl: fix enum-as-flags in the generic CLI
Jakub Kicinski
1
-2
/
+5
2023-03-08
tools: ynl: move the enum classes to shared code
Jakub Kicinski
1
-0
/
+96
2023-03-07
ynl: re-license uniformly under GPL-2.0 OR BSD-3-Clause
Jakub Kicinski
1
-1
/
+1
2023-03-03
tools: ynl: use 1 as the default for first entry in attrs/ops
Jakub Kicinski
1
-3
/
+3
2023-03-03
tools: ynl: fully inherit attrs in subsets
Jakub Kicinski
1
-8
/
+15
2023-02-24
tools: ynl-gen: re-raise the exception instead of printing
Jakub Kicinski
1
-3
/
+1
2023-01-31
tools: ynl: load jsonschema on demand
Jakub Kicinski
1
-1
/
+10
2023-01-31
tools: ynl: add an object hierarchy to represent parsed spec
Jakub Kicinski
1
-0
/
+301