summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2024-08-30selftests/bpf: Specify libbpf headers required for %.bpf.o progsIhor Solodrai
2024-08-30selftests/bpf: Check if distilled base inherits source endiannessEduard Zingerman
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: attach struct_ops maps before test prog runsEduard Zingerman
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-28selftests/bpf: Fix incorrect parameters in NULL pointer checkingHao Ge
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: use simply-expanded variables for libpcap flagsEduard Zingerman
2024-08-23selftests/bpf: Test bpf_kptr_xchg stashing into local kptrDave Marchevsky
2024-08-23selftests/bpf: add multi-uprobe benchmarksAndrii Nakryiko
2024-08-23selftests/bpf: make use of PROCMAP_QUERY ioctl if availableAndrii Nakryiko
2024-08-23selftests/bpf: #define LOCAL_LABEL_LEN for jit_disasm_helpers.cEduard Zingerman
2024-08-23selftests/bpf: match both retq/rethunk in verifier_tailcall_jitEduard Zingerman
2024-08-23selftests/bpf: test_loader.c:get_current_arch() should not return 0Eduard Zingerman
2024-08-22selftests/bpf: Add testcase for updating attached freplace prog to prog_array...Leon Hwang
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-08-22selftests/bpf: check if bpf_fastcall is recognized for kfuncsEduard Zingerman
2024-08-22selftests/bpf: by default use arch mask allowing all archsEduard Zingerman
2024-08-22selftests/bpf: rename nocsr -> bpf_fastcall in selftestsEduard Zingerman
2024-08-22selftests/bpf: test for malformed BPF_CORE_TYPE_ID_LOCAL relocationEduard Zingerman
2024-08-21selftest: bpf: Remove mssind boundary check in test_tcp_custom_syncookie.c.Kuniyuki Iwashima
2024-08-21selftests/bpf: validate __xlated same way as __jitedEduard Zingerman
2024-08-21selftests/bpf: validate jit behaviour for tail callsEduard Zingerman
2024-08-21selftests/bpf: __jited test tag to check disassembly after jitEduard Zingerman
2024-08-21selftests/bpf: utility function to get program disassembly after jitEduard Zingerman
2024-08-21selftests/bpf: replace __regex macro with "{{...}}" patternsEduard Zingerman
2024-08-21selftests/bpf: fix to avoid __msg tag de-duplication by clangEduard Zingerman
2024-08-21selftests/bpf: correctly move 'log' upon successful matchEduard Zingerman
2024-08-21selftests/bpf: less spam in the log for message matchingEduard Zingerman
2024-08-21selftests/bpf: test passing iterator to a kfuncAndrii Nakryiko
2024-08-19selftests/bpf: Introduce __attribute__((cleanup)) in create_pair()Michal Luczaj
2024-08-19selftests/bpf: Exercise SOCK_STREAM unix_inet_redir_to_connected()Michal Luczaj
2024-08-19selftests/bpf: Honour the sotype of af_unix redir testsMichal Luczaj
2024-08-19selftests/bpf: Simplify inet_socketpair() and vsock_socketpair_connectible()Michal Luczaj
2024-08-19selftests/bpf: Socket pair creation, cleanupsMichal Luczaj
2024-08-19selftests/bpf: Support more socket types in create_pair()Michal Luczaj
2024-08-19selftest/bpf: Adapt inline asm operand constraint for GCC supportCupertino Miranda
2024-08-19selftests/bpf: Disable strict aliasing for verifier_nocsr.cCupertino Miranda
2024-08-15selftests/bpf: Monitor traffic for select_reuseport.Kui-Feng Lee
2024-08-15selftests/bpf: Monitor traffic for sockmap_listen.Kui-Feng Lee
2024-08-15selftests/bpf: Monitor traffic for tc_redirect.Kui-Feng Lee
2024-08-15selftests/bpf: netns_new() and netns_free() helpers.Kui-Feng Lee
2024-08-15selftests/bpf: Add the traffic monitor option to test_progs.Kui-Feng Lee
2024-08-15selftests/bpf: Add traffic monitor functions.Kui-Feng Lee