summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorFilesLines
2023-07-19selftests/bpf: Add more tests for check_max_stack_depth bugKumar Kartikeya Dwivedi1-2/+23
2023-07-06selftests/bpf: Add selftest for check_stack_max_depth bugKumar Kartikeya Dwivedi2-0/+49
2023-06-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds94-1156/+5265
2023-06-29Merge tag 'v6.5-rc1-modules-next' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+1
2023-06-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski33-174/+1313
2023-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-0/+159
2023-06-22selftests/bpf: Fix compilation failure for prog vrf_socket_lookupYonghong Song1-2/+3
2023-06-22selftests/bpf: Add vrf_socket_lookup testsGilad Sever2-0/+400
2023-06-19selftests/bpf: Set the default value of consumer_cnt as 0Hou Tao14-128/+35
2023-06-19selftests/bpf: Ensure that next_cpu() returns a valid CPU numberHou Tao2-1/+3
2023-06-19selftests/bpf: Output the correct error code for pthread APIsHou Tao1-4/+6
2023-06-19selftests/bpf: Use producer_cnt to allocate local counter arrayHou Tao1-1/+1
2023-06-19bpf: Centralize permissions checks for all BPF map typesAndrii Nakryiko1-1/+5
2023-06-14selftests/bpf: Verify that check_ids() is used for scalars in regsafe()Eduard Zingerman1-0/+315
2023-06-14selftests/bpf: Check if mark_chain_precision() follows scalar idsEduard Zingerman2-0/+346
2023-06-14bpf: Use scalar ids in mark_chain_precision()Eduard Zingerman1-4/+4
2023-06-14selftests/bpf: add a test for subprogram extablesKrister Johansen2-0/+80
2023-06-13selftests/bpf: Update bpf_cpumask_any* tests to use bpf_cpumask_any_distribute*David Vernet2-6/+6
2023-06-13selftests/bpf: Add test for new bpf_cpumask_first_and() kfuncDavid Vernet3-0/+35
2023-06-12selftests/bpf: Fix invalid pointer check in get_xlated_program()Eduard Zingerman1-11/+13
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-1/+77
2023-06-08selftests/bpf: Add missing prototypes for several test kfuncsJiri Olsa2-8/+15
2023-06-08selftests/bpf: Add test cases to assert proper ID tracking on spillMaxim Mikityanskiy1-0/+79
2023-06-06selftests/bpf: Fix sockopt_sk selftestYonghong Song1-1/+1
2023-06-06selftests/bpf: Fix check_mtu using wrong variable typeJesper Dangaard Brouer1-1/+1
2023-06-06selftests/bpf: Add missing selftests kconfig optionsDavid Vernet1-0/+4
2023-06-06selftests/bpf: Add test for non-NULLable PTR_TO_BTF_IDsDavid Vernet2-0/+25
2023-06-05bpf: Make bpf_refcount_acquire fallible for non-owning refsDave Marchevsky2-1/+5
2023-06-03selftests/bpf: Add access_inner_map selftestRhys Rustad-Elliott2-0/+76
2023-06-01selftests/bpf: Test table ID fib lookup BPF helperLouis DeLosSantos1-8/+53
2023-05-31selftests/bpf: Add a test where map key_type_id with decl_tag typeYonghong Song1-0/+40
2023-05-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski40-624/+1994
2023-05-26kallsyms: remove unused arch_get_kallsym() helperArnd Bergmann1-3/+1
2023-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-372/+597
2023-05-26selftests/bpf: Check whether to run selftestDaniel Müller1-1/+3
2023-05-24libbpf: Selftests for resizing datasec mapsJP Kobryn2-0/+285
2023-05-24selftests/bpf: Add path_fd-based BPF_OBJ_PIN and BPF_OBJ_GET testsAndrii Nakryiko1-0/+268
2023-05-23selftests/bpf: Add xdp_feature selftest for bond deviceLorenzo Bianconi1-0/+121
2023-05-23bpf, sockmap: Test progs verifier error with latest clangJohn Fastabend1-7/+5
2023-05-23bpf, sockmap: Test FIONREAD returns correct bytes in rx buffer with dropsJohn Fastabend2-13/+66
2023-05-23bpf, sockmap: Test FIONREAD returns correct bytes in rx bufferJohn Fastabend1-0/+48
2023-05-23bpf, sockmap: Test shutdown() correctly exits epoll and recv()=0John Fastabend2-0/+94
2023-05-23bpf, sockmap: Build helper to create connected socket pairJohn Fastabend2-102/+123
2023-05-23bpf, sockmap: Pull socket helpers out of listen test for general useJohn Fastabend2-262/+273
2023-05-20selftests/bpf: Test bpf_sock_destroyAditi Ghag3-0/+388
2023-05-20selftests/bpf: Add helper to get port using getsocknameAditi Ghag2-0/+24
2023-05-17selftests/bpf: Make bpf_dynptr_is_rdonly() prototyype consistent with kernelYonghong Song1-1/+1
2023-05-17selftests/bpf: Fix dynptr/test_dynptr_is_nullYonghong Song4-1/+4
2023-05-17selftests/bpf: Do not use sign-file as testcaseAlexey Gladkov1-2/+1
2023-05-17selftests/xsk: adjust packet pacing for multi-buffer supportMagnus Karlsson2-20/+30