aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/bpf/test_lru_map.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-21selftests/bpf: Fix map tests errno checksArtem Savkov1-42/+24
2022-04-10selftests/bpf: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCKYafang Shao1-1/+3
2022-03-15selftests/bpf: Clean up array_size.cocci warningsGuo Zhengkui1-2/+2
2022-02-02selftests/bpf: Migrate from bpf_prog_test_runDelyan Kratunov1-4/+7
2021-11-25selftests/bpf: Migrate selftests to bpf_map_create()Andrii Nakryiko1-11/+5
2021-11-07selftests/bpf: Convert legacy prog load APIs to bpf_prog_load()Andrii Nakryiko1-8/+1
2021-05-24selftests/bpf: Add bpf_lookup_and_delete_elem testsDenis Salopek1-0/+8
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner1-4/+1
2019-05-14bpf: test ref bit from data path and add new tests for syscall pathDaniel Borkmann1-14/+274
2018-02-26bpf: unify rlimit handling in selftestsDaniel Borkmann1-4/+2
2017-04-17bpf: lru: Lower the PERCPU_NR_SCANS from 16 to 4Martin KaFai Lau1-1/+1
2017-04-17bpf: lru: Cleanup test_lru_map.cMartin KaFai Lau1-23/+9
2017-04-17bpf: lru: Add test_lru_sanity6 for BPF_F_NO_COMMON_LRUMartin KaFai Lau1-5/+65
2017-02-10bpf: Remove bpf_sys.h from selftestsMickaël Salaün1-1/+0
2017-02-10bpf: Use bpf_create_map() from the libraryMickaël Salaün1-2/+2
2017-02-10bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün1-1/+1
2017-02-10bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün1-3/+3
2017-02-10bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün1-14/+14
2017-02-10bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün1-41/+56
2017-01-17bpf: Fix test_lru_sanity5() in test_lru_map.cMartin KaFai Lau1-26/+27
2016-11-27bpf: fix multiple issues in selftest suite and samplesDaniel Borkmann1-2/+6
2016-11-15bpf: Add tests for the LRU bpf_htabMartin KaFai Lau1-0/+583