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
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
/
ynl-gen-c.py
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-13
tools: ynl-gen: inherit policy in multi-attr
Jakub Kicinski
1
-18
/
+24
2023-06-13
tools: ynl-gen: correct enum policies
Jakub Kicinski
1
-2
/
+13
2023-06-12
tools: ynl-gen: resolve enum vs struct name conflicts
Jakub Kicinski
1
-5
/
+20
2023-06-12
tools: ynl-gen: don't generate enum types if unnamed
Jakub Kicinski
1
-2
/
+10
2023-06-12
netlink: specs: support setting prefix-name per attribute
Jakub Kicinski
1
-2
/
+5
2023-06-12
tools: ynl-gen: record extra args for regen
Jakub Kicinski
1
-0
/
+5
2023-06-12
tools: ynl-gen: support excluding tricky ops
Jakub Kicinski
1
-3
/
+7
2023-06-10
tools: ynl-gen: support / skip pads on the way to kernel
Jakub Kicinski
1
-0
/
+6
2023-06-10
tools: ynl-gen: don't pass op_name to RenderInfo
Jakub Kicinski
1
-19
/
+18
2023-06-10
tools: ynl-gen: support code gen for events
Jakub Kicinski
1
-5
/
+12
2023-06-10
tools: ynl-gen: sanitize notification tracking
Jakub Kicinski
1
-42
/
+23
2023-06-10
tools: ynl-gen: stop generating common notification handlers
Jakub Kicinski
1
-73
/
+0
2023-06-10
tools: ynl-gen: get attr type outside of if()
Jakub Kicinski
1
-1
/
+3
2023-06-10
tools: ynl-gen: combine else with closing bracket
Jakub Kicinski
1
-4
/
+19
2023-06-10
tools: ynl-gen: complete the C keyword list
Jakub Kicinski
1
-1
/
+34
2023-06-10
tools: ynl-gen: cleanup user space header includes
Jakub Kicinski
1
-4
/
+1
2023-06-09
tools: ynl-gen: don't generate forward declarations for policies
Jakub Kicinski
1
-9
/
+3
2023-06-09
tools: ynl-gen: walk nested types in depth
Jakub Kicinski
1
-12
/
+29
2023-06-09
tools: ynl-gen: inherit struct use info
Jakub Kicinski
1
-0
/
+8
2023-06-09
tools: ynl-gen: try to sort the types more intelligently
Jakub Kicinski
1
-2
/
+24
2023-06-09
tools: ynl-gen: enable code gen for directional specs
Jakub Kicinski
1
-3
/
+7
2023-06-09
tools: ynl-gen: refactor strmap helper generation
Jakub Kicinski
1
-19
/
+17
2023-06-09
tools: ynl-gen: use enum names in op strmap more carefully
Jakub Kicinski
1
-1
/
+5
2023-06-07
tools: ynl-gen: improve unwind on parsing errors
Jakub Kicinski
1
-5
/
+17
2023-06-07
tools: ynl-gen: fill in support for MultiAttr scalars
Jakub Kicinski
1
-5
/
+42
2023-06-06
tools: ynl-gen: clean up stray new lines at the end of reply-less requests
Jakub Kicinski
1
-3
/
+4
2023-06-03
tools: ynl-gen: generate static descriptions of notifications
Jakub Kicinski
1
-10
/
+42
2023-06-03
tools: ynl-gen: switch to family struct
Jakub Kicinski
1
-0
/
+15
2023-06-03
tools: ynl-gen: generate alloc and free helpers for req
Jakub Kicinski
1
-0
/
+17
2023-06-03
tools: ynl-gen: move the response reading logic into YNL
Jakub Kicinski
1
-36
/
+27
2023-06-03
tools: ynl-gen: generate enum-to-string helpers
Jakub Kicinski
1
-0
/
+66
2023-06-03
tools: ynl-gen: add error checking for nested structs
Jakub Kicinski
1
-1
/
+2
2023-06-03
tools: ynl-gen: loosen type consistency check for events
Jakub Kicinski
1
-7
/
+8
2023-06-03
tools: ynl-gen: don't override pure nested struct
Jakub Kicinski
1
-1
/
+2
2023-06-03
tools: ynl-gen: fix unused / pad attribute handling
Jakub Kicinski
1
-3
/
+17
2023-06-03
tools: ynl-gen: add extra headers for user space
Jakub Kicinski
1
-0
/
+7
2023-05-26
net: ynl: prefix uAPI header include with uapi/
Jakub Kicinski
1
-1
/
+3
2023-03-27
tools: ynl: default to treating enums as flags for mask generation
Jakub Kicinski
1
-1
/
+2
2023-03-22
tools: ynl: skip the explicit op array size when not needed
Jakub Kicinski
1
-1
/
+3
2023-03-17
ynl: make the tooling check the license
Jakub Kicinski
1
-6
/
+7
2023-03-17
ynl: broaden the license even more
Jakub Kicinski
1
-4
/
+4
2023-03-11
tools: ynl: fix render-max for flags definition
Lorenzo Bianconi
1
-3
/
+8
2023-03-09
tools: ynl: move the enum classes to shared code
Jakub Kicinski
1
-86
/
+21
2023-03-08
ynl: re-license uniformly under GPL-2.0 OR BSD-3-Clause
Jakub Kicinski
1
-3
/
+4
2023-03-03
tools: ynl: use 1 as the default for first entry in attrs/ops
Jakub Kicinski
1
-2
/
+5
2023-02-24
tools: ynl-gen: fix single attribute structs with attr 0 only
Jakub Kicinski
1
-1
/
+1
2023-02-01
tools: net: use python3 explicitly
Jakub Kicinski
1
-1
/
+1
2023-02-01
tools: ynl: use the common YAML loading and validation code
Jakub Kicinski
1
-139
/
+117
2023-02-01
tools: ynl-gen: prevent do / dump reordering
Jakub Kicinski
1
-2
/
+2
2023-01-27
tools: ynl: store ops in ordered dict to avoid random ordering
Jakub Kicinski
1
-1
/
+2
[next]