summaryrefslogtreecommitdiff
path: root/tools/net
AgeCommit message (Expand)AuthorFilesLines
2025-10-28tools: ynl: avoid print_field when there is no replyHangbin Liu1-0/+3
2025-10-28tools: ynl: fix string attribute length to include null terminatorPetr Oros1-2/+2
2025-10-06Merge tag 'nfsd-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-1/+1
2025-09-22sunrpc: Change ret code of xdr_stream_decode_opaque_fixedSergey Bashirov1-1/+1
2025-09-18psp: base PSP device supportJakub Kicinski1-0/+1
2025-09-18tools: ynl-gen: support uint in multi-attrJakub Kicinski1-1/+5
2025-09-16tools: ynl: add ipv4-or-v6 display hintAsbjørn Sloth Tønnesen1-2/+2
2025-09-16tools: ynl: decode hex inputAsbjørn Sloth Tønnesen1-0/+5
2025-09-16tools: ynl: encode indexed-arraysAsbjørn Sloth Tønnesen1-0/+16
2025-09-16tools: ynl: move nest packing to a helper functionAsbjørn Sloth Tønnesen1-4/+9
2025-09-16tools: ynl-gen: rename TypeArrayNest to TypeIndexedArrayAsbjørn Sloth Tønnesen1-18/+18
2025-09-16tools: ynl-gen: validate nested arraysAsbjørn Sloth Tønnesen3-5/+13
2025-09-16tools: ynl-gen: avoid repetitive variables definitionsAsbjørn Sloth Tønnesen1-5/+9
2025-09-16tools: ynl-gen: refactor local vars for .attr_put() callersAsbjørn Sloth Tønnesen1-13/+19
2025-09-16tools: ynl-gen: add sub-type checkAsbjørn Sloth Tønnesen1-1/+3
2025-09-16tools: ynl-gen: generate nested array policiesAsbjørn Sloth Tønnesen1-0/+5
2025-09-16tools: ynl-gen: allow overriding name-prefix for constantsAsbjørn Sloth Tønnesen1-1/+2
2025-09-16tools: ynl: avoid "use of uninitialized variable" false positive in generated...Vladimir Oltean1-2/+2
2025-09-16tools: ynl: rst: display attribute-set docMatthieu Baerts (NGI0)1-0/+4
2025-09-11tools: ynl: check for membership with 'not in'Matthieu Baerts (NGI0)1-1/+1
2025-09-11tools: ynl: use 'cond is None'Matthieu Baerts (NGI0)2-2/+2
2025-09-11tools: ynl: remove unnecessary semicolonsMatthieu Baerts (NGI0)2-2/+2
2025-09-11tools: ynl: remove unused importsMatthieu Baerts (NGI0)4-5/+2
2025-09-11tools: ynl: remove f-string without any placeholdersMatthieu Baerts (NGI0)2-16/+16
2025-09-11tools: ynl: remove assigned but never used variableMatthieu Baerts (NGI0)2-3/+0
2025-09-11tools: ynl: avoid bare exceptMatthieu Baerts (NGI0)1-1/+1
2025-09-11tools: ynl: fix undefined variable nameMatthieu Baerts (NGI0)1-1/+1
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-09-04tools: ynl-gen: fix nested array countingAsbjørn Sloth Tønnesen1-1/+1
2025-09-04tools: ynl-gen: use macro for binary min-len checkAsbjørn Sloth Tønnesen1-1/+1
2025-08-12docs: parser_yaml.py: add support for line numbers from the parserMauro Carvalho Chehab1-4/+12
2025-08-12tools: netlink_yml_parser.py: add line numbers to parsed dataMauro Carvalho Chehab1-2/+32
2025-08-12tools: ynl_gen_rst.py: drop support for generating index filesMauro Carvalho Chehab1-28/+0
2025-08-12tools: ynl_gen_rst.py: cleanup coding styleMauro Carvalho Chehab1-47/+25
2025-08-12tools: ynl_gen_rst.py: Split library from command line toolMauro Carvalho Chehab3-359/+400
2025-08-12docs: netlink: netlink-raw.rst: use :ref: instead of :doc:Mauro Carvalho Chehab1-2/+3
2025-07-25tools: ynl-gen: print setters for multi-val attrsJakub Kicinski1-6/+13
2025-07-25tools: ynl-gen: print alloc helper for multi-val attrsJakub Kicinski1-3/+16
2025-07-25tools: ynl-gen: move free printing to the print_type_full() helperJakub Kicinski1-3/+4
2025-07-25tools: ynl-gen: don't add suffix for pure typesJakub Kicinski1-1/+3
2025-07-18tools: ynl: support packing binary arrays of scalarsJakub Kicinski1-1/+6
2025-07-14tools: ynl: default to --process-unknown in installed modeJakub Kicinski1-0/+2
2025-07-13tools: ynl: process unknown for enum valuesDonald Hunter1-2/+12
2025-07-11tools: ynl: decode enums in auto-intsJakub Kicinski1-0/+2
2025-06-19tools: ynl: fix mixing ops and notifications on one socketJakub Kicinski1-11/+17
2025-05-29Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds16-226/+1336
2025-05-28Merge tag 'nfsd-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds3-0/+6
2025-05-28tools: ynl: parse extack for sub-messagesDonald Hunter1-14/+25
2025-05-21tools: ynl: add a sample for TCJakub Kicinski2-0/+81
2025-05-21tools: ynl: enable codegen for TCJakub Kicinski2-1/+8