aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests/tailcalls.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-16selftests/bpf: Test tail call counting with bpf2bpf and data on stackGravatar Jakub Sitnicki 1-0/+55
2022-02-02selftests/bpf: Migrate from bpf_prog_test_runGravatar Delyan Kratunov 1-115/+123
2022-01-12selftests/bpf: Stop using bpf_map__def() APIGravatar Christy Lee 1-18/+18
2021-11-07selftests/bpf: Use explicit bpf_prog_test_load() calls everywhereGravatar Andrii Nakryiko 1-9/+9
2021-09-28selftests/bpf: Switch SEC("classifier*") usage to a strict SEC("tc")Gravatar Andrii Nakryiko 1-29/+29
2021-09-13bpf, selftests: Replicate tailcall limit test for indirect call caseGravatar Daniel Borkmann 1-5/+20
2021-07-09bpf: Selftest to verify mixing bpf2bpf calls and tailcalls with insn patchGravatar John Fastabend 1-10/+26
2020-09-17selftests/bpf: Add tailcall_bpf2bpf testsGravatar Maciej Fijalkowski 1-0/+332
2019-11-24bpf, testing: Add various tail call test casesGravatar Daniel Borkmann 1-0/+487