summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/progs/tailcall_bpf2bpf4.c
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Declare subprog_noise as static in tailcall_bpf2bpf4James Hilliard2022-08-261-1/+1
* selftests/bpf: Switch SEC("classifier*") usage to a strict SEC("tc")Andrii Nakryiko2021-09-281-8/+7
* bpf: Selftest to verify mixing bpf2bpf calls and tailcalls with insn patchJohn Fastabend2021-07-091-0/+18
* selftests/bpf: Stop using static variables for passing data to/from user-spaceAndrii Nakryiko2021-05-111-1/+1
* bpf, selftests: Use bpf_tail_call_static where appropriateDaniel Borkmann2020-09-301-3/+3
* selftests/bpf: Add tailcall_bpf2bpf testsMaciej Fijalkowski2020-09-171-0/+61