index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
net
Age
Commit message (
Expand
)
Author
Lines
2025-09-10
tools: ynl: avoid bare except
Matthieu Baerts (NGI0)
-1
/
+1
2025-09-10
tools: ynl: fix undefined variable name
Matthieu Baerts (NGI0)
-1
/
+1
2025-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+1
2025-09-03
tools: ynl-gen: fix nested array counting
Asbjørn Sloth Tønnesen
-1
/
+1
2025-09-03
tools: ynl-gen: use macro for binary min-len check
Asbjørn Sloth Tønnesen
-1
/
+1
2025-08-12
docs: parser_yaml.py: add support for line numbers from the parser
Mauro Carvalho Chehab
-4
/
+12
2025-08-12
tools: netlink_yml_parser.py: add line numbers to parsed data
Mauro Carvalho Chehab
-2
/
+32
2025-08-12
tools: ynl_gen_rst.py: drop support for generating index files
Mauro Carvalho Chehab
-28
/
+0
2025-08-12
tools: ynl_gen_rst.py: cleanup coding style
Mauro Carvalho Chehab
-47
/
+25
2025-08-12
tools: ynl_gen_rst.py: Split library from command line tool
Mauro Carvalho Chehab
-359
/
+400
2025-08-12
docs: netlink: netlink-raw.rst: use :ref: instead of :doc:
Mauro Carvalho Chehab
-2
/
+3
2025-07-24
tools: ynl-gen: print setters for multi-val attrs
Jakub Kicinski
-6
/
+13
2025-07-24
tools: ynl-gen: print alloc helper for multi-val attrs
Jakub Kicinski
-3
/
+16
2025-07-24
tools: ynl-gen: move free printing to the print_type_full() helper
Jakub Kicinski
-3
/
+4
2025-07-24
tools: ynl-gen: don't add suffix for pure types
Jakub Kicinski
-1
/
+3
2025-07-17
tools: ynl: support packing binary arrays of scalars
Jakub Kicinski
-1
/
+6
2025-07-13
tools: ynl: default to --process-unknown in installed mode
Jakub Kicinski
-0
/
+2
2025-07-13
tools: ynl: process unknown for enum values
Donald Hunter
-2
/
+12
2025-07-10
tools: ynl: decode enums in auto-ints
Jakub Kicinski
-0
/
+2
2025-06-19
tools: ynl: fix mixing ops and notifications on one socket
Jakub Kicinski
-11
/
+17
2025-05-28
Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-226
/
+1336
2025-05-28
Merge tag 'nfsd-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
-0
/
+6
2025-05-27
tools: ynl: parse extack for sub-messages
Donald Hunter
-14
/
+25
2025-05-21
tools: ynl: add a sample for TC
Jakub Kicinski
-0
/
+81
2025-05-21
tools: ynl: enable codegen for TC
Jakub Kicinski
-1
/
+8
2025-05-21
tools: ynl-gen: support weird sub-message formats
Jakub Kicinski
-13
/
+43
2025-05-21
tools: ynl-gen: support local attrs in _multi_parse
Jakub Kicinski
-4
/
+8
2025-05-21
tools: ynl-gen: move fixed header info from RenderInfo to Struct
Jakub Kicinski
-18
/
+27
2025-05-21
tools: ynl-gen: support passing selector to a nest
Jakub Kicinski
-5
/
+60
2025-05-21
tools: ynl-gen: add makefile deps for neigh
Jakub Kicinski
-1
/
+2
2025-05-16
tools: ynl: add a sample for rt-link
Jakub Kicinski
-0
/
+185
2025-05-16
tools: ynl: enable codegen for all rt- families
Jakub Kicinski
-4
/
+7
2025-05-16
tools: ynl: submsg: reverse parse / error reporting
Jakub Kicinski
-11
/
+107
2025-05-16
tools: ynl-gen: submsg: support parsing and rendering sub-messages
Jakub Kicinski
-4
/
+89
2025-05-16
tools: ynl-gen: submsg: render the structs
Jakub Kicinski
-3
/
+43
2025-05-16
tools: ynl-gen: submsg: plumb thru an empty type
Jakub Kicinski
-2
/
+23
2025-05-16
tools: ynl-gen: prepare for submsg structs
Jakub Kicinski
-23
/
+39
2025-05-16
tools: ynl-gen: factor out the annotation of pure nested struct
Jakub Kicinski
-17
/
+22
2025-05-16
xdrgen: Fix code generated for counted arrays
Chuck Lever
-0
/
+6
2025-05-15
tools: ynl-gen: array-nest: support arrays of nests
Jakub Kicinski
-0
/
+3
2025-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-11
/
+18
2025-05-13
tools: ynl-gen: Allow multi-attr without nested-attributes again
Lukas Wunner
-4
/
+3
2025-05-13
tools: ynl-gen: support struct for binary attributes
Jakub Kicinski
-1
/
+20
2025-05-13
tools: ynl-gen: auto-indent else
Jakub Kicinski
-0
/
+1
2025-05-13
tools: ynl-gen: support sub-type for binary attributes
Jakub Kicinski
-3
/
+40
2025-05-09
tools: ynl: handle broken pipe gracefully in CLI
Donald Hunter
-7
/
+8
2025-05-09
tools/net/ynl: ethtool: fix crash when Hardware Clock info is missing
Hangbin Liu
-7
/
+15
2025-05-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+1
2025-05-07
tools: ynl-gen: move the count into a presence struct too
Jakub Kicinski
-21
/
+16
2025-05-07
tools: ynl-gen: split presence metadata
Jakub Kicinski
-28
/
+28
[prev]
[next]