summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs
AgeCommit message (Expand)Author
2024-10-21selftests/bpf: add ipv4 and dual ipv4/ipv6 support in btf_skc_cls_ingressAlexis Lothoré (eBPF Foundation)
2024-10-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-10-17selftests/bpf: Add test case for delta propagationDaniel Borkmann
2024-10-16selftests/bpf: Add test to verify tailcall and freplace restrictionsLeon Hwang
2024-10-16selftests/bpf: Add tests for bpf_task_from_vpid() kfuncJuntong Deng
2024-10-16selftests/bpf: Add a test for kmem_cache_iterNamhyung Kim
2024-10-15selftests/bpf: Add test for sign extension in coerce_subreg_to_size_sx()Dimitar Kanaliev
2024-10-15selftests/bpf: Add test for truncation after sign extension in coerce_reg_to_...Dimitar Kanaliev
2024-10-15Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-10-11selftests/bpf: add subprog to BPF object file with no entry programsAndrii Nakryiko
2024-10-10selftests/bpf: check program redirect in xdp_cpumap_attachAlexis Lothoré (eBPF Foundation)
2024-10-10selftests/bpf: fix bpf_map_redirect call for cpu map testAlexis Lothoré (eBPF Foundation)
2024-10-10selftests/bpf: Add test for kfunc module orderSimon Sundberg
2024-10-09selftests/bpf: Add more test case for field flatteningHou Tao
2024-10-08selftests/bpf: add tcx netns cookie testsMahe Tardy
2024-10-07selftests/bpf: Test linking with duplicate extern functionsEric Long
2024-10-07selftests/bpf: Extend netkit tests to validate skb meta dataDaniel Borkmann
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-10-02bpf: selftests: send packet to devmap redirect XDPFlorian Kauer
2024-10-01selftests/bpf: Verify that sync_linked_regs preserves subreg_defEduard Zingerman
2024-09-30selftests/bpf: Add getsockopt to inspect mptcp subflowGeliang Tang
2024-09-30selftests/bpf: Add mptcp subflow exampleNicolas Rybowski
2024-09-21Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2024-09-13selftests/bpf: Add a test case to write mtu result into .rodataDaniel Borkmann
2024-09-13selftests/bpf: Add a test case to write strtol result into .rodataDaniel Borkmann
2024-09-13selftests/bpf: Rename ARG_PTR_TO_LONG test descriptionDaniel Borkmann
2024-09-13selftests/bpf: Fix ARG_PTR_TO_LONG {half-,}uninitialized testDaniel Borkmann
2024-09-13selftests/bpf: Add tests for sdiv/smod overflow casesYonghong Song
2024-09-11selftests/bpf: Fix arena_atomics failure due to llvm changeYonghong Song
2024-09-11selftests/bpf: add build ID testsAndrii Nakryiko
2024-09-11selftests/bpf: Expand skb dynptr selftests for tp_btfPhilo Lu
2024-09-11selftests/bpf: Add test for __nullable suffix in tp_btfPhilo Lu
2024-09-09bpf: Fix error message on kfunc arg type mismatchMaxim Mikityanskiy
2024-09-05bpf/selftests: coverage for tp and perf event progs using kfuncsJP Kobryn
2024-09-05selftests/bpf: Rename fallback in bpf_dctcp to avoid naming conflictPu Lehui
2024-09-05selftests/bpf: fix some typos in selftestsLin Yikai
2024-09-05selftests/bpf: Add uprobe multi pid filter test for fork-ed processesJiri Olsa
2024-09-04selftests/bpf: Enable test_bpf_syscall_macro: Syscall_arg1 on s390 and arm64Pu Lehui
2024-09-04selftests/bpf: Add a selftest for x86 jit convergence issuesYonghong Song
2024-09-04selftests: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZEFeng Yang
2024-08-29selftests/bpf: Add tests for iter next method returning valid pointerJuntong Deng
2024-08-29selftests/bpf: Test epilogue patching when the main prog has multiple BPF_EXITMartin KaFai Lau
2024-08-29selftests/bpf: A pro/epilogue test when the main prog jumps back to the 1st insnMartin KaFai Lau
2024-08-29selftests/bpf: Add tailcall epilogue testMartin KaFai Lau
2024-08-29selftests/bpf: Test gen_prologue and gen_epilogueMartin KaFai Lau
2024-08-29selftests/bpf: Make sure stashed kptr in local kptr is freed recursivelyAmery Hung
2024-08-28selftests/bpf: Add test for zero offset or non-zero offset pointers as KF_ACQ...Juntong Deng
2024-08-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-08-23selftests/bpf: Add tests for bpf_copy_from_user_str kfunc.Jordan Rome
2024-08-23selftests/bpf: Test bpf_kptr_xchg stashing into local kptrDave Marchevsky