summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/libbpf.c
AgeCommit message (Expand)Author
2026-02-17libbpf: Delay feature gate check until object prepare timeEmil Tsalapatis
2026-02-13libbpf: Add gating for arena globals relocation featureEmil Tsalapatis
2026-01-24libbpf: add fsession supportMenglong Dong
2026-01-13btf: Refactor the code by calling str_is_emptyDonglin Peng
2026-01-06libbpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu mapsLeon Hwang
2025-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Alexei Starovoitov
2025-12-16libbpf: Move arena globals to the end of the arenaEmil Tsalapatis
2025-12-16libbpf: Turn relo_core->sym_off unsignedEmil Tsalapatis
2025-12-09libbpf: Fix -Wdiscarded-qualifiers under C23Mikhail Gavrilov
2025-12-05libbpf: Add support for associating BPF program with struct_opsAmery Hung
2025-12-03Merge 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