summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_maps.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Remove bpf_sys.h from selftestsMickaël Salaün2017-02-101-1/+0
* bpf: Use bpf_create_map() from the libraryMickaël Salaün2017-02-101-7/+7
* bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün2017-02-101-17/+17
* bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün2017-02-101-11/+11
* bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün2017-02-101-15/+15
* bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün2017-02-101-28/+33
* bpf: fix multiple issues in selftest suite and samplesDaniel Borkmann2016-11-271-3/+4
* bpf: add initial suite for selftestsDaniel Borkmann2016-10-181-0/+525