summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2024-01-24selftests/bpf: Add tests for BPF object load with implicit tokenAndrii Nakryiko
2024-01-24selftests/bpf: Add BPF object loading tests with explicit token passingAndrii Nakryiko
2024-01-24selftests/bpf: Utilize string values for delegate_xxx mount optionsAndrii Nakryiko
2024-01-24selftests/bpf: Add BPF token-enabled testsAndrii Nakryiko
2024-01-24bpf: Add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko
2024-01-24bpf: Add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko
2024-01-24selftests/bpf: Wait for the netstamp_needed_key static key to be turned onMartin KaFai Lau
2024-01-24selftests/bpf: Fix the flaky tc_redirect_dtime testMartin KaFai Lau
2024-01-23selftests/bpf: Skip callback tests if jit is disabled in test_verifierTiezhu Yang
2024-01-23selftests/bpf: Move is_jit_enabled() into testing_helpersTiezhu Yang
2024-01-23selftests/bpf: test case for register_bpf_struct_ops().Kui-Feng Lee
2024-01-23selftests/bpf: Add fill_link_info test for perf eventJiri Olsa
2024-01-23selftests/bpf: Add cookies check for perf_event fill_link_info testJiri Olsa
2024-01-23selftests/bpf: Add cookies check for kprobe_multi fill_link_info testJiri Olsa
2024-01-23bpf: Use r constraint instead of p constraint in selftestsJose E. Marchesi
2024-01-23bpf: fix constraint in test_tcpbpf_kern.cJose E. Marchesi
2024-01-23bpf: avoid VLAs in progs/test_xdp_dynptr.cJose E. Marchesi
2024-01-23selftests/bpf: Enable kptr_xchg_inline test for arm64Hou Tao
2024-01-23selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY valuesAndrey Grafin
2024-01-23selftest: bpf: Test bpf_sk_assign_tcp_reqsk().Kuniyuki Iwashima
2024-01-23selftests/bpf: Fix potential premature unload in bpf_testmodArtem Savkov
2024-01-23bpf: Minor improvements for bpf_cmp.Alexei Starovoitov
2024-01-23selftests/bpf: Add a selftest with not-8-byte aligned BPF_STYonghong Song
2024-01-23bpf: Track aligned st store as imprecise spilled registersYonghong Song
2024-01-23selftests/bpf: Test assigning ID to scalars on spillMaxim Mikityanskiy
2024-01-23bpf: Assign ID to scalars on spillMaxim Mikityanskiy
2024-01-23selftests/bpf: Add a test case for 32-bit spill trackingMaxim Mikityanskiy
2024-01-23selftests/bpf: check if imprecise stack spills confuse infinite loop detectionEduard Zingerman
2024-01-23selftests/bpf: Fix the u64_offset_to_skb_data testMaxim Mikityanskiy
2024-01-23selftests/bpf: Update LLVM Phabricator linksNathan Chancellor
2024-01-23selftests/bpf: detect testing prog flags supportAndrii Nakryiko
2024-01-23selftests/bpf: fix test_loader check messageAndrii Nakryiko
2024-01-23selftests/bpf: Test the inlining of bpf_kptr_xchg()Hou Tao
2024-01-23selftests/bpf: Factor out get_xlated_program() helperHou Tao
2024-01-17selftests/bpf: add tests confirming type logic in kernel for __arg_ctxAndrii Nakryiko
2024-01-17libbpf: feature-detect arg:ctx tag support in kernelAndrii Nakryiko
2024-01-16selftests/bpf: Add test for alu on PTR_TO_FLOW_KEYSHao Sun
2024-01-13selftests/bpf: Test udp and tcp iter batchingMartin KaFai Lau
2024-01-04selftests/bpf: Test re-attachment fix for bpf_tracing_prog_attachDmitrii Dolgov
2024-01-04selftests/bpf: Add test for recursive attachment of tracing progsDmitrii Dolgov
2024-01-04selftests/bpf: Test gotol with large offsetsIlya Leoshkevich
2024-01-04selftests/bpf: Double the size of test_loader logIlya Leoshkevich
2024-01-04bpfilter: remove bpfilterQuentin Deslandes
2024-01-03selftests/bpf: add __arg_ctx BTF rewrite testAndrii Nakryiko
2024-01-03selftests/bpf: add arg:ctx cases to test_global_funcs testsAndrii Nakryiko
2024-01-03selftests/bpf: Add a selftest with > 512-byte percpu allocation sizeYonghong Song
2024-01-03selftests/bpf: Cope with 512 bytes limit with bpf_global_percpu_maYonghong Song
2024-01-03bpf: sockmap, add tests for proto updates replace socketJohn Fastabend
2024-01-03bpf: sockmap, add tests for proto updates single socket to many mapJohn Fastabend
2024-01-03bpf: sockmap, add tests for proto updates many to single mapJohn Fastabend