summaryrefslogtreecommitdiffstats
path: root/tools/net
AgeCommit message (Expand)AuthorLines
2025-09-10tools: ynl: avoid bare exceptMatthieu Baerts (NGI0)-1/+1
2025-09-10tools: ynl: fix undefined variable nameMatthieu Baerts (NGI0)-1/+1
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2025-09-03tools: ynl-gen: fix nested array countingAsbjørn Sloth Tønnesen-1/+1
2025-09-03tools: ynl-gen: use macro for binary min-len checkAsbjørn Sloth Tønnesen-1/+1
2025-08-12docs: parser_yaml.py: add support for line numbers from the parserMauro Carvalho Chehab-4/+12
2025-08-12tools: netlink_yml_parser.py: add line numbers to parsed dataMauro Carvalho Chehab-2/+32
2025-08-12tools: ynl_gen_rst.py: drop support for generating index filesMauro Carvalho Chehab-28/+0
2025-08-12tools: ynl_gen_rst.py: cleanup coding styleMauro Carvalho Chehab-47/+25
2025-08-12tools: ynl_gen_rst.py: Split library from command line toolMauro Carvalho Chehab-359/+400
2025-08-12docs: netlink: netlink-raw.rst: use :ref: instead of :doc:Mauro Carvalho Chehab-2/+3
2025-07-24tools: ynl-gen: print setters for multi-val attrsJakub Kicinski-6/+13
2025-07-24tools: ynl-gen: print alloc helper for multi-val attrsJakub Kicinski-3/+16
2025-07-24tools: ynl-gen: move free printing to the print_type_full() helperJakub Kicinski-3/+4
2025-07-24tools: ynl-gen: don't add suffix for pure typesJakub Kicinski-1/+3
2025-07-17tools: ynl: support packing binary arrays of scalarsJakub Kicinski-1/+6
2025-07-13tools: ynl: default to --process-unknown in installed modeJakub Kicinski-0/+2
2025-07-13tools: ynl: process unknown for enum valuesDonald Hunter-2/+12
2025-07-10tools: ynl: decode enums in auto-intsJakub Kicinski-0/+2
2025-06-19tools: ynl: fix mixing ops and notifications on one socketJakub Kicinski-11/+17
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-226/+1336
2025-05-28Merge tag 'nfsd-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds-0/+6
2025-05-27tools: ynl: parse extack for sub-messagesDonald Hunter-14/+25
2025-05-21tools: ynl: add a sample for TCJakub Kicinski-0/+81
2025-05-21tools: ynl: enable codegen for TCJakub Kicinski-1/+8
2025-05-21tools: ynl-gen: support weird sub-message formatsJakub Kicinski-13/+43
2025-05-21tools: ynl-gen: support local attrs in _multi_parseJakub Kicinski-4/+8
2025-05-21tools: ynl-gen: move fixed header info from RenderInfo to StructJakub Kicinski-18/+27
2025-05-21tools: ynl-gen: support passing selector to a nestJakub Kicinski-5/+60
2025-05-21tools: ynl-gen: add makefile deps for neighJakub Kicinski-1/+2
2025-05-16tools: ynl: add a sample for rt-linkJakub Kicinski-0/+185
2025-05-16tools: ynl: enable codegen for all rt- familiesJakub Kicinski-4/+7
2025-05-16tools: ynl: submsg: reverse parse / error reportingJakub Kicinski-11/+107
2025-05-16tools: ynl-gen: submsg: support parsing and rendering sub-messagesJakub Kicinski-4/+89
2025-05-16tools: ynl-gen: submsg: render the structsJakub Kicinski-3/+43
2025-05-16tools: ynl-gen: submsg: plumb thru an empty typeJakub Kicinski-2/+23
2025-05-16tools: ynl-gen: prepare for submsg structsJakub Kicinski-23/+39
2025-05-16tools: ynl-gen: factor out the annotation of pure nested structJakub Kicinski-17/+22
2025-05-16xdrgen: Fix code generated for counted arraysChuck Lever-0/+6
2025-05-15tools: ynl-gen: array-nest: support arrays of nestsJakub Kicinski-0/+3
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-11/+18
2025-05-13tools: ynl-gen: Allow multi-attr without nested-attributes againLukas Wunner-4/+3
2025-05-13tools: ynl-gen: support struct for binary attributesJakub Kicinski-1/+20
2025-05-13tools: ynl-gen: auto-indent elseJakub Kicinski-0/+1
2025-05-13tools: ynl-gen: support sub-type for binary attributesJakub Kicinski-3/+40
2025-05-09tools: ynl: handle broken pipe gracefully in CLIDonald Hunter-7/+8
2025-05-09tools/net/ynl: ethtool: fix crash when Hardware Clock info is missingHangbin Liu-7/+15
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2025-05-07tools: ynl-gen: move the count into a presence struct tooJakub Kicinski-21/+16
2025-05-07tools: ynl-gen: split presence metadataJakub Kicinski-28/+28