aboutsummaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)Author
2021-10-06selftests/bpf: Switch to new bpf_object__next_{map,program} APIsHengqi Chen
2021-10-06selftest/bpf: Switch recursion test to use htab_map_delete_elemJiri Olsa
2021-10-06selftests/bpf: Test new btf__add_btf() APIAndrii Nakryiko
2021-10-06selftests/bpf: Refactor btf_write selftest to reuse BTF generation logicAndrii Nakryiko
2021-10-06bpf, x64: Save bytes for DIV by reducing reg copiesJie Meng
2021-10-05bpf: selftests: Add selftests for module kfunc supportKumar Kartikeya Dwivedi
2021-10-05tools: Allow specifying base BTF file in resolve_btfidsKumar Kartikeya Dwivedi
2021-10-04selftests: net: Test for the IOAM encapsulation with IPv6Justin Iurman
2021-10-02selftests: net: mscc: ocelot: add a test for egress VLAN modificationVladimir Oltean
2021-10-02selftests: net: mscc: ocelot: rename the VLAN modification test to ingressVladimir Oltean
2021-10-02selftests: net: mscc: ocelot: bring up the ports automaticallyVladimir Oltean
2021-10-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-10-01selftests/bpf: Use BTF-defined key/value for map definitionsHengqi Chen
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-09-30Merge tag 'net-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-09-30selftests/bpf: Use kselftest skip code for skipped testsPo-Hsu Lin
2021-09-29bpf: selftests: Fix fd cleanup in get_branch_snapshotKumar Kartikeya Dwivedi
2021-09-28selftests/bpf: Fix probe_user test failure with clang build kernelYonghong Song
2021-09-28selftests/bpf: Switch sk_lookup selftests to strict SEC("sk_lookup") useAndrii Nakryiko
2021-09-28selftests/bpf: Normalize all the rest SEC() usesAndrii Nakryiko
2021-09-28selftests/bpf: Switch SEC("classifier*") usage to a strict SEC("tc")Andrii Nakryiko
2021-09-28selftests/bpf: Normalize XDP section names in selftestsAndrii Nakryiko
2021-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-09-28selftests, bpf: test_lwt_ip_encap: Really disable rp_filterJiri Benc
2021-09-28selftests, bpf: Fix makefile dependencies on libbpfJiri Benc
2021-09-28selftests: xsk: Add frame_headroom testMagnus Karlsson
2021-09-28selftests: xsk: Change interleaving of packets in unaligned modeMagnus Karlsson
2021-09-28selftests: xsk: Add single packet testMagnus Karlsson
2021-09-28selftests: xsk: Introduce pacing of trafficMagnus Karlsson
2021-09-28selftests: xsk: Fix socket creation retryMagnus Karlsson
2021-09-28selftests: xsk: Put the same buffer only once in the fill ringMagnus Karlsson
2021-09-28selftests: xsk: Fix missing initializationMagnus Karlsson
2021-09-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-09-27selftests: net: fib_nexthops: Wait before checking reported idle timePetr Machata
2021-09-26bpf: selftest: Add verifier tests for <8-byte scalar spill and refillMartin KaFai Lau
2021-09-26bpf: selftest: A bpf prog that has a 32bit scalar spillMartin KaFai Lau
2021-09-25Merge tag 'linux-kselftest-fixes-5.15-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2021-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski
2021-09-24selftests/bpf: Fix btf_dump __int128 test failure with clang build kernelYonghong Song
2021-09-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-09-24selftests: KVM: Explicitly use movq to read xmm registersOliver Upton
2021-09-24selftests: KVM: Call ucall_init when setting up in rseq_testOliver Upton
2021-09-23Merge tag 'for-linus-rseq' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-09-23Merge tag 'net-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-09-23KVM: x86: selftests: test simultaneous uses of V_IRQ from L1 and L0Maxim Levitsky
2021-09-22KVM: selftests: Create a separate dirty bitmap per slotDavid Matlack
2021-09-22KVM: selftests: Refactor help message for -s backing_srcDavid Matlack
2021-09-22KVM: selftests: Change backing_src flag to -s in demand_paging_testDavid Matlack
2021-09-22selftests: KVM: Align SMCCC call with the spec in steal_timeOliver Upton