aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/test_maps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-21selftest/bpf: Get rid of a bunch of explicit BPF program type settingAndrii Nakryiko1-4/+0
2019-10-17selftests/bpf: Switch test_maps to test_progs' test.h formatAndrii Nakryiko1-4/+4
2019-07-29tools: Add definitions for devmap_hash map typeToke Høiland-Jørgensen1-0/+16
2019-07-09selftests/bpf: fix test_reuseport_array on s390Ilya Leoshkevich1-6/+15
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner1-4/+1
2019-04-27bpf: Add BPF_MAP_TYPE_SK_STORAGE test to test_mapsMartin KaFai Lau1-9/+9
2019-02-06bpf: test_maps: fix possible out of bound access warningBreno Leitao1-13/+14
2019-01-31selftests/bpf: skip sockmap in test_maps if kernel doesn't have supportStanislav Fomichev1-1/+12
2019-01-29selftests: bpf: remove duplicated includeYueHaibing1-1/+0
2019-01-01selftests/bpf: fix error printing in test_devmap()Xiaozhou Liu1-1/+1
2018-11-21bpf: adding tests for map_in_map helpber in libbpfNikita V. Shirokov1-0/+90
2018-11-20tools: add selftest for BPF_F_ZERO_SEEDLorenz Bauer1-9/+55
2018-10-19selftests/bpf: add test cases for queue and stack mapsMauricio Vasquez B1-0/+122
2018-09-22bpf: test_maps, only support ESTABLISHED socksJohn Fastabend1-3/+7
2018-08-14bpf: test: fix spelling mistake "REUSEEPORT" -> "REUSEPORT"Colin Ian King1-1/+1
2018-08-11bpf: test BPF_MAP_TYPE_REUSEPORT_SOCKARRAYMartin KaFai Lau1-1/+261
2018-03-19bpf: add map tests for BPF_PROG_TYPE_SK_MSGJohn Fastabend1-4/+51
2018-02-26bpf: unify rlimit handling in selftestsDaniel Borkmann1-5/+2
2018-02-22selftests/bpf/test_maps: exit child process without error in ENOMEM caseLi Zhijian1-0/+2
2018-01-23bpf: test_maps: cleanup sockmaps when test endsPrashant Bhole1-4/+12
2018-01-23selftests/bpf: speedup test_mapsAlexei Starovoitov1-6/+10
2017-10-23selftests/bpf: fix broken build of test_mapsAlexei Starovoitov1-3/+3
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+11
2017-10-20bpf: Add tests for eBPF file modeChenbo Feng1-0/+48
2017-10-20bpf: enforce TCP only support for sockmapJohn Fastabend1-1/+11
2017-09-08bpf: add support for sockmap detach programsJohn Fastabend1-1/+50
2017-08-30bpf: test_maps: fix typos, "conenct" and "listeen"Colin Ian King1-2/+2
2017-08-28bpf: test_maps add sockmap stress testJohn Fastabend1-1/+28
2017-08-28bpf: harden sockmap program attach to ensure correct map typeJohn Fastabend1-4/+23
2017-08-28bpf: additional sockmap self testsJohn Fastabend1-38/+75
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend1-74/+59
2017-08-16bpf: selftests add sockmap testsJohn Fastabend1-0/+308
2017-07-29bpf: testing: fix devmap testsJohn Fastabend1-1/+3
2017-07-17bpf: add devmap, a map for storing net device referencesJohn Fastabend1-0/+15
2017-06-10bpf, tests: add a test for htab lookup + update traversalDaniel Borkmann1-0/+50
2017-04-28bpf: provide a generic macro for percpu values for selftestsDaniel Borkmann1-17/+20
2017-04-25bpf: map_get_next_key to return first key on NULLTeng Qin1-4/+25
2017-04-21bpf: Fix values type used in test_mapsDavid Miller1-2/+2
2017-03-22bpf: fix hashmap extra_elems logicAlexei Starovoitov1-3/+26
2017-02-10bpf: Remove bpf_sys.h from selftestsMickaël Salaün1-1/+0
2017-02-10bpf: Use bpf_create_map() from the libraryMickaël Salaün1-7/+7
2017-02-10bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün1-17/+17
2017-02-10bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün1-11/+11
2017-02-10bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün1-15/+15
2017-02-10bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün1-28/+33
2016-11-27bpf: fix multiple issues in selftest suite and samplesDaniel Borkmann1-3/+4
2016-10-18bpf: add initial suite for selftestsDaniel Borkmann1-0/+525