aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_maps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-23bpf: test_maps: cleanup sockmaps when test endsPrashant Bhole1-4/+12
2018-01-23selftests/bpf: speedup test_mapsAlexei Starovoitov1-6/+10
2017-10-23selftests/bpf: fix broken build of test_mapsAlexei Starovoitov1-3/+3
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+11
2017-10-20bpf: Add tests for eBPF file modeChenbo Feng1-0/+48
2017-10-20bpf: enforce TCP only support for sockmapJohn Fastabend1-1/+11
2017-09-08bpf: add support for sockmap detach programsJohn Fastabend1-1/+50
2017-08-30bpf: test_maps: fix typos, "conenct" and "listeen"Colin Ian King1-2/+2
2017-08-28bpf: test_maps add sockmap stress testJohn Fastabend1-1/+28
2017-08-28bpf: harden sockmap program attach to ensure correct map typeJohn Fastabend1-4/+23
2017-08-28bpf: additional sockmap self testsJohn Fastabend1-38/+75
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend1-74/+59
2017-08-16bpf: selftests add sockmap testsJohn Fastabend1-0/+308
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