summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_maps.c
AgeCommit message (Expand)Author
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
2017-07-17bpf: add devmap, a map for storing net device referencesJohn Fastabend
2017-06-10bpf, tests: add a test for htab lookup + update traversalDaniel Borkmann
2017-04-28bpf: provide a generic macro for percpu values for selftestsDaniel Borkmann
2017-04-25bpf: map_get_next_key to return first key on NULLTeng Qin
2017-04-21bpf: Fix values type used in test_mapsDavid Miller
2017-03-22bpf: fix hashmap extra_elems logicAlexei Starovoitov
2017-02-10bpf: Remove bpf_sys.h from selftestsMickaël Salaün
2017-02-10bpf: Use bpf_create_map() from the libraryMickaël Salaün