summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs/linked_list.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-03selftests/bpf: Attempt to build BPF programs with -Wsign-compareAlexei Starovoitov1-1/+1
2023-07-13selftests/bpf: Improve test coverage of bpf_mem_alloc.Alexei Starovoitov1-1/+1
2023-04-16selftests/bpf: Modify linked_list tests to work with macro-ified insertsDave Marchevsky1-17/+17
2023-03-10selftests/bpf: fix lots of silly mistakes pointed out by compilerAndrii Nakryiko1-4/+0
2023-02-14bpf: Migrate release_on_unlock logic to non-owning ref semanticsDave Marchevsky1-1/+1
2022-12-02selftests/bpf: Validate multiple ref release_on_unlock logicDave Marchevsky1-1/+16
2022-11-23Revert "selftests/bpf: Temporarily disable linked list tests"Alexei Starovoitov1-10/+1
2022-11-18selftests/bpf: Temporarily disable linked list testsKumar Kartikeya Dwivedi1-1/+10
2022-11-18selftests/bpf: Add BPF linked list API testsKumar Kartikeya Dwivedi1-0/+370