summaryrefslogtreecommitdiff
path: root/tools/net/ynl
AgeCommit message (Expand)AuthorFilesLines
2026-02-10tools: ynltool: add qstats analysis for HW-GRO efficiency / savingsJakub Kicinski1-5/+71
2026-02-10tools: ynltool: factor out qstat dumpingJakub Kicinski1-54/+41
2026-02-03tools: ynl: cli: make the output compactJakub Kicinski1-3/+6
2026-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+3
2026-01-21tools/net/ynl: Makefile's install target now installs ynltoolMichel Lind1-1/+2
2026-01-18tools: ynl: Specify --no-line-number in ynl-regen.sh.Kuniyuki Iwashima1-1/+1
2026-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+6
2026-01-14tools/net/ynl: suppress jobserver warning in ynltool version detectionBobby Eshleman1-1/+1
2026-01-13tools: ynl: render event op docs correctlyDonald Hunter1-3/+6
2026-01-13tools: ynl: cli: print reply in combined format if possibleJakub Kicinski1-4/+17
2026-01-13tools: ynl: cli: extract the event/notify handling in --list-attrsJakub Kicinski1-9/+12
2026-01-13tools: ynl: cli: factor out --list-attrs / --doc handlingJakub Kicinski1-15/+20
2026-01-13tools: ynl: cli: add --doc as alias to --list-attrsJakub Kicinski1-1/+1
2026-01-13tools: ynl: cli: improve --helpJakub Kicinski1-41/+72
2026-01-13tools: ynl: cli: wrap the doc text if it's longJakub Kicinski1-1/+6
2026-01-13tools: ynl: cli: introduce formatting for attr names in --list-attrsJakub Kicinski1-3/+27
2026-01-09tools: ynl-gen-c: Fix remaining pylint warningsDonald Hunter1-8/+10
2026-01-09tools: ynl-gen-c: fix pylint None, type, dict, generators, initDonald Hunter1-22/+27
2026-01-09tools: ynl-gen-c: fix pylint warnings for returns, unused, redefinedDonald Hunter1-48/+52
2026-01-09tools: ynl-gen-c: suppress unhelpful pylint messagesDonald Hunter1-0/+11
2026-01-09tools: ynl: fix pylint issues in ynl_gen_rstDonald Hunter1-0/+2
2026-01-09tools: ynl: ethtool: fix pylint issuesDonald Hunter1-15/+31
2026-01-09tools: ynl: fix logic errors reported by pylintDonald Hunter1-3/+2
2026-01-09tools: ynl: fix pylint global variable related warningsDonald Hunter2-23/+17
2026-01-09tools: ynl: fix pylint misc warningsDonald Hunter3-14/+12
2026-01-09tools: ynl: fix pylint dict, indentation, long lines, uninitialisedDonald Hunter2-27/+29
2026-01-09tools: ynl: fix pylint exception warningsDonald Hunter4-36/+52
2026-01-09tools: ynl: fix pylint redefinition, encoding errorsDonald Hunter3-58/+58
2026-01-09tools: ynl: pylint suppressions and docstringsDonald Hunter5-0/+45
2026-01-08tools: ynl: don't install testsJakub Kicinski1-1/+0
2025-12-09tools: ynl: fix build on systems with old kernel headersJakub Kicinski1-0/+2
2025-12-01ynl: samples: Fix spelling mistake "failedq" -> "failed"Colin Ian King1-1/+1
2025-11-29tools: ynl: add a lint makefile targetDonald Hunter1-1/+3
2025-11-29tools: ynl: add schema checkingDonald Hunter2-6/+35
2025-11-27tools: ynl: add YNL test frameworkHangbin Liu5-2/+593
2025-11-26tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen1-0/+1
2025-11-26tools: ynl-gen: add function prefix argumentAsbjørn Sloth Tønnesen1-9/+16
2025-11-21ynl: samples: add tc filter exampleZahari Doychev3-0/+337
2025-11-20tools: ynl: cli: Display enum values in --list-attrs outputGal Pressman1-1/+7
2025-11-20tools: ynl: cli: Parse nested attributes in --list-attrs outputGal Pressman1-9/+26
2025-11-20tools: ynl: cli: Add --list-attrs option to show operation attributesGal Pressman1-0/+56
2025-11-19tools: ynl: Add MAC address parsing supportHangbin Liu1-0/+9
2025-11-19tools: ynltool: ignore *.d deps filesDonald Hunter1-0/+1
2025-11-18tools: ynltool: remove -lmnl from link flagsJakub Kicinski1-1/+1
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+12
2025-11-13tools: ynltool: correct install in MakefileJakub Kicinski1-1/+1
2025-11-11tools: ynltool: add traffic distribution balanceJakub Kicinski2-2/+293
2025-11-11tools: ynltool: add qstats supportJakub Kicinski3-1/+333
2025-11-11tools: ynltool: add page-pool statsJakub Kicinski5-154/+473
2025-11-11tools: ynltool: create skeleton for the C commandJakub Kicinski7-1/+720