开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
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
2023-11-01
tools: ynl-gen: don't touch the output file if content is the same
Jakub Kicinski
2023-10-26
tools: ynl-gen: respect attr-cnt-name at the attr set level
Jakub Kicinski
2023-10-26
netlink: specs: support conditional operations
Jakub Kicinski
2023-10-26
netlink: make range pointers in policies const
Jakub Kicinski
2023-10-24
tools: ynl-gen: add support for exact-len validation
Davide Caratti
2023-10-23
Merge branch 'devlink-finish-conversion-to-generated-split_ops'
Jakub Kicinski
2023-10-23
tools: ynl-gen: render rsp_parse() helpers if cmd has only dump op
Jiri Pirko
2023-10-23
tools: ynl-gen: introduce support for bitfield32 attribute type
Jiri Pirko
2023-10-23
tools: ynl-gen: change spacing around __attribute__
Jakub Kicinski
2023-10-20
netlink: specs: add support for auto-sized scalars
Jakub Kicinski
2023-10-20
tools: ynl-gen: make the mnl_type() method public
Jakub Kicinski
2023-10-19
tools: ynl-gen: support limit names
Jakub Kicinski
2023-10-19
tools: ynl-gen: support full range of min/max checks for integer values
Jakub Kicinski
2023-10-19
tools: ynl-gen: track attribute use
Jakub Kicinski
2023-10-09
tools: ynl-gen: handle do ops with no input attrs
Jakub Kicinski
2023-10-06
tools: ynl-gen: use uapi header name for the header guard
Jakub Kicinski
2023-08-25
tools: ynl-gen: fix uAPI generation after tempfile changes
Jakub Kicinski
2023-08-24
tools: ynl-gen: support empty attribute lists
Jakub Kicinski
2023-08-24
tools: ynl-gen: fix collecting global policy attrs
Jakub Kicinski
2023-08-24
tools: ynl-gen: set length of binary fields
Jakub Kicinski
2023-08-19
tools: ynl-gen: use temporary file for rendering
Jiri Pirko
2023-08-09
tools: ynl-gen: add missing empty line between policies
Jakub Kicinski
2023-08-09
tools: ynl-gen: avoid rendering empty validate field
Jiri Pirko
2023-08-04
ynl-gen-c.py: render netlink policies static for split ops
Jiri Pirko
2023-08-04
ynl-gen-c.py: allow directional model for kernel mode
Jiri Pirko
2023-08-04
ynl-gen-c.py: filter rendering of validate field values for split ops
Jiri Pirko
2023-07-28
ynl: mark max/mask as private for kdoc
Stanislav Fomichev
2023-06-13
tools: ynl-gen: inherit policy in multi-attr
Jakub Kicinski
2023-06-13
tools: ynl-gen: correct enum policies
Jakub Kicinski
2023-06-12
tools: ynl-gen: resolve enum vs struct name conflicts
Jakub Kicinski
2023-06-12
tools: ynl-gen: don't generate enum types if unnamed
Jakub Kicinski
2023-06-12
netlink: specs: support setting prefix-name per attribute
Jakub Kicinski
2023-06-12
tools: ynl-gen: record extra args for regen
Jakub Kicinski
2023-06-12
tools: ynl-gen: support excluding tricky ops
Jakub Kicinski
2023-06-09
tools: ynl-gen: support / skip pads on the way to kernel
Jakub Kicinski
2023-06-09
tools: ynl-gen: don't pass op_name to RenderInfo
Jakub Kicinski
2023-06-09
tools: ynl-gen: support code gen for events
Jakub Kicinski
2023-06-09
tools: ynl-gen: sanitize notification tracking
Jakub Kicinski
2023-06-09
tools: ynl-gen: stop generating common notification handlers
Jakub Kicinski
2023-06-09
tools: ynl-gen: get attr type outside of if()
Jakub Kicinski
2023-06-09
tools: ynl-gen: combine else with closing bracket
Jakub Kicinski
2023-06-09
tools: ynl-gen: complete the C keyword list
Jakub Kicinski
2023-06-09
tools: ynl-gen: cleanup user space header includes
Jakub Kicinski
2023-06-08
tools: ynl-gen: don't generate forward declarations for policies
Jakub Kicinski
2023-06-08
tools: ynl-gen: walk nested types in depth
Jakub Kicinski
2023-06-08
tools: ynl-gen: inherit struct use info
Jakub Kicinski
2023-06-08
tools: ynl-gen: try to sort the types more intelligently
Jakub Kicinski
2023-06-08
tools: ynl-gen: enable code gen for directional specs
Jakub Kicinski
2023-06-08
tools: ynl-gen: refactor strmap helper generation
Jakub Kicinski
2023-06-08
tools: ynl-gen: use enum names in op strmap more carefully
Jakub Kicinski
[next]