summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorFilesLines
2024-11-01selftests/bpf: Fix cross-compiling urandom_readTony Ambardar1-1/+1
2024-10-17selftests/bpf: Fix compile if backtrace support missing in libcTony Ambardar1-1/+15
2024-10-17selftests/bpf: Move test_progs helpers to testing_helpers objectJiri Olsa4-66/+74
2024-10-17selftests/bpf: Replace extract_build_id with read_build_idJiri Olsa4-49/+13
2024-10-17selftests/bpf: Fix C++ compile error from missing _Bool typeTony Ambardar1-0/+4
2024-10-17selftests/bpf: Fix error compiling test_lru_map.cTony Ambardar1-1/+2
2024-10-17selftests/bpf: Fix errors compiling cg_storage_multi.h with musl libcTony Ambardar1-2/+0
2024-10-17selftests/bpf: Fix compiling core_reloc.c with musl-libcTony Ambardar1-0/+1
2024-10-17selftests/bpf: Fix compiling tcp_rtt.c with musl-libcTony Ambardar1-0/+1
2024-10-17selftests/bpf: Fix compiling flow_dissector.c with musl-libcTony Ambardar1-0/+1
2024-10-17selftests/bpf: Fix compiling kfree_skb.c with musl-libcTony Ambardar1-0/+1
2024-10-17selftests/bpf: Fix include of <sys/fcntl.h>Tony Ambardar1-1/+1
2024-10-17selftests/bpf: Add a cgroup prog bpf_get_ns_current_pid_tgid() testYonghong Song2-0/+80
2024-10-17selftests/bpf: Refactor out some functions in ns_current_pid_tgid testYonghong Song2-22/+41
2024-10-17selftests/bpf: Replace CHECK with ASSERT_* in ns_current_pid_tgid testYonghong Song1-17/+19
2024-10-17selftests/bpf: Fix missing BUILD_BUG_ON() declarationTony Ambardar1-0/+1
2024-10-17selftests/bpf: Fix missing UINT_MAX definitions in benchmarksTony Ambardar1-0/+1
2024-10-17selftests/bpf: Fix missing ARRAY_SIZE() definition in bench.cTony Ambardar1-0/+1
2024-10-17selftests/bpf: Fix error compiling bpf_iter_setsockopt.c with musl libcTony Ambardar1-1/+1
2024-10-17selftests/bpf: Fix compile error from rlim_t in sk_storage_map.cTony Ambardar1-1/+1
2024-10-17selftests/bpf: Use pid_t consistently in test_progs.cTony Ambardar1-1/+1
2024-10-17selftests/bpf: Workaround strict bpf_lsm return value check.Alexei Starovoitov1-0/+1
2024-10-17selftests/bpf: Add tests for _opts variants of bpf_*_get_fd_by_id()Roberto Sassu3-0/+124
2024-10-17selftests/bpf: Add selftest deny_namespace to s390x deny listYonghong Song1-0/+1
2024-09-18selftests/bpf: Support SOCK_STREAM in unix_inet_redir_to_connected()Michal Luczaj1-2/+1
2024-08-29bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook2-10/+10
2024-08-14selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRTYonghong Song1-1/+2
2024-08-03libbpf: Fix no-args func prototype BTF dumping syntaxAndrii Nakryiko2-4/+4
2024-08-03selftests/bpf: Close obj in error path in xdp_adjust_tailGeliang Tang1-1/+1
2024-08-03selftests/bpf: Close fd in error path in drop_on_reuseportGeliang Tang1-1/+1
2024-08-03selftests/bpf: Check length of recv in test_sockmapGeliang Tang1-1/+2
2024-08-03selftests/bpf: Fix prog numbers in test_sockmapGeliang Tang1-5/+1
2024-07-18bpf: Allow reads from uninit stackEduard Zingerman8-135/+99
2024-06-27selftests/bpf: Fix flaky test btf_map_in_map/lookup_updateYonghong Song1-25/+1
2024-06-27selftests/bpf: Prevent client connect before server bind in test_tc_tunnel.shAlessandro Carminati (Red Hat)1-1/+12
2024-06-12selftests/bpf: Fix a fd leak in error paths in open_netnsGeliang Tang1-0/+2
2024-06-12selftests/bpf: Fix umount cgroup2 error in test_sockmapGeliang Tang1-1/+1
2024-05-17bpf: Check bloom filter map value sizeAndrei Matei1-0/+6
2024-03-26selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY valuesAndrey Grafin2-1/+31
2024-02-05selftests/bpf: Fix issues in setup_classid_environment()Yafang Shao1-4/+14
2024-02-05selftests/bpf: Fix pyperf180 compilation failure with clang18Yonghong Song1-0/+22
2024-02-05selftests/bpf: satisfy compiler by having explicit return in btf testAndrii Nakryiko1-0/+1
2024-01-25selftests/bpf: Add assert for user stacks in test_task_stackJordan Rome2-0/+7
2024-01-25selftests/bpf: Relax time_tai test for equal timestamps in tai_forwardYiFei Zhu1-1/+1
2024-01-25selftests/bpf: Fix erroneous bitmask operationJeroen van Ingen Schenau1-2/+2
2024-01-10bpf: handle ldimm64 properly in check_cfg()Andrii Nakryiko1-4/+4
2023-12-20selftests/bpf: fix bpf_loop_bench for new callback verification schemeEduard Zingerman1-5/+8
2023-11-20selftests/bpf: Correct map_fd to data_fd in tailcallsLeon Hwang1-16/+16
2023-09-13selftests/bpf: Clean up fmod_ret in bench_rename test scriptYipeng Zou1-1/+1
2023-09-13selftests/bpf: Fix repeat option when kfunc_call verification failsYipeng Zou1-1/+1