index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-27
tools/net/ynl: Add support for create flags
Donald Hunter
3
-8
/
+22
2023-08-27
tools/net/ynl: Implement nlattr array-nest decoding in ynl
Donald Hunter
1
-0
/
+13
2023-08-27
tools/net/ynl: Add support for netlink-raw families
Donald Hunter
1
-33
/
+91
2023-08-27
tools/net/ynl: Fix extack parsing with fixed header genlmsg
Donald Hunter
1
-25
/
+40
2023-08-27
tools/ynl: Add mcast-group schema parsing to ynl
Donald Hunter
1
-0
/
+31
2023-08-25
tools: ynl-gen: fix uAPI generation after tempfile changes
Jakub Kicinski
1
-10
/
+20
2023-08-24
tools: ynl-gen: support empty attribute lists
Jakub Kicinski
1
-2
/
+9
2023-08-24
tools: ynl-gen: fix collecting global policy attrs
Jakub Kicinski
1
-1
/
+3
2023-08-24
tools: ynl-gen: set length of binary fields
Jakub Kicinski
3
-0
/
+11
2023-08-24
tools: ynl: allow passing binary data
Jakub Kicinski
1
-1
/
+6
2023-08-19
tools: ynl-gen: use temporary file for rendering
Jiri Pirko
1
-2
/
+8
2023-08-15
tools: ynl: add more info to KeyErrors on missing attrs
Jakub Kicinski
1
-3
/
+12
2023-08-14
netlink: specs: devlink: extend health reporter dump attributes by port index
Jiri Pirko
2
-0
/
+11
2023-08-14
netlink: specs: devlink: extend per-instance dump commands to accept instance...
Jiri Pirko
2
-26
/
+643
2023-08-14
netlink: specs: devlink: add commands that do per-instance dump
Jiri Pirko
2
-0
/
+3352
2023-08-09
tools: ynl-gen: add missing empty line between policies
Jakub Kicinski
1
-0
/
+1
2023-08-09
tools: ynl-gen: avoid rendering empty validate field
Jiri Pirko
1
-3
/
+4
2023-08-04
netlink: specs: devlink: add info-get dump op
Jiri Pirko
2
-0
/
+63
2023-08-04
ynl-gen-c.py: render netlink policies static for split ops
Jiri Pirko
1
-2
/
+6
2023-08-04
ynl-gen-c.py: allow directional model for kernel mode
Jiri Pirko
1
-1
/
+1
2023-08-04
ynl-gen-c.py: filter rendering of validate field values for split ops
Jiri Pirko
1
-1
/
+9
2023-07-28
ynl: print xdp-zc-max-segs in the sample
Stanislav Fomichev
1
-0
/
+2
2023-07-28
ynl: regenerate all headers
Stanislav Fomichev
4
-0
/
+14
2023-07-28
ynl: mark max/mask as private for kdoc
Stanislav Fomichev
1
-0
/
+1
2023-07-26
tools: ynl-gen: fix parse multi-attr enum attribute
Arkadiusz Kubalewski
1
-6
/
+6
2023-07-26
tools: ynl-gen: fix enum index in _decode_enum(..)
Arkadiusz Kubalewski
1
-2
/
+2
2023-06-24
tools: ynl: add display-hint support to ynl
Donald Hunter
2
-5
/
+39
2023-06-22
tools: ynl: improve the direct-include header guard logic
Jakub Kicinski
1
-14
/
+6
2023-06-15
tools: ynl: work around stale system headers
Jakub Kicinski
3
-3
/
+35
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: add sample for ethtool
Jakub Kicinski
2
-0
/
+66
2023-06-12
tools: ynl: generate code for the ethtool family
Jakub Kicinski
3
-3
/
+11890
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
2
-1
/
+8
2023-06-12
tools: ynl-gen: support excluding tricky ops
Jakub Kicinski
2
-5
/
+17
2023-06-09
tools: ynl-gen: support / skip pads on the way to kernel
Jakub Kicinski
1
-0
/
+6
2023-06-09
tools: ynl-gen: don't pass op_name to RenderInfo
Jakub Kicinski
1
-19
/
+18
2023-06-09
tools: ynl-gen: support code gen for events
Jakub Kicinski
2
-6
/
+13
2023-06-09
tools: ynl-gen: sanitize notification tracking
Jakub Kicinski
2
-43
/
+27
2023-06-09
tools: ynl: regen: stop generating common notification handlers
Jakub Kicinski
4
-98
/
+0
2023-06-09
tools: ynl-gen: stop generating common notification handlers
Jakub Kicinski
1
-73
/
+0
2023-06-09
tools: ynl: regen: regenerate the if ladders
Jakub Kicinski
4
-74
/
+67
2023-06-09
tools: ynl-gen: get attr type outside of if()
Jakub Kicinski
1
-1
/
+3
2023-06-09
tools: ynl-gen: combine else with closing bracket
Jakub Kicinski
1
-4
/
+19
2023-06-09
tools: ynl-gen: complete the C keyword list
Jakub Kicinski
1
-1
/
+34
2023-06-09
tools: ynl: regen: cleanup user space header includes
Jakub Kicinski
4
-12
/
+4
2023-06-09
tools: ynl-gen: cleanup user space header includes
Jakub Kicinski
1
-4
/
+1
[next]