summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2025-11-25vsock/test: Extend transport change null-ptr-deref testMichal Luczaj
2025-11-24selftests: af_unix: don't use SKIP for expected failuresJakub Kicinski
2025-11-24selftests: netconsole: ensure required log level is set on netcons_basicAndre Carvalho
2025-11-24selftests: hw-net: toeplitz: give the test up to 4 secondsJakub Kicinski
2025-11-24selftests: hw-net: toeplitz: read indirection table from the deviceJakub Kicinski
2025-11-24selftests: hw-net: toeplitz: read the RSS key directly from CJakub Kicinski
2025-11-24selftests: hw-net: toeplitz: make sure NICs have pure Toeplitz configuredJakub Kicinski
2025-11-24selftests: hw-net: auto-disable building the iouring C codeJakub Kicinski
2025-11-20selftest: netdevsim: test devlink default paramsDaniel Zahka
2025-11-20netconsole: Increase MAX_USERDATA_ITEMSGustavo Luiz Duarte
2025-11-20ynl: samples: add tc filter exampleZahari Doychev
2025-11-20selftests: net: remove old setup_* scriptsJakub Kicinski
2025-11-20selftests: drv-net: hw: convert the Toeplitz test to PythonJakub Kicinski
2025-11-20selftests: drv-net: add a Python version of the GRO testJakub Kicinski
2025-11-20selftests: net: py: read ip link info about remote devJakub Kicinski
2025-11-20selftests: net: py: support ksft ready without waitJakub Kicinski
2025-11-20selftests: net: relocate gro and toeplitz tests to drivers/netJakub Kicinski
2025-11-20selftests: drv-net: xdp: use variants for qstat testsJakub Kicinski
2025-11-20selftests: net: py: add test variantsJakub Kicinski
2025-11-20selftests: net: py: extract the case generation logicJakub Kicinski
2025-11-20selftests: net: py: coding style improvementsJakub Kicinski
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-20Merge tag 'net-6.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-11-20tools: ynl: cli: Display enum values in --list-attrs outputGal Pressman
2025-11-20tools: ynl: cli: Parse nested attributes in --list-attrs outputGal Pressman
2025-11-20tools: ynl: cli: Add --list-attrs option to show operation attributesGal Pressman
2025-11-19selftests: mptcp: add a check for 'add_addr_accepted'Gang Yan
2025-11-19selftests: mptcp: join: userspace: longer timeoutMatthieu Baerts (NGI0)
2025-11-19selftests: mptcp: join: endpoints: longer timeoutMatthieu Baerts (NGI0)
2025-11-19selftests: mptcp: join: fastclose: remove flaky marksMatthieu Baerts (NGI0)
2025-11-18selftests: fib_tests: add fib6 from ra to static testFernando Fernandez Mancera
2025-11-18selftest: af_unix: Add test for SO_PEEK_OFF.Kuniyuki Iwashima
2025-11-18tools: ynl: Add MAC address parsing supportHangbin Liu
2025-11-18tools: ynltool: ignore *.d deps filesDonald Hunter
2025-11-18selftests: af_unix: Add tests for ECONNRESET and EOF semanticsSunday Adelodun
2025-11-17selftests: net: lib: Do not overwrite error messagesIdo Schimmel
2025-11-17selftests: mptcp: get stats just before timing outMatthieu Baerts (NGI0)
2025-11-17selftests: mptcp: wait for port instead of sleepMatthieu Baerts (NGI0)
2025-11-17selftests: mptcp: connect: avoid double packet tracesMatthieu Baerts (NGI0)
2025-11-17selftests: mptcp: lib: get counters from nstat historyMatthieu Baerts (NGI0)
2025-11-17selftests: mptcp: join: dump stats from historyMatthieu Baerts (NGI0)
2025-11-17selftests: mptcp: lib: stats: remove nstat rate columnsMatthieu Baerts (NGI0)
2025-11-17selftests: mptcp: lib: remove stats files argsMatthieu Baerts (NGI0)
2025-11-17selftests: mptcp: lib: introduce 'nstat_{init,get}'Matthieu Baerts (NGI0)
2025-11-17tools: ynltool: remove -lmnl from link flagsJakub Kicinski
2025-11-16Merge tag 'perf-tools-fixes-for-v6.18-2-2025-11-16' of git://git.kernel.org/p...Linus Torvalds
2025-11-16Merge tag 'mm-hotfixes-stable-2025-11-16-10-40' of git://git.kernel.org/pub/s...Linus Torvalds
2025-11-15selftests/user_events: fix type cast for write_index packed member in perf_testAnkit Khushwaha
2025-11-14selftests: drv-net: xdp: make the XDP qstats tests less flakyJakub Kicinski
2025-11-14selftests: drv-net: xdp: Fix register spill error with clang 20Dimitri Daskalakis