summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2021-11-30selftest/bpf/benchs: Add bpf_loop benchmarkJoanne Koong7-1/+203
2021-11-30selftests/bpf: Measure bpf_loop verifier performanceJoanne Koong5-4/+169
2021-11-30selftests/bpf: Add bpf_loop testJoanne Koong2-0/+257
2021-11-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-80/+257
2021-11-30tools: Fix math.h breakageMatthew Wilcox (Oracle)1-0/+3
2021-11-30KVM: SEV: Prohibit migration of a VM that has mirrorsPaolo Bonzini1-0/+37
2021-11-30selftests: sev_migrate_tests: add tests for KVM_CAP_VM_COPY_ENC_CONTEXT_FROMPaolo Bonzini1-7/+105
2021-11-30KVM: selftests: page_table_test: fix calculation of guest_test_phys_memMaciej S. Szmigiero1-1/+1
2021-11-30wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld1-1/+23
2021-11-30wireguard: selftests: rename DEBUG_PI_LIST to DEBUG_PLISTLi Zhijian1-1/+1
2021-11-30wireguard: selftests: actually test for routing loopsJason A. Donenfeld1-1/+5
2021-11-30wireguard: selftests: increase default dmesg log sizeJason A. Donenfeld1-0/+1
2021-11-29selftests: net: bridge: fix typo in vlan_filtering dependency testIvan Vecera1-1/+1
2021-11-29selftests/bpf: Test BPF_MAP_TYPE_PROG_ARRAY static initializationHengqi Chen2-0/+71
2021-11-27af_unix: Remove UNIX_ABSTRACT() macro and test sun_path[0] instead.Kuniyuki Iwashima3-4/+2
2021-11-27selftests: net: bridge: add test for vlan_filtering dependencyNikolay Aleksandrov1-1/+11
2021-11-27selftests: net: bridge: add vlan mcast_router testsNikolay Aleksandrov1-1/+53
2021-11-27selftests: net: bridge: add vlan mcast query and query response interval testsNikolay Aleksandrov1-1/+50
2021-11-27selftests: net: bridge: add vlan mcast_querier_interval testsNikolay Aleksandrov1-1/+39
2021-11-27selftests: net: bridge: add vlan mcast_membership_interval testNikolay Aleksandrov1-1/+27
2021-11-27selftests: net: bridge: add vlan mcast_startup_query_count/interval testsNikolay Aleksandrov1-1/+41
2021-11-27selftests: net: bridge: add vlan mcast_last_member_count/interval testsNikolay Aleksandrov1-1/+35
2021-11-27selftests: net: bridge: add vlan mcast igmp/mld version testsNikolay Aleksandrov1-1/+44
2021-11-27selftests: net: bridge: add vlan mcast querier testNikolay Aleksandrov1-1/+104
2021-11-27selftests: net: bridge: add vlan mcast snooping control testNikolay Aleksandrov1-0/+148
2021-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-151/+760
2021-11-26Merge tag 'net-5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds9-150/+758
2021-11-26KVM: selftests: Make sure kvm_create_max_vcpus test won't hit RLIMIT_NOFILEVitaly Kuznetsov1-0/+30
2021-11-26KVM: selftests: Avoid KVM_SET_CPUID2 after KVM_RUN in hyperv_features testVitaly Kuznetsov1-69/+71
2021-11-26selftests: sev_migrate_tests: free all VMsPaolo Bonzini1-1/+8
2021-11-26selftests: fix check for circular KVM_CAP_VM_MOVE_ENC_CONTEXT_FROMPaolo Bonzini1-2/+5
2021-11-26selftests: tls: test for correct proto_opsJakub Kicinski1-0/+55
2021-11-26selftests: tls: test splicing decrypted recordsJakub Kicinski1-0/+49
2021-11-26selftests: tls: test splicing cmsgsJakub Kicinski1-0/+40
2021-11-26selftests: tls: add tests for handling of bad recordsJakub Kicinski1-0/+154
2021-11-26selftests: tls: factor out cmsg send/receiveJakub Kicinski1-41/+70
2021-11-26selftests: tls: add helper for creating sock pairsJakub Kicinski1-99/+29
2021-11-26selftests/bpf: Fix misaligned accesses in xdp and xdp_bpf2bpf testsAndrii Nakryiko2-8/+9
2021-11-26selftests/bpf: Fix misaligned memory accesses in xdp_bonding testAndrii Nakryiko1-16/+20
2021-11-26selftests/bpf: Prevent out-of-bounds stack access in test_bpffsAndrii Nakryiko1-1/+3
2021-11-26selftests/bpf: Fix misaligned memory access in queue_stack_map testAndrii Nakryiko1-5/+7
2021-11-26selftests/bpf: Prevent misaligned memory access in get_stack_raw_tp testAndrii Nakryiko1-4/+10
2021-11-26selftests/bpf: Fix possible NULL passed to memcpy() with zero sizeAndrii Nakryiko1-1/+2
2021-11-26selftests/bpf: Fix UBSan complaint about signed __int128 overflowAndrii Nakryiko1-1/+1
2021-11-26selftests/bpf: Migrate selftests to bpf_map_create()Andrii Nakryiko21-256/+201
2021-11-26selftests/bpf: Mix legacy (maps) and modern (vars) BPF in one testAndrii Nakryiko2-0/+138
2021-11-24dccp/tcp: Remove an unused argument in inet_csk_listen_start().Kuniyuki Iwashima1-1/+1
2021-11-24selftests: add arp_ndisc_evict_nocarrier to MakefileJames Prestwood1-0/+1
2021-11-23selftests/bpf: Fix trivial typoDrew Fustini1-1/+1
2021-11-22selftests: net: fib_nexthops: add test for group refcount imbalance bugNikolay Aleksandrov1-0/+63