summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-05-13libbpf: Add safer high-level wrappers for map operationsAndrii Nakryiko
2022-05-13selftests/bpf: Check combination of jit blinding and pointers to bpf subprogs.Alexei Starovoitov
2022-05-13selftests: fib_nexthops: Make the test more robustAmit Cohen
2022-05-13crypto: s390 - add crypto library interface for ChaCha20Vladis Dronov
2022-05-12net: selftests: Stress reuseport listenMartin KaFai Lau
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-12kunit: tool: print clearer error message when there's no TAP outputDaniel Latypov
2022-05-12kunit: tool: stop using a shell to run kernel under QEMUDaniel Latypov
2022-05-12kunit: tool: update test counts summary line formatDaniel Latypov
2022-05-12kselftest/cgroup: fix test_stress.sh to use OUTPUT dirPhil Auld
2022-05-12selftests/ftrace: Save kprobe_events to test logTiezhu Yang
2022-05-12objtool: Remove libsubcmd.a when make cleanTiezhu Yang
2022-05-12objtool: Remove inat-tables.c when make cleanTiezhu Yang
2022-05-12tools/power/x86/intel-speed-select: Fix warning for perf_cap.cpuSrinivas Pandruvada
2022-05-12tools/power/x86/intel-speed-select: Display error on turbo mode disabledSrinivas Pandruvada
2022-05-11lkdtm/usercopy: Rename "heap" to "slab"Kees Cook
2022-05-11selftests/bpf: make fexit_stress test run in serial modeAndrii Nakryiko
2022-05-11selftests/bpf: add test case for bpf_map_lookup_percpu_elemFeng Zhou
2022-05-11bpf: add bpf_map_lookup_percpu_elem for percpu mapFeng Zhou
2022-05-11selftests/bpf: Add tests for kptr_ref refcountingKumar Kartikeya Dwivedi
2022-05-11selftests/bpf: Add negative C tests for kptrsKumar Kartikeya Dwivedi
2022-05-11bpf: Prepare prog_test_struct kfuncs for runtime testsKumar Kartikeya Dwivedi
2022-05-11selftests: forwarding: tc_actions: allow mirred egress test to run on non-off...Vladimir Oltean
2022-05-11selftests/bpf: fix a few clang compilation errorsYonghong Song
2022-05-11selftests/bpf: Enable CONFIG_FPROBE for self testsDaniel Müller
2022-05-11Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2022-05-11selftests: xsk: make stat tests not spin on getsockoptMagnus Karlsson
2022-05-11selftests: xsk: make the stats tests normal testsMagnus Karlsson
2022-05-11selftests: xsk: introduce validation functionsMagnus Karlsson
2022-05-11selftests: xsk: cleanup veth pair at ctrl-cMagnus Karlsson
2022-05-11selftests: xsk: add timeout to testsMagnus Karlsson
2022-05-11selftests: xsk: fix reporting of failed testsMagnus Karlsson
2022-05-11selftests: xsk: run all tests for busy-pollMagnus Karlsson
2022-05-11selftests: xsk: do not send zero-length packetsMagnus Karlsson
2022-05-11selftests: xsk: cleanup bash scriptsMagnus Karlsson
2022-05-11perf/ibs: Fix commentRavi Bangoria
2022-05-11libbpf: Add bpf_program__set_insns functionJiri Olsa
2022-05-11libbpf: Clean up ringbuf size adjustment implementationAndrii Nakryiko
2022-05-10selftest/bpf: The test cases of BPF cookie for fentry/fexit/fmod_ret/lsm.Kui-Feng Lee
2022-05-10libbpf: Assign cookies to links in libbpf.Kui-Feng Lee
2022-05-10bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.Kui-Feng Lee
2022-05-10bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee
2022-05-10selftests/bpf: Add attach bench testJiri Olsa
2022-05-10selftests/bpf: Add bpf link iter testDmitrii Dolgov
2022-05-10selftests/bpf: Use ASSERT_* instead of CHECKDmitrii Dolgov
2022-05-10selftests/bpf: Fix result check for test_bpf_hash_mapDmitrii Dolgov
2022-05-10selftests/bpf: Replace bpf_trace_printk in tunnel kernel codeKaixi Fan
2022-05-10selftests/bpf: Move vxlan tunnel testcases to test_progsKaixi Fan
2022-05-10bpf: Add source ip in "struct bpf_tunnel_key"Kaixi Fan
2022-05-10bpftool: bpf_link_get_from_fd support for LSM programs in lskelKP Singh