index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
net
/
ynl
/
lib
/
nlspec.py
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-04
tools: ynl: add --list-ops and --list-msgs to CLI
Jakub Kicinski
1
-0
/
+2
2024-03-12
netlink: specs: support generating code for genl socket priv
Jakub Kicinski
1
-0
/
+2
2024-02-07
tools: ynl: correct typo and docstring
Alessandro Marcolini
1
-4
/
+3
2024-02-01
tools/net/ynl: Add support for nested structs
Donald Hunter
1
-0
/
+2
2023-12-19
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-28
tools/ynl: Add mcast-group schema parsing to ynl
Donald Hunter
1
-0
/
+31
2023-06-25
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-10
tools: ynl-gen: support code gen for events
Jakub Kicinski
1
-1
/
+1
2023-06-10
tools: ynl-gen: sanitize notification tracking
Jakub Kicinski
1
-1
/
+4
2023-06-09
tools: ynl-gen: enable code gen for directional specs
Jakub Kicinski
1
-3
/
+4
2023-06-09
tools: ynl-gen: use enum names in op strmap more carefully
Jakub Kicinski
1
-0
/
+4
2023-05-30
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-31
tools: ynl: ethtool testing tool
Stanislav Fomichev
1
-0
/
+9
2023-03-31
tools: ynl: support byte-order in cli
Stanislav Fomichev
1
-0
/
+1
2023-03-29
tools: ynl: Add fixed-header support to ynl
Donald Hunter
1
-8
/
+13
2023-03-29
tools: ynl: Add struct attr decoding to ynl
Donald Hunter
1
-0
/
+2
2023-03-29
tools: ynl: Add C array attribute decoding to ynl
Donald Hunter
1
-2
/
+5
2023-03-29
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-17
ynl: make the tooling check the license
Jakub Kicinski
1
-0
/
+8
2023-03-17
tools: ynl: make definitions optional again
Jakub Kicinski
1
-1
/
+2
2023-03-11
tools: ynl: fix get_mask utility routine
Lorenzo Bianconi
1
-4
/
+2
2023-03-09
tools: ynl: fix enum-as-flags in the generic CLI
Jakub Kicinski
1
-2
/
+5
2023-03-09
tools: ynl: move the enum classes to shared code
Jakub Kicinski
1
-0
/
+96
2023-03-08
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-02-01
tools: ynl: load jsonschema on demand
Jakub Kicinski
1
-1
/
+10
2023-02-01
tools: ynl: add an object hierarchy to represent parsed spec
Jakub Kicinski
1
-0
/
+301