summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_lru_map.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-301-4/+1Star
* bpf: test ref bit from data path and add new tests for syscall pathDaniel Borkmann2019-05-141-14/+274
* bpf: unify rlimit handling in selftestsDaniel Borkmann2018-02-271-4/+2Star
* bpf: lru: Lower the PERCPU_NR_SCANS from 16 to 4Martin KaFai Lau2017-04-171-1/+1
* bpf: lru: Cleanup test_lru_map.cMartin KaFai Lau2017-04-171-23/+9Star
* bpf: lru: Add test_lru_sanity6 for BPF_F_NO_COMMON_LRUMartin KaFai Lau2017-04-171-5/+65
* bpf: Remove bpf_sys.h from selftestsMickaël Salaün2017-02-101-1/+0Star
* bpf: Use bpf_create_map() from the libraryMickaël Salaün2017-02-101-2/+2
* bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün2017-02-101-1/+1
* bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün2017-02-101-3/+3
* bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün2017-02-101-14/+14
* bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün2017-02-101-41/+56
* bpf: Fix test_lru_sanity5() in test_lru_map.cMartin KaFai Lau2017-01-171-26/+27
* bpf: fix multiple issues in selftest suite and samplesDaniel Borkmann2016-11-281-2/+6
* bpf: Add tests for the LRU bpf_htabMartin KaFai Lau2016-11-151-0/+583