summaryrefslogtreecommitdiff
path: root/tools/net
AgeCommit message (Expand)Author
2025-11-18tools: ynl: Add MAC address parsing supportHangbin Liu
2025-11-18tools: ynltool: ignore *.d deps filesDonald Hunter
2025-11-17tools: ynltool: remove -lmnl from link flagsJakub Kicinski
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-12tools: ynltool: correct install in MakefileJakub Kicinski
2025-11-11tools: ynltool: add traffic distribution balanceJakub Kicinski
2025-11-11tools: ynltool: add qstats supportJakub Kicinski
2025-11-11tools: ynltool: add page-pool statsJakub Kicinski
2025-11-11tools: ynltool: create skeleton for the C commandJakub Kicinski
2025-11-10tools: ynl: call nested attribute free function for indexed arraysZahari Doychev
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-10-28tools: ynl: rework the string representation of NlErrorJakub Kicinski
2025-10-28tools: ynl: fix indent issues in the main Python libJakub Kicinski
2025-10-27tools: ynl: avoid print_field when there is no replyHangbin Liu
2025-10-27tools: ynl: fix string attribute length to include null terminatorPetr Oros
2025-10-06Merge tag 'nfsd-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2025-09-21sunrpc: Change ret code of xdr_stream_decode_opaque_fixedSergey Bashirov
2025-09-18psp: base PSP device supportJakub Kicinski
2025-09-17tools: ynl-gen: support uint in multi-attrJakub Kicinski
2025-09-16tools: ynl: add ipv4-or-v6 display hintAsbjørn Sloth Tønnesen
2025-09-16tools: ynl: decode hex inputAsbjørn Sloth Tønnesen
2025-09-16tools: ynl: encode indexed-arraysAsbjørn Sloth Tønnesen
2025-09-16tools: ynl: move nest packing to a helper functionAsbjørn Sloth Tønnesen
2025-09-16tools: ynl-gen: rename TypeArrayNest to TypeIndexedArrayAsbjørn Sloth Tønnesen
2025-09-16tools: ynl-gen: validate nested arraysAsbjørn Sloth Tønnesen
2025-09-16tools: ynl-gen: avoid repetitive variables definitionsAsbjørn Sloth Tønnesen
2025-09-16tools: ynl-gen: refactor local vars for .attr_put() callersAsbjørn Sloth Tønnesen
2025-09-16tools: ynl-gen: add sub-type checkAsbjørn Sloth Tønnesen
2025-09-16tools: ynl-gen: generate nested array policiesAsbjørn Sloth Tønnesen
2025-09-16tools: ynl-gen: allow overriding name-prefix for constantsAsbjørn Sloth Tønnesen
2025-09-16tools: ynl: avoid "use of uninitialized variable" false positive in generated...Vladimir Oltean
2025-09-15tools: ynl: rst: display attribute-set docMatthieu Baerts (NGI0)
2025-09-10tools: ynl: check for membership with 'not in'Matthieu Baerts (NGI0)
2025-09-10tools: ynl: use 'cond is None'Matthieu Baerts (NGI0)
2025-09-10tools: ynl: remove unnecessary semicolonsMatthieu Baerts (NGI0)
2025-09-10tools: ynl: remove unused importsMatthieu Baerts (NGI0)
2025-09-10tools: ynl: remove f-string without any placeholdersMatthieu Baerts (NGI0)
2025-09-10tools: ynl: remove assigned but never used variableMatthieu Baerts (NGI0)
2025-09-10tools: ynl: avoid bare exceptMatthieu Baerts (NGI0)
2025-09-10tools: ynl: fix undefined variable nameMatthieu Baerts (NGI0)
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-03tools: ynl-gen: fix nested array countingAsbjørn Sloth Tønnesen
2025-09-03tools: ynl-gen: use macro for binary min-len checkAsbjørn Sloth Tønnesen
2025-08-12docs: parser_yaml.py: add support for line numbers from the parserMauro Carvalho Chehab
2025-08-12tools: netlink_yml_parser.py: add line numbers to parsed dataMauro Carvalho Chehab
2025-08-12tools: ynl_gen_rst.py: drop support for generating index filesMauro Carvalho Chehab
2025-08-12tools: ynl_gen_rst.py: cleanup coding styleMauro Carvalho Chehab
2025-08-12tools: ynl_gen_rst.py: Split library from command line toolMauro Carvalho Chehab
2025-08-12docs: netlink: netlink-raw.rst: use :ref: instead of :doc:Mauro Carvalho Chehab
2025-07-24tools: ynl-gen: print setters for multi-val attrsJakub Kicinski