summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorLines
2023-08-09selftests/bpf: Add sockmap test for redirecting partial skb dataXu Kuohai-0/+86
2023-08-09selftests/bpf: fix a CI failure caused by vsock sockmap testXu Kuohai-1/+1
2023-07-18selftests/bpf: Add more tests for check_max_stack_depth bugKumar Kartikeya Dwivedi-2/+23
2023-07-05selftests/bpf: Add selftest for check_stack_max_depth bugKumar Kartikeya Dwivedi-0/+49
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-1156/+5265
2023-06-28Merge tag 'v6.5-rc1-modules-next' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+1
2023-06-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-174/+1313
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+159
2023-06-22selftests/bpf: Fix compilation failure for prog vrf_socket_lookupYonghong Song-2/+3
2023-06-21selftests/bpf: Add vrf_socket_lookup testsGilad Sever-0/+400
2023-06-19selftests/bpf: Set the default value of consumer_cnt as 0Hou Tao-128/+35
2023-06-19selftests/bpf: Ensure that next_cpu() returns a valid CPU numberHou Tao-1/+3
2023-06-19selftests/bpf: Output the correct error code for pthread APIsHou Tao-4/+6
2023-06-19selftests/bpf: Use producer_cnt to allocate local counter arrayHou Tao-1/+1
2023-06-19bpf: Centralize permissions checks for all BPF map typesAndrii Nakryiko-1/+5
2023-06-13selftests/bpf: Verify that check_ids() is used for scalars in regsafe()Eduard Zingerman-0/+315
2023-06-13selftests/bpf: Check if mark_chain_precision() follows scalar idsEduard Zingerman-0/+346
2023-06-13bpf: Use scalar ids in mark_chain_precision()Eduard Zingerman-4/+4
2023-06-13selftests/bpf: add a test for subprogram extablesKrister Johansen-0/+80
2023-06-12selftests/bpf: Update bpf_cpumask_any* tests to use bpf_cpumask_any_distribute*David Vernet-6/+6
2023-06-12selftests/bpf: Add test for new bpf_cpumask_first_and() kfuncDavid Vernet-0/+35
2023-06-12selftests/bpf: Fix invalid pointer check in get_xlated_program()Eduard Zingerman-11/+13
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+77
2023-06-08selftests/bpf: Add missing prototypes for several test kfuncsJiri Olsa-8/+15
2023-06-08selftests/bpf: Add test cases to assert proper ID tracking on spillMaxim Mikityanskiy-0/+79
2023-06-06selftests/bpf: Fix sockopt_sk selftestYonghong Song-1/+1
2023-06-06selftests/bpf: Fix check_mtu using wrong variable typeJesper Dangaard Brouer-1/+1
2023-06-05selftests/bpf: Add missing selftests kconfig optionsDavid Vernet-0/+4
2023-06-05selftests/bpf: Add test for non-NULLable PTR_TO_BTF_IDsDavid Vernet-0/+25
2023-06-05bpf: Make bpf_refcount_acquire fallible for non-owning refsDave Marchevsky-1/+5
2023-06-02selftests/bpf: Add access_inner_map selftestRhys Rustad-Elliott-0/+76
2023-06-01selftests/bpf: Test table ID fib lookup BPF helperLouis DeLosSantos-8/+53
2023-05-30selftests/bpf: Add a test where map key_type_id with decl_tag typeYonghong Song-0/+40
2023-05-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-624/+1994
2023-05-26kallsyms: remove unused arch_get_kallsym() helperArnd Bergmann-3/+1
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-372/+597
2023-05-25selftests/bpf: Check whether to run selftestDaniel Müller-1/+3
2023-05-24libbpf: Selftests for resizing datasec mapsJP Kobryn-0/+285
2023-05-23selftests/bpf: Add path_fd-based BPF_OBJ_PIN and BPF_OBJ_GET testsAndrii Nakryiko-0/+268
2023-05-23selftests/bpf: Add xdp_feature selftest for bond deviceLorenzo Bianconi-0/+121
2023-05-23bpf, sockmap: Test progs verifier error with latest clangJohn Fastabend-7/+5
2023-05-23bpf, sockmap: Test FIONREAD returns correct bytes in rx buffer with dropsJohn Fastabend-13/+66
2023-05-23bpf, sockmap: Test FIONREAD returns correct bytes in rx bufferJohn Fastabend-0/+48
2023-05-23bpf, sockmap: Test shutdown() correctly exits epoll and recv()=0John Fastabend-0/+94
2023-05-23bpf, sockmap: Build helper to create connected socket pairJohn Fastabend-102/+123
2023-05-23bpf, sockmap: Pull socket helpers out of listen test for general useJohn Fastabend-262/+273
2023-05-19selftests/bpf: Test bpf_sock_destroyAditi Ghag-0/+388
2023-05-19selftests/bpf: Add helper to get port using getsocknameAditi Ghag-0/+24
2023-05-17selftests/bpf: Make bpf_dynptr_is_rdonly() prototyype consistent with kernelYonghong Song-1/+1
2023-05-17selftests/bpf: Fix dynptr/test_dynptr_is_nullYonghong Song-1/+4