summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2023-07-18selftests/bpf: Add more tests for check_max_stack_depth bugKumar Kartikeya Dwivedi
2023-07-05selftests/bpf: Add selftest for check_stack_max_depth bugKumar Kartikeya Dwivedi
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-06-28Merge tag 'v6.5-rc1-modules-next' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-06-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-22selftests/bpf: Fix compilation failure for prog vrf_socket_lookupYonghong Song
2023-06-21selftests/bpf: Add vrf_socket_lookup testsGilad Sever
2023-06-19selftests/bpf: Set the default value of consumer_cnt as 0Hou Tao
2023-06-19selftests/bpf: Ensure that next_cpu() returns a valid CPU numberHou Tao
2023-06-19selftests/bpf: Output the correct error code for pthread APIsHou Tao
2023-06-19selftests/bpf: Use producer_cnt to allocate local counter arrayHou Tao
2023-06-19bpf: Centralize permissions checks for all BPF map typesAndrii Nakryiko
2023-06-13selftests/bpf: Verify that check_ids() is used for scalars in regsafe()Eduard Zingerman
2023-06-13selftests/bpf: Check if mark_chain_precision() follows scalar idsEduard Zingerman
2023-06-13bpf: Use scalar ids in mark_chain_precision()Eduard Zingerman
2023-06-13selftests/bpf: add a test for subprogram extablesKrister Johansen
2023-06-12selftests/bpf: Update bpf_cpumask_any* tests to use bpf_cpumask_any_distribute*David Vernet
2023-06-12selftests/bpf: Add test for new bpf_cpumask_first_and() kfuncDavid Vernet
2023-06-12selftests/bpf: Fix invalid pointer check in get_xlated_program()Eduard Zingerman
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-08selftests/bpf: Add missing prototypes for several test kfuncsJiri Olsa
2023-06-08selftests/bpf: Add test cases to assert proper ID tracking on spillMaxim Mikityanskiy
2023-06-06selftests/bpf: Fix sockopt_sk selftestYonghong Song
2023-06-06selftests/bpf: Fix check_mtu using wrong variable typeJesper Dangaard Brouer
2023-06-05selftests/bpf: Add missing selftests kconfig optionsDavid Vernet
2023-06-05selftests/bpf: Add test for non-NULLable PTR_TO_BTF_IDsDavid Vernet
2023-06-05bpf: Make bpf_refcount_acquire fallible for non-owning refsDave Marchevsky
2023-06-02selftests/bpf: Add access_inner_map selftestRhys Rustad-Elliott
2023-06-01selftests/bpf: Test table ID fib lookup BPF helperLouis DeLosSantos
2023-05-30selftests/bpf: Add a test where map key_type_id with decl_tag typeYonghong Song
2023-05-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-05-26kallsyms: remove unused arch_get_kallsym() helperArnd Bergmann
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-05-25selftests/bpf: Check whether to run selftestDaniel Müller
2023-05-24libbpf: Selftests for resizing datasec mapsJP Kobryn
2023-05-23selftests/bpf: Add path_fd-based BPF_OBJ_PIN and BPF_OBJ_GET testsAndrii Nakryiko
2023-05-23selftests/bpf: Add xdp_feature selftest for bond deviceLorenzo Bianconi
2023-05-23bpf, sockmap: Test progs verifier error with latest clangJohn Fastabend
2023-05-23bpf, sockmap: Test FIONREAD returns correct bytes in rx buffer with dropsJohn Fastabend
2023-05-23bpf, sockmap: Test FIONREAD returns correct bytes in rx bufferJohn Fastabend
2023-05-23bpf, sockmap: Test shutdown() correctly exits epoll and recv()=0John Fastabend
2023-05-23bpf, sockmap: Build helper to create connected socket pairJohn Fastabend
2023-05-23bpf, sockmap: Pull socket helpers out of listen test for general useJohn Fastabend
2023-05-19selftests/bpf: Test bpf_sock_destroyAditi Ghag
2023-05-19selftests/bpf: Add helper to get port using getsocknameAditi Ghag
2023-05-17selftests/bpf: Make bpf_dynptr_is_rdonly() prototyype consistent with kernelYonghong Song
2023-05-17selftests/bpf: Fix dynptr/test_dynptr_is_nullYonghong Song
2023-05-17selftests/bpf: Do not use sign-file as testcaseAlexey Gladkov
2023-05-16selftests/xsk: adjust packet pacing for multi-buffer supportMagnus Karlsson