- c164b8b selftests/bpf: Remove explicit setrlimit(RLIMIT_MEMLOCK) in main selftests by Andrii Nakryiko · 3 years, 1 month ago
- 2fe256a selftests/bpf: Migrate selftests to bpf_map_create() by Andrii Nakryiko · 3 years, 2 months ago
- cbdb146 selftests/bpf: Use explicit bpf_prog_test_load() calls everywhere by Andrii Nakryiko · 3 years, 2 months ago
- 2d82d73 selftests/bpf: Enlarge select() timeout for test_maps by Li Zhijian · 3 years, 5 months ago
- 857f75e selftests/bpf: Add exponential backoff to map_delete_retriable in test_maps by Yucong Sun · 3 years, 5 months ago
- 3c3bd54 selftests/bpf: Add exponential backoff to map_update_retriable in test_maps by Yucong Sun · 3 years, 5 months ago
- 9907442 selftests/bpf: Mute expected invalid map creation error msg by Martynas Pumputis · 3 years, 6 months ago
- c39aa21 bpf, selftests: Fix test_maps now that sockmap supports UDP by John Fastabend · 3 years, 6 months ago
- 08f71a1 selftests/bpf: Check inner map deletion by Martynas Pumputis · 3 years, 6 months ago
- bad2e47 selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checks by Andrii Nakryiko · 3 years, 8 months ago
- 49c299b selftests/bpf: Add bpf_lookup_and_delete_elem tests by Denis Salopek · 3 years, 8 months ago
- 11b844b selftests/bpf: Work-around EBUSY errors from hashmap update/delete by Andrii Nakryiko · 4 years, 1 month ago
- c6bde95 bpf: Lift hashtab key_size limit by Florian Lehner · 4 years, 3 months ago
- fa45056 selftests/bpf: Fix massive output from test_maps by Jesper Dangaard Brouer · 4 years, 5 months ago
- f43cb0d selftests: bpf: Fix detach from sockmap tests by Lorenz Bauer · 4 years, 6 months ago
- 43dd115 selftests/bpf: Add tests for write-only stacks/queues by Anton Protopopov · 4 years, 8 months ago
- efbc3b8 selftests/bpf: Cleanup comments in test_maps by Anton Protopopov · 4 years, 8 months ago
- 36ef9a2 selftests/bpf: Cleanup some file descriptors in test_maps by Anton Protopopov · 4 years, 8 months ago
- 204fb04 selftests/bpf: Fix a typo in test_maps by Anton Protopopov · 4 years, 8 months ago
- 8ca30379 bpf, sockmap: Allow inserting listening TCP sockets into sockmap by Jakub Sitnicki · 5 years ago
- 1678e33 selftest/bpf: Get rid of a bunch of explicit BPF program type setting by Andrii Nakryiko · 5 years ago
- ee6c52e selftests/bpf: Switch test_maps to test_progs' test.h format by Andrii Nakryiko · 5 years ago
- 1375dc4a tools: Add definitions for devmap_hash map type by Toke Høiland-Jørgensen · 5 years ago
- bc2d8af selftests/bpf: fix test_reuseport_array on s390 by Ilya Leoshkevich · 6 years ago
- 25763b3 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206 by Thomas Gleixner · 6 years ago
- 51a0e30 bpf: Add BPF_MAP_TYPE_SK_STORAGE test to test_maps by Martin KaFai Lau · 6 years ago
- dd9cef4 bpf: test_maps: fix possible out of bound access warning by Breno Leitao · 6 years ago
- e8ddbfb4 selftests/bpf: skip sockmap in test_maps if kernel doesn't have support by Stanislav Fomichev · 6 years ago
- cdd7b40 selftests: bpf: remove duplicated include by YueHaibing · 6 years ago
- 8b6b25c selftests/bpf: fix error printing in test_devmap() by Xiaozhou Liu · 6 years ago
- b1957c9 bpf: adding tests for map_in_map helpber in libbpf by Nikita V. Shirokov · 6 years ago
- bf5d68c tools: add selftest for BPF_F_ZERO_SEED by Lorenz Bauer · 6 years ago
- 43b987d selftests/bpf: add test cases for queue and stack maps by Mauricio Vasquez B · 6 years ago
- 5028027 bpf: test_maps, only support ESTABLISHED socks by John Fastabend · 6 years ago
- 26a1ccc bpf: test: fix spelling mistake "REUSEEPORT" -> "REUSEPORT" by Colin Ian King · 6 years ago
- 6bc8529c bpf: test BPF_MAP_TYPE_REUSEPORT_SOCKARRAY by Martin KaFai Lau · 6 years ago
- 82a8616 bpf: add map tests for BPF_PROG_TYPE_SK_MSG by John Fastabend · 7 years ago
- fe8d662 bpf: unify rlimit handling in selftests by Daniel Borkmann · 7 years ago
- 80475c4 selftests/bpf/test_maps: exit child process without error in ENOMEM case by Li Zhijian · 7 years ago
- 7836878 bpf: test_maps: cleanup sockmaps when test ends by Prashant Bhole · 7 years ago
- 1a97cf1 selftests/bpf: speedup test_maps by Alexei Starovoitov · 7 years ago
- e27afb8 selftests/bpf: fix broken build of test_maps by Alexei Starovoitov · 7 years ago
- f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- e043325 bpf: Add tests for eBPF file mode by Chenbo Feng · 7 years ago
- 435bf0d bpf: enforce TCP only support for sockmap by John Fastabend · 7 years ago
- 5a67da2 bpf: add support for sockmap detach programs by John Fastabend · 7 years ago
- 90774a9 bpf: test_maps: fix typos, "conenct" and "listeen" by Colin Ian King · 7 years ago
- 3f0d6a1 bpf: test_maps add sockmap stress test by John Fastabend · 7 years ago
- 81374aa bpf: harden sockmap program attach to ensure correct map type by John Fastabend · 7 years ago
- 6fd2886 bpf: additional sockmap self tests by John Fastabend · 7 years ago
- 464bc0f bpf: convert sockmap field attach_bpf_fd2 to type by John Fastabend · 7 years ago
- 6f6d33f bpf: selftests add sockmap tests by John Fastabend · 7 years ago
- 81f6bf8 bpf: testing: fix devmap tests by John Fastabend · 7 years ago
- 546ac1f bpf: add devmap, a map for storing net device references by John Fastabend · 8 years ago
- 5ecf51f bpf, tests: add a test for htab lookup + update traversal by Daniel Borkmann · 8 years ago
- f3515b5 bpf: provide a generic macro for percpu values for selftests by Daniel Borkmann · 8 years ago
- 8fe4592 bpf: map_get_next_key to return first key on NULL by Teng Qin · 8 years ago
- 89087c4 bpf: Fix values type used in test_maps by David Miller · 8 years ago
- 8c290e6 bpf: fix hashmap extra_elems logic by Alexei Starovoitov · 8 years ago
- 702498a bpf: Remove bpf_sys.h from selftests by Mickaël Salaün · 8 years ago
- f4874d0 bpf: Use bpf_create_map() from the library by Mickaël Salaün · 8 years ago
- 5f155c2 bpf: Use bpf_map_get_next_key() from the library by Mickaël Salaün · 8 years ago
- e58383b bpf: Use bpf_map_delete_elem() from the library by Mickaël Salaün · 8 years ago
- e5ff7c4 bpf: Use bpf_map_lookup_elem() from the library by Mickaël Salaün · 8 years ago
- 10ecc72 bpf: Use bpf_map_update_elem() from the library by Mickaël Salaün · 8 years ago
- e00c7b2 bpf: fix multiple issues in selftest suite and samples by Daniel Borkmann · 8 years ago
- 5aa5bd1 bpf: add initial suite for selftests by Daniel Borkmann · 8 years ago