aboutsummaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2024-05-02tcp: Add new args for cong_control in tcp_congestion_opsMiao Xu1-3/+3
2024-05-02KVM: selftests: Require KVM_CAP_USER_MEMORY2 for tests that create memslotsSean Christopherson1-0/+8
2024-05-02KVM: selftests: Allow skipping the KVM_RUN sanity check in rseq_testZide Chen1-2/+33
2024-05-02selftests/bpf: Add kernel socket operation testsJordan Rife1-0/+472
2024-05-02selftests/bpf: Make sock configurable for each test caseJordan Rife1-42/+98
2024-05-02selftests/bpf: Move IPv4 and IPv6 sockaddr test casesJordan Rife2-314/+268
2024-05-02selftests/bpf: Implement BPF programs for kernel socket operationsJordan Rife1-0/+65
2024-05-02selftests/bpf: Implement socket kfuncs for bpf_testmodJordan Rife2-0/+282
2024-05-02selftests/bpf: Fix bind program for big endian systemsJordan Rife3-16/+39
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-44/+89
2024-05-02bpf: Missing trailing slash in tools/testing/selftests/bpf/MakefileJose E. Marchesi1-1/+1
2024-05-02Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+3
2024-05-01selftests: netfilter: nft_concat_range.sh: reduce debug kernel run timeFlorian Westphal4-6/+34
2024-05-01libbpf: better fix for handling nulled-out struct_ops programAndrii Nakryiko1-1/+1
2024-05-01selftests/bpf: add tests for the "module: Function" syntaxViktor Malik2-0/+29
2024-05-01selftests/ftrace: add fprobe test cases for VFS type "%pd" and "%pD"Ye Bin1-0/+40
2024-05-01selftests/ftrace: add kprobe test cases for VFS type "%pd" and "%pD"Ye Bin1-0/+40
2024-04-30selftests/bpf: Drop start_server_proto helperGeliang Tang1-9/+2
2024-04-30selftests/bpf: Make start_mptcp_server staticGeliang Tang3-9/+16
2024-04-30selftests/bpf: Add opts argument for __start_serverGeliang Tang1-12/+15
2024-04-30Merge tag 'kvmarm-fixes-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini1-0/+49
2024-04-30cxl/test: Enhance event testingIra Weiny1-4/+15
2024-04-30selftests/bpf: Add sockopt case to verify prog_typeStanislav Fomichev1-2/+38
2024-04-30selftests/bpf: Extend sockopt tests to use BPF_LINK_CREATEStanislav Fomichev1-6/+19
2024-04-30selftests/bpf: Add kprobe session cookie testJiri Olsa3-0/+94
2024-04-30selftests/bpf: Add kprobe session testJiri Olsa3-0/+120
2024-04-30selftests: drv-net-hw: add test for memory allocation failures with page poolJakub Kicinski3-0/+134
2024-04-30selftests: drv-net: support generating iperf3 loadJakub Kicinski2-0/+42
2024-04-30selftests: net: py: avoid all ports < 10kJakub Kicinski1-1/+1
2024-04-30selftests: net: py: extract tool logicJakub Kicinski1-3/+9
2024-04-30selftests: drv-net-hw: support using Python from net hw testsJakub Kicinski4-3/+26
2024-04-30selftests: netfilter: avoid test timeouts on debug kernelsFlorian Westphal4-3/+10
2024-04-30selftests/bpf: Drop an unused local variableBenjamin Tissoires1-2/+0
2024-04-29selftests/bpf: validate nulled-out struct_ops program is handled properlyAndrii Nakryiko2-2/+23
2024-04-29selftests/bpf: Free strdup memory in veristatGeliang Tang1-1/+4
2024-04-29selftests/bpf: Free strdup memory in test_sockmapGeliang Tang1-2/+8
2024-04-29selftests/bpf: Run cgroup1_hierarchy test in own mount namespaceViktor Malik2-1/+9
2024-04-29bpf: Fix verifier assumptions about socket->skAlexei Starovoitov3-13/+20
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski78-777/+3770
2024-04-29KVM: selftests: Drop @selector from segment helpersSean Christopherson1-15/+14
2024-04-29KVM: selftests: Init x86's segments during VM creationSean Christopherson1-48/+20
2024-04-29KVM: selftests: Add macro for TSS selector, rename up code/data macrosSean Christopherson1-9/+9
2024-04-29KVM: selftests: Allocate x86's TSS at VM creationSean Christopherson1-3/+2
2024-04-29KVM: selftests: Fold x86's descriptor tables helpers into vcpu_init_sregs()Sean Christopherson1-25/+5
2024-04-29KVM: selftests: Drop superfluous switch() on vm->mode in vcpu_init_sregs()Sean Christopherson1-16/+11
2024-04-29KVM: selftests: Allocate x86's GDT during VM creationSean Christopherson1-3/+1
2024-04-29KVM: selftests: Map x86's exception_handlers at VM creation, not vCPU setupSean Christopherson1-1/+2
2024-04-29KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86Sean Christopherson23-69/+6
2024-04-29KVM: selftests: Rename x86's vcpu_setup() to vcpu_init_sregs()Sean Christopherson1-2/+2
2024-04-29KVM: selftests: Move x86's descriptor table helpers "up" in processor.cSean Christopherson1-96/+95