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