summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-03-25selftests/bpf: Tests execution support for test_loader.cEduard Zingerman
2023-03-25selftests/bpf: Unprivileged tests for test_loader.cEduard Zingerman
2023-03-25selftests/bpf: __imm_insn & __imm_const macro for bpf_misc.hEduard Zingerman
2023-03-25selftests/bpf: Report program name on parse_test_spec errorEduard Zingerman
2023-03-25bpf: Treat KF_RELEASE kfuncs as KF_TRUSTED_ARGSDavid Vernet
2023-03-22selftests/bpf: Test switching TCP Congestion Control algorithms.Kui-Feng Lee
2023-03-22libbpf: Use .struct_ops.link section to indicate a struct_ops with a link.Kui-Feng Lee
2023-03-22libbpf: Update a bpf_link with another struct_ops.Kui-Feng Lee
2023-03-22bpf: Update the struct_ops of a bpf_link.Kui-Feng Lee
2023-03-22libbpf: Create a bpf_link in bpf_map__attach_struct_ops().Kui-Feng Lee
2023-03-22bpf: Create links for BPF struct_ops maps.Kui-Feng Lee
2023-03-22selftests/bpf: Check when bounds are not in the 32-bit rangeXu Kuohai
2023-03-22bpf: Fix __reg_bound_offset 64->32 var_off subreg propagationDaniel Borkmann
2023-03-22bpf/selftests: coverage for bpf_map_ops errorsJP Kobryn
2023-03-22selftests/bpf: Add light skeleton test for kfunc detection.Alexei Starovoitov
2023-03-22libbpf: Support kfunc detection in light skeleton.Alexei Starovoitov
2023-03-22libbpf: Rename RELO_EXTERN_VAR/FUNC.Alexei Starovoitov
2023-03-22selftests/xsk: add xdp populate metadata testTushar Vyavahare
2023-03-20net: skbuff: move the fields BPF cares about directly next to the offset markerJakub Kicinski
2023-03-20net: skbuff: rename __pkt_vlan_present_offset to __mono_tc_offsetJakub Kicinski
2023-03-20libbpf: Explicitly call write to append content to fileLiu Pan
2023-03-20selftest/bpf: Add a test case for ld_imm64 copy logic.Alexei Starovoitov
2023-03-20libbpf: Fix ld_imm64 copy logic for ksym in light skeleton.Alexei Starovoitov
2023-03-17selftests/bpf: Add --json-summary option to test_progsManu Bretelle
2023-03-17selftests/bpf: Add test for bpf_ksym_exists().Alexei Starovoitov
2023-03-17libbpf: Introduce bpf_ksym_exists() macro.Alexei Starovoitov
2023-03-17libbpf: Fix relocation of kfunc ksym in ld_imm64 insn.Alexei Starovoitov
2023-03-16selftests/bpf: fix "metadata marker" getting overwritten by the netstackAlexander Lobakin
2023-03-16bpf: Remove bpf_cpumask_kptr_get() kfuncDavid Vernet
2023-03-16bpf/selftests: Test using global cpumask kptr with RCUDavid Vernet
2023-03-16libbpf: Ignore warnings about "inefficient alignment"Daniel Müller
2023-03-16selftests/bpf: Fix a fd leak in an error path in network_helpers.cMartin KaFai Lau
2023-03-16selftests/bpf: Use ASSERT_EQ instead ASSERT_OK for testing memcmp resultMartin KaFai Lau
2023-03-15bpf/selftests: Test fentry attachment to shadowed functionsViktor Malik
2023-03-14selftests/bpf: Fix trace_virtqueue_add_sgs test issue with LLVM 17.Alexei Starovoitov
2023-03-14selftests/bpf: robustify test_xdp_do_redirect with more payload magicsAlexander Lobakin
2023-03-13selftests/bpf: Add various tests to check helper access into ptr_to_btf_id.Alexei Starovoitov
2023-03-13selftests/bpf: use canonical ftrace pathRoss Zwisler
2023-03-13bpf: use canonical ftrace pathRoss Zwisler
2023-03-10selftests/bpf: Add local kptr stashing testDave Marchevsky
2023-03-10selftests/bpf: Add local-storage-create benchmarkMartin KaFai Lau
2023-03-10selftests/bpf: Check freeing sk->sk_local_storage with sk_local_storage->smap...Martin KaFai Lau
2023-03-10selftests/bpf: Replace CHECK with ASSERT in test_local_storageMartin KaFai Lau
2023-03-10bpf/selftests: Fix send_signal tracepoint testsDavid Vernet
2023-03-10selftests/bpf: make BPF compiler flags stricterAndrii Nakryiko
2023-03-10selftests/bpf: fix lots of silly mistakes pointed out by compilerAndrii Nakryiko
2023-03-10selftests/bpf: add __sink() macro to fake variable consumptionAndrii Nakryiko
2023-03-10selftests/bpf: prevent unused variable warning in bpf_for()Andrii Nakryiko
2023-03-09selftests/bpf: Workaround verification failure for fexit_bpf2bpf/func_replace...Yonghong Song
2023-03-09selftests/bpf: Improve error logs in XDP compliance test toolLorenzo Bianconi