summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_maps.c
Commit message (Expand)AuthorAgeFilesLines
* selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY valuesAndrey Grafin2024-01-231-1/+5
* selftests/bpf: Export map_update_retriable()Hou Tao2023-11-091-5/+12
* selftests/bpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich2023-02-161-1/+1
* selftests/bpf: Free the allocated resources after test case succeedsHou Tao2022-09-221-9/+15
* selftests/bpf: Add test result messages for test_task_storage_map_stress_lookupHou Tao2022-09-191-1/+1
* selftests/bpf: Improve test coverage of test_mapsAlexei Starovoitov2022-09-051-14/+24
* selftests/bpf: Store BPF object files with .bpf.o extensionDaniel Müller2022-09-021-5/+5
* selftests/bpf: Remove usage of deprecated feature probing APIsAndrii Nakryiko2022-02-031-1/+1
* selftests/bpf: Remove explicit setrlimit(RLIMIT_MEMLOCK) in main selftestsAndrii Nakryiko2021-12-141-1/+0
* selftests/bpf: Migrate selftests to bpf_map_create()Andrii Nakryiko2021-11-251-54/+56
* selftests/bpf: Use explicit bpf_prog_test_load() calls everywhereAndrii Nakryiko2021-11-071-3/+4
* selftests/bpf: Enlarge select() timeout for test_mapsLi Zhijian2021-08-241-1/+1
* selftests/bpf: Add exponential backoff to map_delete_retriable in test_mapsYucong Sun2021-08-171-1/+6
* selftests/bpf: Add exponential backoff to map_update_retriable in test_mapsYucong Sun2021-08-161-1/+8
* selftests/bpf: Mute expected invalid map creation error msgMartynas Pumputis2021-07-221-0/+5
* bpf, selftests: Fix test_maps now that sockmap supports UDPJohn Fastabend2021-07-201-2/+2
* selftests/bpf: Check inner map deletionMartynas Pumputis2021-07-191-1/+62
* selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checksAndrii Nakryiko2021-05-251-83/+85
* selftests/bpf: Add bpf_lookup_and_delete_elem testsDenis Salopek2021-05-241-0/+17
* selftests/bpf: Work-around EBUSY errors from hashmap update/deleteAndrii Nakryiko2020-12-241-6/+42
* bpf: Lift hashtab key_size limitFlorian Lehner2020-11-051-1/+2
* selftests/bpf: Fix massive output from test_mapsJesper Dangaard Brouer2020-08-281-0/+2
* selftests: bpf: Fix detach from sockmap testsLorenz Bauer2020-07-091-6/+6
* selftests/bpf: Add tests for write-only stacks/queuesAnton Protopopov2020-06-011-1/+39
* selftests/bpf: Cleanup comments in test_mapsAnton Protopopov2020-06-011-3/+3
* selftests/bpf: Cleanup some file descriptors in test_mapsAnton Protopopov2020-06-011-0/+4
* selftests/bpf: Fix a typo in test_mapsAnton Protopopov2020-06-011-1/+1
* bpf, sockmap: Allow inserting listening TCP sockets into sockmapJakub Sitnicki2020-02-211-5/+1
* selftest/bpf: Get rid of a bunch of explicit BPF program type settingAndrii Nakryiko2019-10-211-4/+0
* selftests/bpf: Switch test_maps to test_progs' test.h formatAndrii Nakryiko2019-10-171-4/+4
* tools: Add definitions for devmap_hash map typeToke Høiland-Jørgensen2019-07-291-0/+16
* 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/+1
* 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/+0
* 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-261-5/+2
* 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