summaryrefslogtreecommitdiff
path: root/tools/net
AgeCommit message (Expand)AuthorFilesLines
11 daystools: ynl: add sample for wireguardAsbjørn Sloth Tønnesen2-0/+107
11 daystools/ynl: Make YnlFamily closeable as a context managerDaniel Borkmann1-0/+10
13 daystools: ynl: ethtool: add --dbg-small-recv optionHangbin Liu1-1/+8
13 daystools: ynl: ethtool: use doit instead of dumpit for per-device GETHangbin Liu1-35/+33
13 daystools: ynl: move ethtool.py to selftestHangbin Liu3-3/+6
2026-04-10tools: ynl: tests: fix leading space on Makefile targetHangbin Liu1-1/+1
2026-03-19tools: ynl: rework policy access to support recursionJakub Kicinski2-50/+112
2026-03-11tools: ynl: cli: add --policy supportJakub Kicinski1-0/+12
2026-03-11tools: ynl: add Python API for easier access to policiesJakub Kicinski2-2/+137
2026-03-11tools: ynl: add short doc to class YnlFamilyJakub Kicinski1-0/+26
2026-03-11tools: ynl: move policy decoding out of NlMsgJakub Kicinski1-25/+28
2026-03-11tools: ynl: handle pad type during decodeJakub Kicinski1-1/+3
2026-03-11tools: ynl: cli: order set->list conversion in JSON outputJakub Kicinski1-1/+1
2026-03-10tools: ynl: convert rt-route sample to selftestJakub Kicinski3-36/+72
2026-03-10tools: ynl: convert rt-addr sample to selftestJakub Kicinski3-28/+65
2026-03-10tools: ynl: convert ethtool sample to selftestJakub Kicinski3-29/+62
2026-03-10tools: ynl: convert devlink sample to selftestJakub Kicinski3-36/+85
2026-03-10tools: ynl: add netdevsim wrapper library for YNL testsJakub Kicinski2-0/+40
2026-03-10tools: ynl: convert tc and tc-filter-add samples to selftestJakub Kicinski4-369/+367
2026-03-10tools: ynl: convert rt-link sample to selftestJakub Kicinski3-83/+106
2026-03-10tools: ynl: convert ovs sample to selftestJakub Kicinski3-38/+88
2026-03-10tools: ynl: convert netdev sample to selftestJakub Kicinski2-72/+188
2026-03-10tools: ynl: move samples to testsJakub Kicinski13-45/+45
2026-03-05tools: ynl: produce kselftest-list.txt from testsJakub Kicinski1-0/+3
2026-03-05tools: ynl: support INSTALL_PATH in the tests MakefileJakub Kicinski1-5/+7
2026-03-05tools: ynl: don't install tests in /usr/bin/Jakub Kicinski1-5/+4
2026-03-05tools: ynl: rename TESTS variable to TEST_PROGSJakub Kicinski1-6/+6
2026-02-12Merge tag 'nfsd-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds30-91/+526
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-29xdrgen: Implement pass-through lines in specificationsChuck Lever9-17/+95
2026-01-26xdrgen: Add enum value validation to generated decodersChuck Lever7-7/+62
2026-01-26xdrgen: Emit a max_arg_sz macroChuck Lever3-1/+39
2026-01-26xdrgen: Extend error reporting to AST transformation phaseChuck Lever5-5/+67
2026-01-26xdrgen: Improve parse error reportingChuck Lever6-35/+118
2026-01-26xdrgen: Remove inclusion of nlm4.h headerChuck Lever1-1/+0
2026-01-26xdrgen: Implement short (16-bit) integer typesChuck Lever3-0/+10
2026-01-26xdrgen: Emit the program number definitionChuck Lever2-0/+8
2026-01-26xdrgen: Fix struct prefix for typedef types in program wrappersChuck Lever3-1/+12
2026-01-26xdrgen: Address some checkpatch whitespace complaintsChuck Lever4-1/+3
2026-01-26xdrgen: Generate "if" instead of "switch" for boolean union enumeratorsChuck Lever3-20/+109
2026-01-26xdrgen: improve error reporting for invalid void declarationsKhushal Chitturi1-4/+4
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