summaryrefslogtreecommitdiffstats
path: root/tools/net/ynl
AgeCommit message (Expand)AuthorLines
13 daystools: ynl: add sample for wireguardAsbjørn Sloth Tønnesen-0/+107
13 daystools/ynl: Make YnlFamily closeable as a context managerDaniel Borkmann-0/+10
2026-04-12tools: ynl: ethtool: add --dbg-small-recv optionHangbin Liu-1/+8
2026-04-12tools: ynl: ethtool: use doit instead of dumpit for per-device GETHangbin Liu-35/+33
2026-04-12tools: ynl: move ethtool.py to selftestHangbin Liu-3/+6
2026-04-09tools: ynl: tests: fix leading space on Makefile targetHangbin Liu-1/+1
2026-03-18tools: ynl: rework policy access to support recursionJakub Kicinski-50/+112
2026-03-10tools: ynl: cli: add --policy supportJakub Kicinski-0/+12
2026-03-10tools: ynl: add Python API for easier access to policiesJakub Kicinski-2/+137
2026-03-10tools: ynl: add short doc to class YnlFamilyJakub Kicinski-0/+26
2026-03-10tools: ynl: move policy decoding out of NlMsgJakub Kicinski-25/+28
2026-03-10tools: ynl: handle pad type during decodeJakub Kicinski-1/+3
2026-03-10tools: ynl: cli: order set->list conversion in JSON outputJakub Kicinski-1/+1
2026-03-09tools: ynl: convert rt-route sample to selftestJakub Kicinski-36/+72
2026-03-09tools: ynl: convert rt-addr sample to selftestJakub Kicinski-28/+65
2026-03-09tools: ynl: convert ethtool sample to selftestJakub Kicinski-29/+62
2026-03-09tools: ynl: convert devlink sample to selftestJakub Kicinski-36/+85
2026-03-09tools: ynl: add netdevsim wrapper library for YNL testsJakub Kicinski-0/+40
2026-03-09tools: ynl: convert tc and tc-filter-add samples to selftestJakub Kicinski-369/+367
2026-03-09tools: ynl: convert rt-link sample to selftestJakub Kicinski-83/+106
2026-03-09tools: ynl: convert ovs sample to selftestJakub Kicinski-38/+88
2026-03-09tools: ynl: convert netdev sample to selftestJakub Kicinski-72/+188
2026-03-09tools: ynl: move samples to testsJakub Kicinski-45/+45
2026-03-04tools: ynl: produce kselftest-list.txt from testsJakub Kicinski-0/+3
2026-03-04tools: ynl: support INSTALL_PATH in the tests MakefileJakub Kicinski-5/+7
2026-03-04tools: ynl: don't install tests in /usr/bin/Jakub Kicinski-5/+4
2026-03-04tools: ynl: rename TESTS variable to TEST_PROGSJakub Kicinski-6/+6
2026-02-09tools: ynltool: add qstats analysis for HW-GRO efficiency / savingsJakub Kicinski-5/+71
2026-02-09tools: ynltool: factor out qstat dumpingJakub Kicinski-54/+41
2026-02-02tools: ynl: cli: make the output compactJakub Kicinski-3/+6
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+3
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-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+6
2026-01-13tools/net/ynl: suppress jobserver warning in ynltool version detectionBobby Eshleman-1/+1
2026-01-13tools: ynl: render event op docs correctlyDonald Hunter-3/+6
2026-01-12tools: ynl: cli: print reply in combined format if possibleJakub Kicinski-4/+17
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