summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/prog_tests/linked_list.c
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Test global bpf_list_head arrays.Kui-Feng Lee2024-06-031-0/+12
* selftests/bpf: Make linked_list failure test more robustKumar Kartikeya Dwivedi2023-10-201-8/+2
* selftests/bpf: Fix compiler warnings reported in -O2 modeAndrii Nakryiko2023-10-061-1/+1
* selftests/bpf: Update error message in negative linked_list testYonghong Song2023-09-081-2/+2
* bpf: Add 'owner' field to bpf_{list,rb}_nodeDave Marchevsky2023-07-181-39/+39
* bpf: Migrate bpf_rbtree_remove to possibly failDave Marchevsky2023-04-151-32/+58
* selftests/bpf: Modify linked_list tests to work with macro-ified insertsDave Marchevsky2023-04-151-3/+3
* bpf: Special verifier handling for bpf_rbtree_{remove, first}Dave Marchevsky2023-02-131-0/+37
* bpf: Add basic bpf_rb_{root,node} supportDave Marchevsky2023-02-131-6/+6
* bpf: Migrate release_on_unlock logic to non-owning ref semanticsDave Marchevsky2023-02-131-2/+0
* selftests/bpf: Workaround for llvm nop-4 bugAlexei Starovoitov2022-11-221-3/+3
* Revert "selftests/bpf: Temporarily disable linked list tests"Alexei Starovoitov2022-11-221-14/+7
* selftests/bpf: Temporarily disable linked list testsKumar Kartikeya Dwivedi2022-11-171-7/+14
* selftests/bpf: Add BTF sanity testsKumar Kartikeya Dwivedi2022-11-171-0/+485
* selftests/bpf: Add BPF linked list API testsKumar Kartikeya Dwivedi2022-11-171-0/+255