summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_maps.c
AgeCommit message (Expand)AuthorLines
2017-09-08bpf: add support for sockmap detach programsJohn Fastabend-1/+50
2017-08-30bpf: test_maps: fix typos, "conenct" and "listeen"Colin Ian King-2/+2
2017-08-28bpf: test_maps add sockmap stress testJohn Fastabend-1/+28
2017-08-28bpf: harden sockmap program attach to ensure correct map typeJohn Fastabend-4/+23
2017-08-28bpf: additional sockmap self testsJohn Fastabend-38/+75
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend-74/+59
2017-08-16bpf: selftests add sockmap testsJohn Fastabend-0/+308
2017-07-29bpf: testing: fix devmap testsJohn Fastabend-1/+3
2017-07-17bpf: add devmap, a map for storing net device referencesJohn Fastabend-0/+15
2017-06-10bpf, tests: add a test for htab lookup + update traversalDaniel Borkmann-0/+50
2017-04-28bpf: provide a generic macro for percpu values for selftestsDaniel Borkmann-17/+20
2017-04-25bpf: map_get_next_key to return first key on NULLTeng Qin-4/+25
2017-04-21bpf: Fix values type used in test_mapsDavid Miller-2/+2
2017-03-22bpf: fix hashmap extra_elems logicAlexei Starovoitov-3/+26
2017-02-10bpf: Remove bpf_sys.h from selftestsMickaël Salaün-1/+0
2017-02-10bpf: Use bpf_create_map() from the libraryMickaël Salaün-7/+7
2017-02-10bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün-17/+17
2017-02-10bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün-11/+11
2017-02-10bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün-15/+15
2017-02-10bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün-28/+33
2016-11-27bpf: fix multiple issues in selftest suite and samplesDaniel Borkmann-3/+4
2016-10-18bpf: add initial suite for selftestsDaniel Borkmann-0/+525