aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/bpf/prog_tests/tailcalls.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-06selftests/bpf: Add test for early update in prog_array_map_poke_runJiri Olsa1-0/+84
2023-09-12selftests/bpf: Add testcases for tailcall infinite loop fixingLeon Hwang1-4/+233
2023-09-11selftests/bpf: Correct map_fd to data_fd in tailcallsLeon Hwang1-16/+16
2022-09-02selftests/bpf: Store BPF object files with .bpf.o extensionDaniel Müller1-18/+18
2022-06-16selftests/bpf: Test tail call counting with bpf2bpf and data on stackJakub Sitnicki1-0/+55
2022-02-02selftests/bpf: Migrate from bpf_prog_test_runDelyan Kratunov1-115/+123
2022-01-12selftests/bpf: Stop using bpf_map__def() APIChristy Lee1-18/+18
2021-11-07selftests/bpf: Use explicit bpf_prog_test_load() calls everywhereAndrii Nakryiko1-9/+9
2021-09-28selftests/bpf: Switch SEC("classifier*") usage to a strict SEC("tc")Andrii Nakryiko1-29/+29
2021-09-13bpf, selftests: Replicate tailcall limit test for indirect call caseDaniel Borkmann1-5/+20
2021-07-09bpf: Selftest to verify mixing bpf2bpf calls and tailcalls with insn patchJohn Fastabend1-10/+26
2020-09-17selftests/bpf: Add tailcall_bpf2bpf testsMaciej Fijalkowski1-0/+332
2019-11-24bpf, testing: Add various tail call test casesDaniel Borkmann1-0/+487