summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)Author
2019-12-15selftests/bpf: Add tests for libbpf-provided externsAndrii Nakryiko
2019-12-15libbpf: Support libbpf-provided extern variablesAndrii Nakryiko
2019-12-15selftests/bpf: Add test validating data section to struct convertion layoutAndrii Nakryiko
2019-12-15selftests/bpf: Convert few more selftest to skeletonsAndrii Nakryiko
2019-12-15selftests/bpf: Add BPF skeletons selftests and convert attach_probe.cAndrii Nakryiko
2019-12-15libbpf: Expose BPF program's function nameAndrii Nakryiko
2019-12-15libbpf: Add BPF_EMBED_OBJ macro for embedding BPF .o filesAndrii Nakryiko
2019-12-15libbpf: Add generic bpf_program__attach()Andrii Nakryiko
2019-12-14selftests: net: tls: remove recv_rcvbuf testThadeu Lima de Souza Cascardo
2019-12-14selftests/net: make so_txtime more robust to timer varianceWillem de Bruijn
2019-12-13selftests/bpf: Test wire_len/gso_segs in BPF_PROG_TEST_RUNStanislav Fomichev
2019-12-13selftests: bpf: Add xdp_perf testBjörn Töpel
2019-12-13selftests/bpf: Fix perf_buffer test on systems w/ offline CPUsAndrii Nakryiko
2019-12-13selftests/bpf: Add CPU mask parsing testsAndrii Nakryiko
2019-12-13selftests/bpf: Switch reuseport tests for test_progs frameworkJakub Sitnicki
2019-12-13selftests/bpf: Move reuseport tests under prog_tests/Jakub Sitnicki
2019-12-13selftests/bpf: Pull up printing the test name into test runnerJakub Sitnicki
2019-12-13selftests/bpf: Propagate errors during setup for reuseport testsJakub Sitnicki
2019-12-13selftests/bpf: Run reuseport tests in a loopJakub Sitnicki
2019-12-13selftests/bpf: Unroll the main loop in reuseport testJakub Sitnicki
2019-12-13selftests/bpf: Add helpers for getting socket family & type nameJakub Sitnicki
2019-12-13selftests/bpf: Use sa_family_t everywhere in reuseport testsJakub Sitnicki
2019-12-13selftests/bpf: Let libbpf determine program type from section nameJakub Sitnicki
2019-12-11tools/testing/nvdimm: Fix mock support for ioremapDan Williams
2019-12-11selftests/bpf: Test function_graph tracer and bpf trampoline togetherAlexei Starovoitov
2019-12-11kselftest: Support old perl versionsSeongJae Park
2019-12-11kselftest/runner: Print new line in print of timeout logSeongJae Park
2019-12-11selftests: Fix dangling documentation references to kselftest_module.shMichael Ellerman
2019-12-11kselftests: Add dma-heap testJohn Stultz
2019-12-09tc-testing: unbreak full listing of tdc testcasesDavide Caratti
2019-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-12-09torture: Hoist calls to lscpu to higher-level kvm.sh scriptPaul E. McKenney
2019-12-09torture: Allow "CFLIST" to specify default list of scenariosPaul E. McKenney
2019-12-09rcutorture: Add worst-case call_rcu() forward-progress resultsPaul E. McKenney
2019-12-09torture: Handle systems lacking the mpstat commandPaul E. McKenney
2019-12-09torture: Handle jitter for CPUs that cannot be offlinedPaul E. McKenney
2019-12-09rcutorture: Dispense with Dracut for initrd creationPaul E. McKenney
2019-12-09torture: Use gawk instead of awk for systime() functionPaul E. McKenney
2019-12-09kunit: testing kunit: Bug fix in test_run_timeout functionHeidi Fahim
2019-12-09selftests: forwarding: Delete IPv6 address at the endIdo Schimmel
2019-12-09selftests: safesetid: Fix Makefile to set correct test programMasami Hiramatsu
2019-12-09selftests: safesetid: Check the return value of setuid/setgidMasami Hiramatsu
2019-12-09selftests: safesetid: Move link library to LDLIBSMasami Hiramatsu
2019-12-09selftests/ftrace: Fix multiple kprobe testcaseMasami Hiramatsu
2019-12-09selftests/ftrace: Do not to use absolute debugfs pathMasami Hiramatsu
2019-12-09selftests/ftrace: Fix ftrace test cases to check unsupportedMasami Hiramatsu
2019-12-09selftests/ftrace: Fix to check the existence of set_ftrace_filterMasami Hiramatsu
2019-12-08net: WireGuard secure network tunnelJason A. Donenfeld
2019-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-12-07selftests: netfilter: use randomized netns namesFlorian Westphal