summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2022-10-24bpf: Adjust kprobe_multi entry_ip for CONFIG_X86_KERNEL_IBTJiri Olsa
2022-10-24selftests/bpf: Free the allocated resources after test case succeedsHou Tao
2022-10-24selftests/xsk: Add missing close() on netns fdMaciej Fijalkowski
2022-08-17selftests/bpf: fix a test for snprintf() overflowDan Carpenter
2022-08-17selftests/bpf: Fix rare segfault in sock_fields prog testJörn-Thorben Hinz
2022-08-17selftests/bpf: Don't force lld on non-x86 architecturesAndrii Nakryiko
2022-08-17libbpf: Fix internal USDT address translation logic for shared librariesAndrii Nakryiko
2022-08-17selftests/bpf: Fix tc_redirect_dtimeMartin KaFai Lau
2022-08-17selftests/bpf: Fix test_run logic in fexit_stress.cYuntao Wang
2022-07-08bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIsJoanne Koong
2022-07-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-07-01bpf, selftests: Add verifier test case for jmp32's jeq/jneDaniel Borkmann
2022-07-01bpf, selftests: Add verifier test case for imm=0,umin=0,umax=1 scalarDaniel Borkmann
2022-06-24selftests/bpf: Test sockmap update when socket has ULPJakub Sitnicki
2022-06-16selftest/bpf: Fix kprobe_multi bench testJiri Olsa
2022-06-16selftests/bpf: Shuffle cookies symbols in kprobe multi testJiri Olsa
2022-06-16selftests/bpf: Test tail call counting with bpf2bpf and data on stackJakub Sitnicki
2022-06-07selftests/bpf: Add selftest for calling global functions from freplaceToke Høiland-Jørgensen
2022-05-27selftests/bpf: fix stacktrace_build_id with missing kprobe/urandom_readSong Liu
2022-05-23selftests/bpf: Dynptr testsJoanne Koong
2022-05-23selftests/bpf: Fix spelling mistake: "unpriviliged" -> "unprivileged"Colin Ian King
2022-05-23selftests/bpf: fix btf_dump/btf_dump due to recent clang changeYonghong Song
2022-05-20selftests/bpf: add tests verifying unprivileged bpf behaviourAlan Maguire
2022-05-20selftests/bpf: Remove filtered subtests from outputMykola Lysenko
2022-05-20selftests/bpf: Fix subtest number formatting in test_progsMykola Lysenko
2022-05-20selftests/bpf: Add missing trampoline program type to trampoline_count testYuntao Wang
2022-05-20selftests/bpf: Verify first of struct mptcp_sockGeliang Tang
2022-05-20selftests/bpf: Verify ca_name of struct mptcp_sockGeliang Tang
2022-05-20selftests/bpf: Verify token of struct mptcp_sockGeliang Tang
2022-05-20selftests/bpf: Test bpf_skc_to_mptcp_sockGeliang Tang
2022-05-20selftests/bpf: Add MPTCP test baseNicolas Rybowski
2022-05-20selftests/bpf: Enable CONFIG_IKCONFIG_PROC in configGeliang Tang
2022-05-20selftests/bpf: Fix some bugs in map_lookup_percpu_elem testcaseFeng Zhou
2022-05-18selftests/bpf: Add missed ima_setup.sh in MakefileHangbin Liu
2022-05-16selftests/bpf: Fix building bpf selftests staticallyYosry Ahmed
2022-05-13selftests/bpf: Fix usdt_400 test caseAndrii Nakryiko
2022-05-13selftests/bpf: Convert some selftests to high-level BPF map APIsAndrii Nakryiko
2022-05-13selftests/bpf: Check combination of jit blinding and pointers to bpf subprogs.Alexei Starovoitov
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-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/bpf: fix a few clang compilation errorsYonghong Song
2022-05-11selftests/bpf: Enable CONFIG_FPROBE for self testsDaniel Müller
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