summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests/tailcalls.c
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Store BPF object files with .bpf.o extensionDaniel Müller2022-09-021-18/+18
* selftests/bpf: Test tail call counting with bpf2bpf and data on stackJakub Sitnicki2022-06-161-0/+55
* selftests/bpf: Migrate from bpf_prog_test_runDelyan Kratunov2022-02-021-115/+123
* selftests/bpf: Stop using bpf_map__def() APIChristy Lee2022-01-121-18/+18
* selftests/bpf: Use explicit bpf_prog_test_load() calls everywhereAndrii Nakryiko2021-11-071-9/+9
* selftests/bpf: Switch SEC("classifier*") usage to a strict SEC("tc")Andrii Nakryiko2021-09-281-29/+29
* bpf, selftests: Replicate tailcall limit test for indirect call caseDaniel Borkmann2021-09-131-5/+20
* bpf: Selftest to verify mixing bpf2bpf calls and tailcalls with insn patchJohn Fastabend2021-07-091-10/+26
* selftests/bpf: Add tailcall_bpf2bpf testsMaciej Fijalkowski2020-09-171-0/+332
* bpf, testing: Add various tail call test casesDaniel Borkmann2019-11-241-0/+487