summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_maps.c
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: fix test_reuseport_array on s390Ilya Leoshkevich2019-07-091-6/+15
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-301-4/+1Star
* bpf: Add BPF_MAP_TYPE_SK_STORAGE test to test_mapsMartin KaFai Lau2019-04-271-9/+9
* bpf: test_maps: fix possible out of bound access warningBreno Leitao2019-02-061-13/+14
* selftests/bpf: skip sockmap in test_maps if kernel doesn't have supportStanislav Fomichev2019-01-311-1/+12
* selftests: bpf: remove duplicated includeYueHaibing2019-01-291-1/+0Star
* selftests/bpf: fix error printing in test_devmap()Xiaozhou Liu2019-01-011-1/+1
* bpf: adding tests for map_in_map helpber in libbpfNikita V. Shirokov2018-11-211-0/+90
* tools: add selftest for BPF_F_ZERO_SEEDLorenz Bauer2018-11-201-9/+55
* selftests/bpf: add test cases for queue and stack mapsMauricio Vasquez B2018-10-191-0/+122
* bpf: test_maps, only support ESTABLISHED socksJohn Fastabend2018-09-221-3/+7
* bpf: test: fix spelling mistake "REUSEEPORT" -> "REUSEPORT"Colin Ian King2018-08-141-1/+1
* bpf: test BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau2018-08-111-1/+261
* bpf: add map tests for BPF_PROG_TYPE_SK_MSGJohn Fastabend2018-03-191-4/+51
* bpf: unify rlimit handling in selftestsDaniel Borkmann2018-02-271-5/+2Star
* selftests/bpf/test_maps: exit child process without error in ENOMEM caseLi Zhijian2018-02-221-0/+2
* bpf: test_maps: cleanup sockmaps when test endsPrashant Bhole2018-01-231-4/+12
* selftests/bpf: speedup test_mapsAlexei Starovoitov2018-01-231-6/+10
* selftests/bpf: fix broken build of test_mapsAlexei Starovoitov2017-10-231-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-1/+11
|\
| * bpf: enforce TCP only support for sockmapJohn Fastabend2017-10-201-1/+11
* | bpf: Add tests for eBPF file modeChenbo Feng2017-10-201-0/+48
|/
* bpf: add support for sockmap detach programsJohn Fastabend2017-09-091-1/+50
* bpf: test_maps: fix typos, "conenct" and "listeen"Colin Ian King2017-08-311-2/+2
* bpf: test_maps add sockmap stress testJohn Fastabend2017-08-281-1/+28
* bpf: harden sockmap program attach to ensure correct map typeJohn Fastabend2017-08-281-4/+23
* bpf: additional sockmap self testsJohn Fastabend2017-08-281-38/+75
* bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend2017-08-281-74/+59Star
* bpf: selftests add sockmap testsJohn Fastabend2017-08-161-0/+308
* bpf: testing: fix devmap testsJohn Fastabend2017-07-291-1/+3
* bpf: add devmap, a map for storing net device referencesJohn Fastabend2017-07-171-0/+15
* bpf, tests: add a test for htab lookup + update traversalDaniel Borkmann2017-06-111-0/+50
* bpf: provide a generic macro for percpu values for selftestsDaniel Borkmann2017-04-281-17/+20
* bpf: map_get_next_key to return first key on NULLTeng Qin2017-04-251-4/+25
* bpf: Fix values type used in test_mapsDavid Miller2017-04-211-2/+2
* bpf: fix hashmap extra_elems logicAlexei Starovoitov2017-03-221-3/+26
* bpf: Remove bpf_sys.h from selftestsMickaël Salaün2017-02-101-1/+0Star
* 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-281-3/+4
* bpf: add initial suite for selftestsDaniel Borkmann2016-10-181-0/+525