summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/progs/linked_list.c
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Attempt to build BPF programs with -Wsign-compareAlexei Starovoitov2024-01-031-1/+1
* selftests/bpf: Improve test coverage of bpf_mem_alloc.Alexei Starovoitov2023-07-121-1/+1
* selftests/bpf: Modify linked_list tests to work with macro-ified insertsDave Marchevsky2023-04-151-17/+17
* selftests/bpf: fix lots of silly mistakes pointed out by compilerAndrii Nakryiko2023-03-101-4/+0
* bpf: Migrate release_on_unlock logic to non-owning ref semanticsDave Marchevsky2023-02-131-1/+1
* selftests/bpf: Validate multiple ref release_on_unlock logicDave Marchevsky2022-12-011-1/+16
* Revert "selftests/bpf: Temporarily disable linked list tests"Alexei Starovoitov2022-11-221-10/+1
* selftests/bpf: Temporarily disable linked list testsKumar Kartikeya Dwivedi2022-11-171-1/+10
* selftests/bpf: Add BPF linked list API testsKumar Kartikeya Dwivedi2022-11-171-0/+370