aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2025-04-23selftests/bpf: Set MACs during veth creation in tc_redirectIlya Leoshkevich1-5/+6
2025-04-23selftests: mptcp: diag: use mptcp_lib_get_info_valueGeliang Tang1-3/+2
2025-04-23selftests: ublk: remove useless 'delay_us' from 'struct dev_ctx'Ming Lei1-3/+0
2025-04-23selftests: ublk: fix recover testMing Lei2-1/+2
2025-04-23selftests/bpf: Add test to access const void pointer argument in tracing programKaFai Wan1-0/+12
2025-04-23selftests/bpf: Mitigate sockmap_ktls disconnect_after_delete failureIhor Solodrai1-1/+0
2025-04-23selftests: net/bridge : add tests for per vlan snooping with stp state changesYong Wang3-8/+154
2025-04-22selftests/bpf: Add test for attaching kprobe with long event namesFeng Yang2-0/+39
2025-04-22selftests/bpf: Add test for attaching uprobe with long event namesFeng Yang1-0/+49
2025-04-22selftests/bpf: Close the file descriptor to avoid resource leaksMalaya Kumar Rout2-3/+4
2025-04-22lib: Ensure prime numbers tests are included in KUnit test runsMark Brown1-0/+2
2025-04-22tools/nolibc: implement width padding in printf()Thomas Weißschuh1-0/+3
2025-04-22selftests/nolibc: add test for snprintf() truncationThomas Weißschuh1-1/+3
2025-04-22selftests/nolibc: rename vfprintf test suiteThomas Weißschuh1-2/+2
2025-04-22selftests/nolibc: use snprintf() for printf testsThomas Weißschuh1-27/+3
2025-04-22Revert "selftests/nolibc: use waitid() over waitpid()"Thomas Weißschuh1-6/+4
2025-04-22tools/nolibc: add tolower() and toupper()Thomas Weißschuh1-0/+5
2025-04-22tools/nolibc: handle intmax_t/uintmax_t in printfThomas Weißschuh1-0/+2
2025-04-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski9-8/+1243
2025-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov76-585/+2642
2025-04-21fs: remove uselib() system callChristian Brauner2-2/+0
2025-04-19Merge tag 'trace-v6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-0/+20
2025-04-19selftests/nolibc: enable UBSAN if availableThomas Weißschuh1-1/+2
2025-04-19selftests/nolibc: disable ubsan for smash_stack()Thomas Weißschuh1-0/+1
2025-04-18Merge tag 'hardening-v6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+1
2025-04-18Merge tag 'linux_kselftest-kunit-fixes-6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-1/+3
2025-04-18Merge tag 'linux_kselftest-fixes-6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-1/+22
2025-04-18cxl: Fix devm host device for CXL fwctl initializationDave Jiang1-1/+1
2025-04-18Merge tag 'block-6.15-20250417' of git://git.kernel.dk/linuxLinus Torvalds23-174/+938
2025-04-18tracing: selftests: Add testing a user string to filtersSteven Rostedt1-0/+20
2025-04-18selftests/pcie_bwctrl: Fix test progs listIlpo Järvinen1-1/+2
2025-04-18selftests/bpf: Add 5-byte NOP uprobe trigger benchmarkJiri Olsa3-1/+55
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski18-25/+556
2025-04-17Merge tag 'net-6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-0/+60
2025-04-17selftests/bpf: Test attaching bpf qdisc to mq and non rootAmery Hung2-0/+76
2025-04-17selftests/bpf: Add a bpf fq qdisc to selftestAmery Hung2-0/+774
2025-04-17selftests/bpf: Add a basic fifo qdisc testAmery Hung4-0/+230
2025-04-17testing/selftests: add test tool and scripts for ovpn moduleAntonio Quartulli15-0/+2721
2025-04-16Merge tag 'mm-hotfixes-stable-2025-04-16-19-59' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds6-20/+10
2025-04-16selftests: ublk: add generic_06 for covering fault injectUday Shankar5-3/+155
2025-04-16selftests: ublk: move creating UBLK_TMP into _prep_test()Ming Lei1-1/+1
2025-04-16selftests: ublk: add test_stress_05.shMing Lei2-0/+65
2025-04-16selftests: ublk: support user recoveryMing Lei6-10/+230
2025-04-16selftests: ublk: support target specific command lineMing Lei3-12/+95
2025-04-16selftests: ublk: increase max nr_queues and queue depthMing Lei2-3/+3
2025-04-16selftests: ublk: set queue pthread's cpu affinityMing Lei2-8/+159
2025-04-16selftests: ublk: setup ring with IORING_SETUP_SINGLE_ISSUER/IORING_SETUP_DEFER_TASKRUNMing Lei1-1/+3
2025-04-16selftests: ublk: add two stress tests for zero copy featureMing Lei3-0/+77
2025-04-16selftests: ublk: run stress tests in parallelMing Lei3-49/+63
2025-04-16selftests: ublk: make sure _add_ublk_dev can return in sub-shellMing Lei4-22/+39