aboutsummaryrefslogtreecommitdiff
path: root/tools/lib/bpf/libbpf.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-09libbpf: Fix -Wdiscarded-qualifiers under C23Mikhail Gavrilov1-3/+4
2025-12-03Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds1-25/+271
2025-11-17tools: Remove s390 compat supportHeiko Carstens1-4/+0
2025-11-05libbpf: support llvm-generated indirect jumpsAnton Protopopov1-1/+246
2025-11-05libbpf: Recognize insn_array map typeAnton Protopopov1-0/+1
2025-11-04libbpf: Update the comment to remove the reference to the deprecated interfac...Jianyun Gao1-2/+2
2025-10-28libbpf: Optimize the redundant code in the bpf_object__init_user_btf_maps() f...Jianyun Gao1-1/+1
2025-10-21libbpf: fix formatting of bpf_object__append_subprog_codeAnton Protopopov1-26/+26
2025-10-01libbpf: move libbpf_sha256() implementation into libbpf_utils.cAndrii Nakryiko1-98/+0
2025-10-01libbpf: move libbpf_errstr() into libbpf_utils.cAndrii Nakryiko1-1/+0
2025-10-01libbpf: remove unused libbpf_strerror_r and STRERR_BUFSIZEAndrii Nakryiko1-2/+0
2025-09-28libbpf: Replace AF_ALG with open coded SHA-256Eric Biggers1-52/+91
2025-09-26libbpf: Fix error when st-prefix_ops and ops from differ btfD. Wythe1-19/+17
2025-09-18libbpf: Support exclusive map creationKP Singh1-0/+69
2025-09-18libbpf: Implement SHA256 internal helperKP Singh1-0/+59
2025-08-15libbpf: Fix reuse of DEVMAPYureka Lilian1-0/+10
2025-08-07libbpf: Add the ability to suppress perf event enablementIlya Leoshkevich1-5/+8
2025-07-31libbpf: Avoid possible use of uninitialized mod_lenAchill Gilgenast1-1/+1
2025-07-18libbpf: Verify that arena map exists when adding arena relocationsEduard Zingerman1-0/+5
2025-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6Alexei Starovoitov1-7/+13
2025-07-18libbpf: Fix warning in calloc() usageMatteo Croce1-1/+1
2025-07-17libbpf: Fix handling of BPF arena relocationsAndrii Nakryiko1-7/+13
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov1-3/+7
2025-06-25libbpf: Fix possible use-after-free for externsAdin Scannell1-3/+7
2025-06-09libbpf: Support link-based cgroup attach with optionsYonghong Song1-0/+28
2025-05-14libbpf: Check bpf_map_skeleton link for NULLMykyta Yatsenko1-0/+6
2025-04-25Use thread-safe function pointer in libbpf_printJonathan Wiepert1-1/+1
2025-04-25libbpf: Remove sample_period init in perf_bufferTao Chen1-1/+0
2025-04-22libbpf: Fix event name too long errorFeng Yang1-27/+16
2025-04-15libbpf: Fix buffer overflow in bpf_object__init_progViktor Malik1-1/+1
2025-04-09libbpf: Add getters for BTF.ext func and line infoMykyta Yatsenko1-0/+24
2025-04-04libbpf: Fix implicit memfd_create() for bionicCarlos Llamas1-9/+0
2025-03-17libbpf: Pass BPF token from find_prog_btf_id to BPF_BTF_GET_FD_BY_IDMykyta Yatsenko1-5/+5
2025-03-15libbpf: Split bpf object load into prepare/loadMykyta Yatsenko1-43/+103
2025-03-15libbpf: Introduce more granular state for bpf_objectMykyta Yatsenko1-17/+22
2025-03-15libbpf: Use map_is_created helper in map settersMykyta Yatsenko1-9/+9
2025-02-24libbpf: Fix out-of-bound readNandakumar Edamana1-1/+1
2025-02-19libbpf: Wrap libbpf API direct err with libbpf_errTao Chen1-13/+13
2025-01-17libbpf: Work around kernel inconsistently stripping '.llvm.' suffixAndrii Nakryiko1-1/+25
2025-01-10libbpf: Add unique_match option for multi kprobeYonghong Song1-1/+12
2024-12-30libbpf: Set MFD_NOEXEC_SEAL when creating memfdDaniel Xu1-1/+13
2024-11-15libbpf: Fix memory leak in bpf_program__attach_uprobe_multiJiri Olsa1-6/+5
2024-11-11libbpf: Stringify errno in log messages in libbpf.cMykyta Yatsenko1-200/+156
2024-11-11libbpf: Add support for uprobe multi session attachJiri Olsa1-2/+16
2024-11-11bpf: Add support for uprobe multi session attachJiri Olsa1-0/+1
2024-10-23libbpf: move global data mmap()'ing into bpf_object__load()Andrii Nakryiko1-43/+40
2024-10-11libbpf: never interpret subprogs in .text as entry programsAndrii Nakryiko1-1/+1
2024-10-09libbpf: fix sym_is_subprog() logic for weak global subprogsAndrii Nakryiko1-1/+1
2024-10-03libbpf: Support creating light skeleton of either endiannessTony Ambardar1-0/+1
2024-10-03libbpf: Support opening bpf objects of either endiannessTony Ambardar1-9/+42