aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_maps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-29bpf: testing: fix devmap testsJohn Fastabend1-1/+3
2017-07-17bpf: add devmap, a map for storing net device referencesJohn Fastabend1-0/+15
2017-06-10bpf, tests: add a test for htab lookup + update traversalDaniel Borkmann1-0/+50
2017-04-28bpf: provide a generic macro for percpu values for selftestsDaniel Borkmann1-17/+20
2017-04-25bpf: map_get_next_key to return first key on NULLTeng Qin1-4/+25
2017-04-21bpf: Fix values type used in test_mapsDavid Miller1-2/+2
2017-03-22bpf: fix hashmap extra_elems logicAlexei Starovoitov1-3/+26
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-7/+7
2017-02-10bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün1-17/+17
2017-02-10bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün1-11/+11
2017-02-10bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün1-15/+15
2017-02-10bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün1-28/+33
2016-11-27bpf: fix multiple issues in selftest suite and samplesDaniel Borkmann1-3/+4
2016-10-18bpf: add initial suite for selftestsDaniel Borkmann1-0/+525