aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_lru_map.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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