summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests
Commit message (Expand)AuthorAgeFilesLines
* net/tls: Fix return values to avoid ENOTSUPPValentin Vidic2019-12-181-6/+2
* seccomp: avoid overflow in implicit constant conversionChristian Brauner2019-12-171-1/+2
* kselftest: Fix NULL INSTALL_PATH for TARGETS runlistPrabhakar Kushwaha2019-12-131-1/+1
* selftests: kvm: fix build with glibc >= 2.30Vitaly Kuznetsov2019-12-131-2/+2
* selftests: pmtu: use -oneline for ip route list cacheThadeu Lima de Souza Cascardo2019-12-041-3/+2
* selftests: bpf: correct perror stringsJakub Kicinski2019-12-042-20/+20
* selftests: bpf: test_sockmap: handle file creation failures gracefullyJakub Kicinski2019-12-041-0/+9
* selftests/tls: add a test for fragmented messagesJakub Kicinski2019-12-041-0/+60
* mm/gup_benchmark: fix MAP_HUGETLB caseJohn Hubbard2019-12-041-1/+1
* bpf: Allow narrow loads of bpf_sysctl fields with offset > 0Ilya Leoshkevich2019-12-041-1/+7
* selftests/x86/sigreturn/32: Invalidate DS and ES when abusing the kernelAndy Lutomirski2019-11-291-0/+13
* selftests/x86/mov_ss_trap: Fix the SYSENTER testAndy Lutomirski2019-11-291-1/+2
* selftests/bpf: More compatible nc options in test_tc_edtJiri Benc2019-11-121-1/+1
* selftests/tls: add test for concurrent recv and sendJakub Kicinski2019-11-121-0/+108
* selftests/powerpc: Fix compile error on tlbie_test due to newer gccDesnes A. Nunes do Rosario2019-11-101-1/+1
* selftests/powerpc: Add test case for tlbie vs mtpidr ordering issueAneesh Kumar K.V2019-11-102-0/+736
* selftests: fib_tests: add more tests for metric updatePaolo Abeni2019-11-101-0/+21
* selftests: net: reuseport_dualstack: fix uninitalized parameterWei Wang2019-11-101-1/+2
* selftests: kvm: fix sync_regs_test with newer gccsVitaly Kuznetsov2019-11-101-10/+11
* selftests: kvm: vmx_set_nested_state_test: don't check for VMX support twiceVitaly Kuznetsov2019-11-101-6/+1
* selftests/kselftest/runner.sh: Add 45 second timeout per testKees Cook2019-11-062-3/+34
* kselftest: exclude failed TARGETS from runlistCristian Marussi2019-11-061-0/+4
* selftests: kvm: Fix libkvm build errorShuah Khan2019-10-291-1/+1
* selftests/bpf: adjust strobemeta loop to satisfy latest clangAndrii Nakryiko2019-10-111-1/+4
* selftests/seccomp: fix build on older kernelsTycho Andersen2019-10-111-0/+5
* selftests: pidfd: Fix undefined reference to pthread_create()Shuah Khan2019-10-111-1/+1
* selftests/tpm2: Add the missing TEST_FILES assignmentJarkko Sakkinen2019-10-111-0/+1
* udp: only do GSO if # of segs > 1Josh Hunt2019-10-071-12/+4
* selftests/powerpc: Retry on host facility unavailableGustavo Romero2019-10-071-1/+2
* selftests: Update fib_nexthop_multiprefix to handle missing ping6David Ahern2019-10-051-2/+4
* selftests: Update fib_tests to handle missing ping6David Ahern2019-10-051-1/+3
* ipv6: do not free rt if FIB_LOOKUP_NOREF is set on suppress ruleJason A. Donenfeld2019-10-051-1/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-142-11/+20
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-09-061-0/+7
| |\
| | * xfrm: policy: avoid warning splat when merging nodesFlorian Westphal2019-08-201-0/+7
| * | selftest: A few cleanups for fib_nexthops.shDavid Ahern2019-09-051-11/+13
* | | kselftests: cgroup: add freezer mkdir testRoman Gushchin2019-09-121-0/+54
|/ /
* | tc-testing: don't hardcode 'ip' in nsPlugin.pyDavide Caratti2019-08-311-11/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-08-275-6/+21
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-08-235-6/+21
| |\ \
| | * | selftests/bpf: install files test_xdp_vlan.shAnders Roxell2019-08-211-1/+2
| | * | selftests/bpf: add config fragment BPF_JITAnders Roxell2019-08-211-0/+1
| | * | selftests/bpf: fix test_btf_dump with O=Ilya Leoshkevich2019-08-212-0/+10
| | * | selftests/bpf: fix test_cgroup_storage on s390Ilya Leoshkevich2019-08-211-3/+3
| | * | selftests/bpf: fix "bind{4, 6} deny specific IP & port" on s390Ilya Leoshkevich2019-08-141-2/+5
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-08-217-46/+53
|\ \ \ \ | |/ / / |/| | |
| * | | selftests/kvm: make platform_info_test pass on AMDVitaly Kuznetsov2019-08-211-1/+1
| * | | selftests: kvm: fix state save/load on processors without XSAVEPaolo Bonzini2019-08-211-6/+10
| * | | selftests: kvm: fix vmx_set_nested_state_testPaolo Bonzini2019-08-151-3/+14
| * | | selftests: kvm: provide common function to enable eVMCSPaolo Bonzini2019-08-154-21/+28