index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
net
/
ynl
/
pyynl
/
ynl_gen_c.py
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-17
tools: ynl-gen: support uint in multi-attr
Jakub Kicinski
1
-1
/
+5
2025-09-16
tools: ynl-gen: rename TypeArrayNest to TypeIndexedArray
Asbjørn Sloth Tønnesen
1
-18
/
+18
2025-09-16
tools: ynl-gen: validate nested arrays
Asbjørn Sloth Tønnesen
1
-1
/
+1
2025-09-16
tools: ynl-gen: avoid repetitive variables definitions
Asbjørn Sloth Tønnesen
1
-5
/
+9
2025-09-16
tools: ynl-gen: refactor local vars for .attr_put() callers
Asbjørn Sloth Tønnesen
1
-13
/
+19
2025-09-16
tools: ynl-gen: add sub-type check
Asbjørn Sloth Tønnesen
1
-1
/
+3
2025-09-16
tools: ynl-gen: generate nested array policies
Asbjørn Sloth Tønnesen
1
-0
/
+5
2025-09-16
tools: ynl-gen: allow overriding name-prefix for constants
Asbjørn Sloth Tønnesen
1
-1
/
+2
2025-09-16
tools: ynl: avoid "use of uninitialized variable" false positive in generated...
Vladimir Oltean
1
-2
/
+2
2025-09-10
tools: ynl: check for membership with 'not in'
Matthieu Baerts (NGI0)
1
-1
/
+1
2025-09-10
tools: ynl: use 'cond is None'
Matthieu Baerts (NGI0)
1
-1
/
+1
2025-09-10
tools: ynl: remove unused imports
Matthieu Baerts (NGI0)
1
-2
/
+1
2025-09-10
tools: ynl: remove f-string without any placeholders
Matthieu Baerts (NGI0)
1
-11
/
+11
2025-09-10
tools: ynl: remove assigned but never used variable
Matthieu Baerts (NGI0)
1
-2
/
+0
2025-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2025-09-03
tools: ynl-gen: fix nested array counting
Asbjørn Sloth Tønnesen
1
-1
/
+1
2025-09-03
tools: ynl-gen: use macro for binary min-len check
Asbjørn Sloth Tønnesen
1
-1
/
+1
2025-07-24
tools: ynl-gen: print setters for multi-val attrs
Jakub Kicinski
1
-6
/
+13
2025-07-24
tools: ynl-gen: print alloc helper for multi-val attrs
Jakub Kicinski
1
-3
/
+16
2025-07-24
tools: ynl-gen: move free printing to the print_type_full() helper
Jakub Kicinski
1
-3
/
+4
2025-07-24
tools: ynl-gen: don't add suffix for pure types
Jakub Kicinski
1
-1
/
+3
2025-05-21
tools: ynl-gen: support weird sub-message formats
Jakub Kicinski
1
-11
/
+37
2025-05-21
tools: ynl-gen: support local attrs in _multi_parse
Jakub Kicinski
1
-4
/
+8
2025-05-21
tools: ynl-gen: move fixed header info from RenderInfo to Struct
Jakub Kicinski
1
-18
/
+27
2025-05-21
tools: ynl-gen: support passing selector to a nest
Jakub Kicinski
1
-5
/
+60
2025-05-16
tools: ynl: submsg: reverse parse / error reporting
Jakub Kicinski
1
-1
/
+28
2025-05-16
tools: ynl-gen: submsg: support parsing and rendering sub-messages
Jakub Kicinski
1
-4
/
+76
2025-05-16
tools: ynl-gen: submsg: render the structs
Jakub Kicinski
1
-3
/
+43
2025-05-16
tools: ynl-gen: submsg: plumb thru an empty type
Jakub Kicinski
1
-0
/
+20
2025-05-16
tools: ynl-gen: prepare for submsg structs
Jakub Kicinski
1
-23
/
+39
2025-05-16
tools: ynl-gen: factor out the annotation of pure nested struct
Jakub Kicinski
1
-17
/
+22
2025-05-15
tools: ynl-gen: array-nest: support arrays of nests
Jakub Kicinski
1
-0
/
+3
2025-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+3
2025-05-13
tools: ynl-gen: Allow multi-attr without nested-attributes again
Lukas Wunner
1
-4
/
+3
2025-05-13
tools: ynl-gen: support struct for binary attributes
Jakub Kicinski
1
-1
/
+20
2025-05-13
tools: ynl-gen: auto-indent else
Jakub Kicinski
1
-0
/
+1
2025-05-13
tools: ynl-gen: support sub-type for binary attributes
Jakub Kicinski
1
-3
/
+40
2025-05-07
tools: ynl-gen: move the count into a presence struct too
Jakub Kicinski
1
-19
/
+13
2025-05-07
tools: ynl-gen: split presence metadata
Jakub Kicinski
1
-23
/
+23
2025-05-07
tools: ynl-gen: rename basic presence from 'bit' to 'present'
Jakub Kicinski
1
-6
/
+6
2025-05-06
tools: ynl-gen: allow noncontiguous enums
Jiri Pirko
1
-6
/
+52
2025-05-02
tools: ynl: allow fixed-header to be specified per op
Jakub Kicinski
1
-1
/
+16
2025-05-02
tools: ynl-gen: don't init enum checks for classic netlink
Jakub Kicinski
1
-20
/
+26
2025-05-02
tools: ynl-gen: array-nest: support binary array with exact-len
Jakub Kicinski
1
-4
/
+20
2025-05-02
tools: ynl-gen: array-nest: support put for scalar
Jakub Kicinski
1
-3
/
+25
2025-05-02
tools: ynl-gen: mutli-attr: support binary types with struct
Jakub Kicinski
1
-0
/
+19
2025-05-02
tools: ynl-gen: multi-attr: type gen for string
Jakub Kicinski
1
-4
/
+25
2025-05-02
tools: ynl-gen: support CRUD-like notifications for classic Netlink
Jakub Kicinski
1
-1
/
+5
2025-05-02
tools: ynl-gen: support using dump types for ntf
Jakub Kicinski
1
-1
/
+1
2025-05-02
tools: ynl: let classic netlink requests specify extra nlflags
Jakub Kicinski
1
-1
/
+20
[next]