summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/test_maps.c
AgeCommit message (Expand)Author
2021-08-24selftests/bpf: Enlarge select() timeout for test_mapsLi Zhijian
2021-08-17selftests/bpf: Add exponential backoff to map_delete_retriable in test_mapsYucong Sun
2021-08-16selftests/bpf: Add exponential backoff to map_update_retriable in test_mapsYucong Sun
2021-07-22selftests/bpf: Mute expected invalid map creation error msgMartynas Pumputis
2021-07-20bpf, selftests: Fix test_maps now that sockmap supports UDPJohn Fastabend
2021-07-19selftests/bpf: Check inner map deletionMartynas Pumputis
2021-05-25selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checksAndrii Nakryiko
2021-05-24selftests/bpf: Add bpf_lookup_and_delete_elem testsDenis Salopek
2020-12-24selftests/bpf: Work-around EBUSY errors from hashmap update/deleteAndrii Nakryiko
2020-11-05bpf: Lift hashtab key_size limitFlorian Lehner
2020-08-28selftests/bpf: Fix massive output from test_mapsJesper Dangaard Brouer
2020-07-09selftests: bpf: Fix detach from sockmap testsLorenz Bauer
2020-06-01selftests/bpf: Add tests for write-only stacks/queuesAnton Protopopov
2020-06-01selftests/bpf: Cleanup comments in test_mapsAnton Protopopov
2020-06-01selftests/bpf: Cleanup some file descriptors in test_mapsAnton Protopopov
2020-06-01selftests/bpf: Fix a typo in test_mapsAnton Protopopov
2020-02-21bpf, sockmap: Allow inserting listening TCP sockets into sockmapJakub Sitnicki
2019-10-21selftest/bpf: Get rid of a bunch of explicit BPF program type settingAndrii Nakryiko
2019-10-17selftests/bpf: Switch test_maps to test_progs' test.h formatAndrii Nakryiko
2019-07-29tools: Add definitions for devmap_hash map typeToke Høiland-Jørgensen
2019-07-09selftests/bpf: fix test_reuseport_array on s390Ilya Leoshkevich
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner
2019-04-27bpf: Add BPF_MAP_TYPE_SK_STORAGE test to test_mapsMartin KaFai Lau
2019-02-06bpf: test_maps: fix possible out of bound access warningBreno Leitao
2019-01-31selftests/bpf: skip sockmap in test_maps if kernel doesn't have supportStanislav Fomichev
2019-01-29selftests: bpf: remove duplicated includeYueHaibing
2019-01-01selftests/bpf: fix error printing in test_devmap()Xiaozhou Liu
2018-11-21bpf: adding tests for map_in_map helpber in libbpfNikita V. Shirokov
2018-11-20tools: add selftest for BPF_F_ZERO_SEEDLorenz Bauer
2018-10-19selftests/bpf: add test cases for queue and stack mapsMauricio Vasquez B
2018-09-22bpf: test_maps, only support ESTABLISHED socksJohn Fastabend
2018-08-14bpf: test: fix spelling mistake "REUSEEPORT" -> "REUSEPORT"Colin Ian King
2018-08-11bpf: test BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau
2018-03-19bpf: add map tests for BPF_PROG_TYPE_SK_MSGJohn Fastabend
2018-02-26bpf: unify rlimit handling in selftestsDaniel Borkmann
2018-02-22selftests/bpf/test_maps: exit child process without error in ENOMEM caseLi Zhijian
2018-01-23bpf: test_maps: cleanup sockmaps when test endsPrashant Bhole
2018-01-23selftests/bpf: speedup test_mapsAlexei Starovoitov
2017-10-23selftests/bpf: fix broken build of test_mapsAlexei Starovoitov
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-20bpf: Add tests for eBPF file modeChenbo Feng
2017-10-20bpf: enforce TCP only support for sockmapJohn Fastabend
2017-09-08bpf: add support for sockmap detach programsJohn Fastabend
2017-08-30bpf: test_maps: fix typos, "conenct" and "listeen"Colin Ian King
2017-08-28bpf: test_maps add sockmap stress testJohn Fastabend
2017-08-28bpf: harden sockmap program attach to ensure correct map typeJohn Fastabend
2017-08-28bpf: additional sockmap self testsJohn Fastabend
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend
2017-08-16bpf: selftests add sockmap testsJohn Fastabend
2017-07-29bpf: testing: fix devmap testsJohn Fastabend