summaryrefslogtreecommitdiffstats
path: root/tools/net
AgeCommit message (Expand)AuthorLines
2026-01-20tools/net/ynl: Makefile's install target now installs ynltoolMichel Lind-1/+2
2026-01-17tools: ynl: Specify --no-line-number in ynl-regen.sh.Kuniyuki Iwashima-1/+1
2026-01-13tools: ynl: render event op docs correctlyDonald Hunter-3/+6
2026-01-08tools: ynl: don't install testsJakub Kicinski-1/+0
2025-12-19Merge tag 'net-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+2
2025-12-08tools: ynl: fix build on systems with old kernel headersJakub Kicinski-0/+2
2025-12-06Merge tag 'nfsd-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds-33/+65
2025-12-01ynl: samples: Fix spelling mistake "failedq" -> "failed"Colin Ian King-1/+1
2025-11-28tools: ynl: add a lint makefile targetDonald Hunter-1/+3
2025-11-28tools: ynl: add schema checkingDonald Hunter-6/+35
2025-11-26tools: ynl: add YNL test frameworkHangbin Liu-2/+593
2025-11-25tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen-0/+1
2025-11-25tools: ynl-gen: add function prefix argumentAsbjørn Sloth Tønnesen-9/+16
2025-11-25xdrgen: Don't generate unnecessary semicolonChuck Lever-18/+18
2025-11-25xdrgen: Fix union declarationsChuck Lever-0/+4
2025-11-25xdrgen: handle _XdrString in union encoder/decoderKhushal Chitturi-9/+31
2025-11-25xdrgen: Fix the variable-length opaque field decoder templateChuck Lever-1/+1
2025-11-25xdrgen: Make the xdrgen script location-independentChuck Lever-0/+5
2025-11-25xdrgen: Generalize/harden pathname constructionChuck Lever-5/+6
2025-11-20ynl: samples: add tc filter exampleZahari Doychev-0/+337
2025-11-20tools: ynl: cli: Display enum values in --list-attrs outputGal Pressman-1/+7
2025-11-20tools: ynl: cli: Parse nested attributes in --list-attrs outputGal Pressman-9/+26
2025-11-20tools: ynl: cli: Add --list-attrs option to show operation attributesGal Pressman-0/+56
2025-11-18tools: ynl: Add MAC address parsing supportHangbin Liu-0/+9
2025-11-18tools: ynltool: ignore *.d deps filesDonald Hunter-0/+1
2025-11-17tools: ynltool: remove -lmnl from link flagsJakub Kicinski-1/+1
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+12
2025-11-12tools: ynltool: correct install in MakefileJakub Kicinski-1/+1
2025-11-11tools: ynltool: add traffic distribution balanceJakub Kicinski-2/+293
2025-11-11tools: ynltool: add qstats supportJakub Kicinski-1/+333
2025-11-11tools: ynltool: add page-pool statsJakub Kicinski-154/+473
2025-11-11tools: ynltool: create skeleton for the C commandJakub Kicinski-1/+720
2025-11-10tools: ynl: call nested attribute free function for indexed arraysZahari Doychev-0/+12
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+5
2025-10-28tools: ynl: rework the string representation of NlErrorJakub Kicinski-1/+10
2025-10-28tools: ynl: fix indent issues in the main Python libJakub Kicinski-14/+14
2025-10-27tools: ynl: avoid print_field when there is no replyHangbin Liu-0/+3
2025-10-27tools: ynl: fix string attribute length to include null terminatorPetr Oros-2/+2
2025-10-06Merge tag 'nfsd-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds-1/+1
2025-09-21sunrpc: Change ret code of xdr_stream_decode_opaque_fixedSergey Bashirov-1/+1
2025-09-18psp: base PSP device supportJakub Kicinski-0/+1
2025-09-17tools: ynl-gen: support uint in multi-attrJakub Kicinski-1/+5
2025-09-16tools: ynl: add ipv4-or-v6 display hintAsbjørn Sloth Tønnesen-2/+2
2025-09-16tools: ynl: decode hex inputAsbjørn Sloth Tønnesen-0/+5
2025-09-16tools: ynl: encode indexed-arraysAsbjørn Sloth Tønnesen-0/+16
2025-09-16tools: ynl: move nest packing to a helper functionAsbjørn Sloth Tønnesen-4/+9
2025-09-16tools: ynl-gen: rename TypeArrayNest to TypeIndexedArrayAsbjørn Sloth Tønnesen-18/+18
2025-09-16tools: ynl-gen: validate nested arraysAsbjørn Sloth Tønnesen-5/+13
2025-09-16tools: ynl-gen: avoid repetitive variables definitionsAsbjørn Sloth Tønnesen-5/+9
2025-09-16tools: ynl-gen: refactor local vars for .attr_put() callersAsbjørn Sloth Tønnesen-13/+19