summaryrefslogtreecommitdiffstats
path: root/tools/net
AgeCommit message (Expand)AuthorLines
2026-01-12tools: ynl: cli: extract the event/notify handling in --list-attrsJakub Kicinski-9/+12
2026-01-12tools: ynl: cli: factor out --list-attrs / --doc handlingJakub Kicinski-15/+20
2026-01-12tools: ynl: cli: add --doc as alias to --list-attrsJakub Kicinski-1/+1
2026-01-12tools: ynl: cli: improve --helpJakub Kicinski-41/+72
2026-01-12tools: ynl: cli: wrap the doc text if it's longJakub Kicinski-1/+6
2026-01-12tools: ynl: cli: introduce formatting for attr names in --list-attrsJakub Kicinski-3/+27
2026-01-09tools: ynl-gen-c: Fix remaining pylint warningsDonald Hunter-8/+10
2026-01-09tools: ynl-gen-c: fix pylint None, type, dict, generators, initDonald Hunter-22/+27
2026-01-09tools: ynl-gen-c: fix pylint warnings for returns, unused, redefinedDonald Hunter-48/+52
2026-01-09tools: ynl-gen-c: suppress unhelpful pylint messagesDonald Hunter-0/+11
2026-01-09tools: ynl: fix pylint issues in ynl_gen_rstDonald Hunter-0/+2
2026-01-09tools: ynl: ethtool: fix pylint issuesDonald Hunter-15/+31
2026-01-09tools: ynl: fix logic errors reported by pylintDonald Hunter-3/+2
2026-01-09tools: ynl: fix pylint global variable related warningsDonald Hunter-23/+17
2026-01-09tools: ynl: fix pylint misc warningsDonald Hunter-14/+12
2026-01-09tools: ynl: fix pylint dict, indentation, long lines, uninitialisedDonald Hunter-27/+29
2026-01-09tools: ynl: fix pylint exception warningsDonald Hunter-36/+52
2026-01-09tools: ynl: fix pylint redefinition, encoding errorsDonald Hunter-58/+58
2026-01-09tools: ynl: pylint suppressions and docstringsDonald Hunter-0/+45
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