summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2022-04-13selftests: net: fib_rule_tests: add support to select a test to runAlaa Mohamed1-1/+11
2022-04-12selftests: forwarding: new test, verify host mdb entriesJoachim Wiberg2-0/+104
2022-04-11selftests/mptcp: add diag listen testsFlorian Westphal1-0/+38
2022-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller1-0/+50
2022-04-11selftests: netfilter: add fib expression forward test caseFlorian Westphal1-0/+50
2022-04-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski39-65/+1609
2022-04-08selftests/bpf: Fix return value checks in perf_event_stackmap testYuntao Wang1-2/+2
2022-04-08selftests/bpf: Add CO-RE relos into linked_funcs selftestsAndrii Nakryiko2-0/+16
2022-04-08Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds5-21/+119
2022-04-07selftests/bpf: Uprobe tests should verify param/return valuesAlan Maguire2-18/+50
2022-04-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski4-21/+105
2022-04-06selftests/bpf: Test for writes to map key from BPF helpersKumar Kartikeya Dwivedi2-0/+39
2022-04-06selftests/bpf: Test passing rdonly mem to global funcKumar Kartikeya Dwivedi4-6/+46
2022-04-06selftests/bpf: Use bpf_num_possible_cpus() in per-cpu map allocationsArtem Savkov2-2/+3
2022-04-06selftests/bpf: Fix issues in parse_num_list()Yuntao Wang1-1/+1
2022-04-06bpf: Adjust bpf_tcp_check_syncookie selftest to test dual-stack socketsMaxim Mikityanskiy1-19/+59
2022-04-06selftests/bpf: Fix file descriptor leak in load_kallsyms()Yuntao Wang1-4/+5
2022-04-05selftests/bpf: Add urandom_read shared lib and USDTsAndrii Nakryiko8-9/+275
2022-04-05selftests/bpf: Add basic USDT selftestsAndrii Nakryiko6-6/+970
2022-04-05selftests/bpf: Define SYS_NANOSLEEP_KPROBE_NAME for aarch64Ilya Leoshkevich1-0/+2
2022-04-05selftests/bpf: Fix parsing of prog types in UAPI hdr for bpftool syncQuentin Monnet1-1/+1
2022-04-04selftests/bpf: Add tests for uprobe auto-attach via skeletonAlan Maguire2-0/+90
2022-04-04selftests/bpf: Add tests for u[ret]probe attach by nameAlan Maguire2-17/+109
2022-04-04libbpf: Add auto-attach for uprobes based on section nameAlan Maguire3-4/+4
2022-04-04selftests/bpf: Fix cd_flavor_subdir() of test_progsYuntao Wang1-2/+4
2022-04-04selftests/bpf: Return true/false (not 1/0) from bool functionsHaowen Bai2-7/+7
2022-04-04selftests/bpf: Fix vfs_link kprobe definitionNikolay Borisov1-2/+3
2022-04-03Merge tag 'x86-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+14
2022-04-03selftests: net: fix nexthop warning cleanup double ip typoNikolay Aleksandrov1-2/+2
2022-04-02bpf, test_offload.py: Skip base maps without namesYauheni Kaliuta1-1/+1
2022-04-01selftests/bpf: Remove unused variable from bpf_sk_assign testEyal Birger1-3/+1
2022-04-01selftests: net: add delete nexthop route warning testNikolay Aleksandrov1-0/+14
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+7
2022-03-31Merge tag 'net-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-33/+11
2022-03-31kbuild: Make $(LLVM) more flexibleNathan Chancellor1-1/+7
2022-03-31bpf: selftests: Test fentry tracing a struct_ops programMartin KaFai Lau2-0/+44
2022-03-31wireguard: selftests: simplify RNG seedingJason A. Donenfeld1-19/+7
2022-03-30Merge tag 'libnvdimm-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-91/+4
2022-03-30selftests/bpf: Fix warning comparing pointer to 0Haowen Bai1-2/+2
2022-03-29Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-24/+1
2022-03-29selftests/bpf: Fix clang compilation errorsYonghong Song2-4/+2
2022-03-29selftests/bpf: fix selftest after random: Urandom_read tracepoint removalAndrii Nakryiko1-10/+2
2022-03-29Merge tag 'net-5.18-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-4/+10
2022-03-29Revert "selftests: net: Add tls config dependency for tls selftests"Jakub Kicinski1-1/+0
2022-03-29Merge tag 'livepatching-for-5.18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+21
2022-03-28selftests: net: Add tls config dependency for tls selftestsNaresh Kamboju1-0/+1
2022-03-27Merge tag 'memblock-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds30-88/+3757
2022-03-27selftests: tls: skip cmsg_to_pipe tests with TLS=nJakub Kicinski1-0/+6
2022-03-26selftests: test_vxlan_under_vrf: Fix broken test caseIdo Schimmel1-4/+4
2022-03-25Merge tag 'platform-drivers-x86-v5.18-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-0/+251