summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Add missing line break in test_verifierTiezhu Yang2024-01-261-1/+1
* selftests/bpf: Incorporate LSM policy to token-based testsAndrii Nakryiko2024-01-242-17/+104
* selftests/bpf: Add tests for LIBBPF_BPF_TOKEN_PATH envvarAndrii Nakryiko2024-01-241-0/+98
* selftests/bpf: Add tests for BPF object load with implicit tokenAndrii Nakryiko2024-01-241-0/+64
* selftests/bpf: Add BPF object loading tests with explicit token passingAndrii Nakryiko2024-01-243-0/+166
* selftests/bpf: Utilize string values for delegate_xxx mount optionsAndrii Nakryiko2024-01-241-20/+32
* selftests/bpf: Add BPF token-enabled testsAndrii Nakryiko2024-01-241-0/+683
* bpf: Add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko2024-01-242-0/+5
* bpf: Add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko2024-01-242-0/+5
* selftests/bpf: Wait for the netstamp_needed_key static key to be turned onMartin KaFai Lau2024-01-241-4/+75
* selftests/bpf: Fix the flaky tc_redirect_dtime testMartin KaFai Lau2024-01-241-0/+11
* selftests/bpf: Skip callback tests if jit is disabled in test_verifierTiezhu Yang2024-01-232-0/+17
* selftests/bpf: Move is_jit_enabled() into testing_helpersTiezhu Yang2024-01-233-18/+19
* selftests/bpf: test case for register_bpf_struct_ops().Kui-Feng Lee2024-01-234-0/+176
* selftests/bpf: Add fill_link_info test for perf eventJiri Olsa2024-01-232-0/+46
* selftests/bpf: Add cookies check for perf_event fill_link_info testJiri Olsa2024-01-231-5/+21
* selftests/bpf: Add cookies check for kprobe_multi fill_link_info testJiri Olsa2024-01-231-12/+36
* bpf: Use r constraint instead of p constraint in selftestsJose E. Marchesi2024-01-232-3/+3
* bpf: fix constraint in test_tcpbpf_kern.cJose E. Marchesi2024-01-231-1/+1
* bpf: avoid VLAs in progs/test_xdp_dynptr.cJose E. Marchesi2024-01-231-5/+5
* selftests/bpf: Enable kptr_xchg_inline test for arm64Hou Tao2024-01-231-1/+1
* selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY valuesAndrey Grafin2024-01-232-1/+31
* selftest: bpf: Test bpf_sk_assign_tcp_reqsk().Kuniyuki Iwashima2024-01-237-0/+953
* selftests/bpf: Fix potential premature unload in bpf_testmodArtem Savkov2024-01-231-0/+9
* bpf: Minor improvements for bpf_cmp.Alexei Starovoitov2024-01-231-9/+12
* selftests/bpf: Add a selftest with not-8-byte aligned BPF_STYonghong Song2024-01-231-0/+41
* bpf: Track aligned st store as imprecise spilled registersYonghong Song2024-01-231-8/+8
* selftests/bpf: Test assigning ID to scalars on spillMaxim Mikityanskiy2024-01-231-0/+133
* bpf: Assign ID to scalars on spillMaxim Mikityanskiy2024-01-232-4/+4
* selftests/bpf: Add a test case for 32-bit spill trackingMaxim Mikityanskiy2024-01-231-0/+31
* selftests/bpf: check if imprecise stack spills confuse infinite loop detectionEduard Zingerman2024-01-231-0/+24
* selftests/bpf: Fix the u64_offset_to_skb_data testMaxim Mikityanskiy2024-01-231-5/+3
* selftests/bpf: Update LLVM Phabricator linksNathan Chancellor2024-01-233-18/+18
* selftests/bpf: detect testing prog flags supportAndrii Nakryiko2024-01-237-7/+37
* selftests/bpf: fix test_loader check messageAndrii Nakryiko2024-01-231-1/+1
* selftests/bpf: Test the inlining of bpf_kptr_xchg()Hou Tao2024-01-232-0/+99
* selftests/bpf: Factor out get_xlated_program() helperHou Tao2024-01-234-89/+50
* selftests/bpf: add tests confirming type logic in kernel for __arg_ctxAndrii Nakryiko2024-01-171-3/+161
* libbpf: feature-detect arg:ctx tag support in kernelAndrii Nakryiko2024-01-171-0/+13
* selftests/bpf: Add test for alu on PTR_TO_FLOW_KEYSHao Sun2024-01-161-0/+19
* selftests/bpf: Test udp and tcp iter batchingMartin KaFai Lau2024-01-134-0/+260
* selftests/bpf: Test re-attachment fix for bpf_tracing_prog_attachDmitrii Dolgov2024-01-042-0/+53
* selftests/bpf: Add test for recursive attachment of tracing progsDmitrii Dolgov2024-01-043-0/+137
* selftests/bpf: Test gotol with large offsetsIlya Leoshkevich2024-01-041-0/+19
* selftests/bpf: Double the size of test_loader logIlya Leoshkevich2024-01-041-1/+1
* bpfilter: remove bpfilterQuentin Deslandes2024-01-043-3/+0
* selftests/bpf: add __arg_ctx BTF rewrite testAndrii Nakryiko2024-01-031-0/+106
* selftests/bpf: add arg:ctx cases to test_global_funcs testsAndrii Nakryiko2024-01-031-0/+49
* selftests/bpf: Add a selftest with > 512-byte percpu allocation sizeYonghong Song2024-01-031-0/+18
* selftests/bpf: Cope with 512 bytes limit with bpf_global_percpu_maYonghong Song2024-01-032-40/+46