summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: Add more tests for check_max_stack_depth bugKumar Kartikeya Dwivedi2023-07-181-2/+23
* selftests/bpf: Add selftest for check_stack_max_depth bugKumar Kartikeya Dwivedi2023-07-052-0/+49
* Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-2894-1156/+5265
|\
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-06-2433-174/+1313
| |\
| | * selftests/bpf: Fix compilation failure for prog vrf_socket_lookupYonghong Song2023-06-221-2/+3
| | * selftests/bpf: Add vrf_socket_lookup testsGilad Sever2023-06-212-0/+400
| | * selftests/bpf: Set the default value of consumer_cnt as 0Hou Tao2023-06-1914-128/+35
| | * selftests/bpf: Ensure that next_cpu() returns a valid CPU numberHou Tao2023-06-192-1/+3
| | * selftests/bpf: Output the correct error code for pthread APIsHou Tao2023-06-191-4/+6
| | * selftests/bpf: Use producer_cnt to allocate local counter arrayHou Tao2023-06-191-1/+1
| | * bpf: Centralize permissions checks for all BPF map typesAndrii Nakryiko2023-06-191-1/+5
| | * selftests/bpf: Verify that check_ids() is used for scalars in regsafe()Eduard Zingerman2023-06-131-0/+315
| | * selftests/bpf: Check if mark_chain_precision() follows scalar idsEduard Zingerman2023-06-132-0/+346
| | * bpf: Use scalar ids in mark_chain_precision()Eduard Zingerman2023-06-131-4/+4
| | * selftests/bpf: Update bpf_cpumask_any* tests to use bpf_cpumask_any_distribute*David Vernet2023-06-122-6/+6
| | * selftests/bpf: Add test for new bpf_cpumask_first_and() kfuncDavid Vernet2023-06-123-0/+35
| | * selftests/bpf: Fix invalid pointer check in get_xlated_program()Eduard Zingerman2023-06-121-11/+13
| | * selftests/bpf: Add missing prototypes for several test kfuncsJiri Olsa2023-06-082-8/+15
| | * selftests/bpf: Fix check_mtu using wrong variable typeJesper Dangaard Brouer2023-06-061-1/+1
| | * selftests/bpf: Add missing selftests kconfig optionsDavid Vernet2023-06-051-0/+4
| | * selftests/bpf: Add test for non-NULLable PTR_TO_BTF_IDsDavid Vernet2023-06-052-0/+25
| | * bpf: Make bpf_refcount_acquire fallible for non-owning refsDave Marchevsky2023-06-052-1/+5
| | * selftests/bpf: Test table ID fib lookup BPF helperLouis DeLosSantos2023-06-011-8/+53
| | * selftests/bpf: Add a test where map key_type_id with decl_tag typeYonghong Song2023-05-301-0/+40
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-223-0/+159
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-083-1/+77
| |\ \ \ | | |_|/ | |/| |
| * | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-2640-624/+1994
| |\ \ \
| | * | | selftests/bpf: Check whether to run selftestDaniel Müller2023-05-251-1/+3
| | * | | libbpf: Selftests for resizing datasec mapsJP Kobryn2023-05-242-0/+285
| | * | | selftests/bpf: Add path_fd-based BPF_OBJ_PIN and BPF_OBJ_GET testsAndrii Nakryiko2023-05-231-0/+268
| | * | | selftests/bpf: Add xdp_feature selftest for bond deviceLorenzo Bianconi2023-05-231-0/+121
| | * | | selftests/bpf: Test bpf_sock_destroyAditi Ghag2023-05-193-0/+388
| | * | | selftests/bpf: Add helper to get port using getsocknameAditi Ghag2023-05-192-0/+24
| | * | | selftests/bpf: Make bpf_dynptr_is_rdonly() prototyype consistent with kernelYonghong Song2023-05-171-1/+1
| | * | | selftests/bpf: Fix dynptr/test_dynptr_is_nullYonghong Song2023-05-174-1/+4
| | * | | selftests/bpf: Do not use sign-file as testcaseAlexey Gladkov2023-05-171-2/+1
| | * | | selftests/xsk: adjust packet pacing for multi-buffer supportMagnus Karlsson2023-05-162-20/+30
| | * | | selftests/xsk: generate data for multi-buffer packetsMagnus Karlsson2023-05-161-27/+43
| | * | | selftests/xsk: populate fill ring based on frags neededMagnus Karlsson2023-05-162-12/+41
| | * | | selftests/xsx: test for huge pages only onceMagnus Karlsson2023-05-162-94/+94
| | * | | selftests/xsk: store offset in pkt instead of addrMagnus Karlsson2023-05-162-64/+90
| | * | | selftests/xsk: add packet iterator for tx to packet streamMagnus Karlsson2023-05-162-21/+24
| | * | | selftests/xsk: dump packet at errorMagnus Karlsson2023-05-163-22/+9
| | * | | selftests/xsk: add varying payload pattern within packetMagnus Karlsson2023-05-162-24/+47
| | * | | selftests/xsk: generate simpler packets with variable lengthMagnus Karlsson2023-05-162-200/+38
| | * | | selftests/xsk: do not change XDP program when not necessaryMagnus Karlsson2023-05-161-3/+12
| | * | | bpf: Move kernel test kfuncs to bpf_testmodJiri Olsa2023-05-162-0/+226
| | * | | selftests/bpf: Remove extern from kfuncs declarationsJiri Olsa2023-05-161-18/+18
| | * | | selftests/bpf: Allow to use kfunc from testmod.ko in test_verifierJiri Olsa2023-05-161-22/+139
| | * | | selftests/bpf: Load bpf_testmod for verifier testJiri Olsa2023-05-161-0/+9