summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/libbpf.c
AgeCommit message (Expand)Author
5 daysMerge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-11-17tools: Remove s390 compat supportHeiko Carstens
2025-11-05libbpf: support llvm-generated indirect jumpsAnton Protopopov
2025-11-05libbpf: Recognize insn_array map typeAnton Protopopov
2025-11-04libbpf: Update the comment to remove the reference to the deprecated interfac...Jianyun Gao
2025-10-28libbpf: Optimize the redundant code in the bpf_object__init_user_btf_maps() f...Jianyun Gao
2025-10-21libbpf: fix formatting of bpf_object__append_subprog_codeAnton Protopopov
2025-10-01libbpf: move libbpf_sha256() implementation into libbpf_utils.cAndrii Nakryiko
2025-10-01libbpf: move libbpf_errstr() into libbpf_utils.cAndrii Nakryiko
2025-10-01libbpf: remove unused libbpf_strerror_r and STRERR_BUFSIZEAndrii Nakryiko
2025-09-28libbpf: Replace AF_ALG with open coded SHA-256Eric Biggers
2025-09-26libbpf: Fix error when st-prefix_ops and ops from differ btfD. Wythe
2025-09-18libbpf: Support exclusive map creationKP Singh
2025-09-18libbpf: Implement SHA256 internal helperKP Singh
2025-08-15libbpf: Fix reuse of DEVMAPYureka Lilian
2025-08-07libbpf: Add the ability to suppress perf event enablementIlya Leoshkevich
2025-07-31libbpf: Avoid possible use of uninitialized mod_lenAchill Gilgenast
2025-07-18libbpf: Verify that arena map exists when adding arena relocationsEduard Zingerman
2025-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6Alexei Starovoitov
2025-07-18libbpf: Fix warning in calloc() usageMatteo Croce
2025-07-17libbpf: Fix handling of BPF arena relocationsAndrii Nakryiko
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov
2025-06-25libbpf: Fix possible use-after-free for externsAdin Scannell
2025-06-09libbpf: Support link-based cgroup attach with optionsYonghong Song
2025-05-14libbpf: Check bpf_map_skeleton link for NULLMykyta Yatsenko
2025-04-25Use thread-safe function pointer in libbpf_printJonathan Wiepert
2025-04-25libbpf: Remove sample_period init in perf_bufferTao Chen
2025-04-22libbpf: Fix event name too long errorFeng Yang
2025-04-15libbpf: Fix buffer overflow in bpf_object__init_progViktor Malik
2025-04-09libbpf: Add getters for BTF.ext func and line infoMykyta Yatsenko
2025-04-04libbpf: Fix implicit memfd_create() for bionicCarlos Llamas
2025-03-17libbpf: Pass BPF token from find_prog_btf_id to BPF_BTF_GET_FD_BY_IDMykyta Yatsenko
2025-03-15libbpf: Split bpf object load into prepare/loadMykyta Yatsenko
2025-03-15libbpf: Introduce more granular state for bpf_objectMykyta Yatsenko
2025-03-15libbpf: Use map_is_created helper in map settersMykyta Yatsenko
2025-02-24libbpf: Fix out-of-bound readNandakumar Edamana
2025-02-19libbpf: Wrap libbpf API direct err with libbpf_errTao Chen
2025-01-17libbpf: Work around kernel inconsistently stripping '.llvm.' suffixAndrii Nakryiko
2025-01-10libbpf: Add unique_match option for multi kprobeYonghong Song
2024-12-30libbpf: Set MFD_NOEXEC_SEAL when creating memfdDaniel Xu
2024-11-15libbpf: Fix memory leak in bpf_program__attach_uprobe_multiJiri Olsa
2024-11-11libbpf: Stringify errno in log messages in libbpf.cMykyta Yatsenko
2024-11-11libbpf: Add support for uprobe multi session attachJiri Olsa
2024-11-11bpf: Add support for uprobe multi session attachJiri Olsa
2024-10-23libbpf: move global data mmap()'ing into bpf_object__load()Andrii Nakryiko
2024-10-11libbpf: never interpret subprogs in .text as entry programsAndrii Nakryiko
2024-10-09libbpf: fix sym_is_subprog() logic for weak global subprogsAndrii Nakryiko
2024-10-03libbpf: Support creating light skeleton of either endiannessTony Ambardar
2024-10-03libbpf: Support opening bpf objects of either endiannessTony Ambardar
2024-10-03libbpf: Improve log message formattingTony Ambardar