summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_maps.c
AgeCommit message (Expand)AuthorLines
2022-02-03selftests/bpf: Remove usage of deprecated feature probing APIsAndrii Nakryiko-1/+1
2021-12-14selftests/bpf: Remove explicit setrlimit(RLIMIT_MEMLOCK) in main selftestsAndrii Nakryiko-1/+0
2021-11-25selftests/bpf: Migrate selftests to bpf_map_create()Andrii Nakryiko-54/+56
2021-11-07selftests/bpf: Use explicit bpf_prog_test_load() calls everywhereAndrii Nakryiko-3/+4
2021-08-24selftests/bpf: Enlarge select() timeout for test_mapsLi Zhijian-1/+1
2021-08-17selftests/bpf: Add exponential backoff to map_delete_retriable in test_mapsYucong Sun-1/+6
2021-08-16selftests/bpf: Add exponential backoff to map_update_retriable in test_mapsYucong Sun-1/+8
2021-07-22selftests/bpf: Mute expected invalid map creation error msgMartynas Pumputis-0/+5
2021-07-20bpf, selftests: Fix test_maps now that sockmap supports UDPJohn Fastabend-2/+2
2021-07-19selftests/bpf: Check inner map deletionMartynas Pumputis-1/+62
2021-05-25selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checksAndrii Nakryiko-83/+85
2021-05-24selftests/bpf: Add bpf_lookup_and_delete_elem testsDenis Salopek-0/+17
2020-12-24selftests/bpf: Work-around EBUSY errors from hashmap update/deleteAndrii Nakryiko-6/+42
2020-11-05bpf: Lift hashtab key_size limitFlorian Lehner-1/+2
2020-08-28selftests/bpf: Fix massive output from test_mapsJesper Dangaard Brouer-0/+2
2020-07-09selftests: bpf: Fix detach from sockmap testsLorenz Bauer-6/+6
2020-06-01selftests/bpf: Add tests for write-only stacks/queuesAnton Protopopov-1/+39
2020-06-01selftests/bpf: Cleanup comments in test_mapsAnton Protopopov-3/+3
2020-06-01selftests/bpf: Cleanup some file descriptors in test_mapsAnton Protopopov-0/+4
2020-06-01selftests/bpf: Fix a typo in test_mapsAnton Protopopov-1/+1
2020-02-21bpf, sockmap: Allow inserting listening TCP sockets into sockmapJakub Sitnicki-5/+1
2019-10-21selftest/bpf: Get rid of a bunch of explicit BPF program type settingAndrii Nakryiko-4/+0
2019-10-17selftests/bpf: Switch test_maps to test_progs' test.h formatAndrii Nakryiko-4/+4
2019-07-29tools: Add definitions for devmap_hash map typeToke Høiland-Jørgensen-0/+16
2019-07-09selftests/bpf: fix test_reuseport_array on s390Ilya Leoshkevich-6/+15
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner-4/+1
2019-04-27bpf: Add BPF_MAP_TYPE_SK_STORAGE test to test_mapsMartin KaFai Lau-9/+9
2019-02-06bpf: test_maps: fix possible out of bound access warningBreno Leitao-13/+14
2019-01-31selftests/bpf: skip sockmap in test_maps if kernel doesn't have supportStanislav Fomichev-1/+12
2019-01-29selftests: bpf: remove duplicated includeYueHaibing-1/+0
2019-01-01selftests/bpf: fix error printing in test_devmap()Xiaozhou Liu-1/+1
2018-11-21bpf: adding tests for map_in_map helpber in libbpfNikita V. Shirokov-0/+90
2018-11-20tools: add selftest for BPF_F_ZERO_SEEDLorenz Bauer-9/+55
2018-10-19selftests/bpf: add test cases for queue and stack mapsMauricio Vasquez B-0/+122
2018-09-22bpf: test_maps, only support ESTABLISHED socksJohn Fastabend-3/+7
2018-08-14bpf: test: fix spelling mistake "REUSEEPORT" -> "REUSEPORT"Colin Ian King-1/+1
2018-08-11bpf: test BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau-1/+261
2018-03-19bpf: add map tests for BPF_PROG_TYPE_SK_MSGJohn Fastabend-4/+51
2018-02-26bpf: unify rlimit handling in selftestsDaniel Borkmann-5/+2
2018-02-22selftests/bpf/test_maps: exit child process without error in ENOMEM caseLi Zhijian-0/+2
2018-01-23bpf: test_maps: cleanup sockmaps when test endsPrashant Bhole-4/+12
2018-01-23selftests/bpf: speedup test_mapsAlexei Starovoitov-6/+10
2017-10-23selftests/bpf: fix broken build of test_mapsAlexei Starovoitov-3/+3
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+11
2017-10-20bpf: Add tests for eBPF file modeChenbo Feng-0/+48
2017-10-20bpf: enforce TCP only support for sockmapJohn Fastabend-1/+11
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