summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/libbpf.c
AgeCommit message (Expand)Author
2026-06-07libbpf: Add support to create tracing multi linkJiri Olsa
2026-06-07libbpf: Add btf_type_is_traceable_func functionJiri Olsa
2026-06-07libbpf: Add bpf_object_cleanup_btf functionJiri Olsa
2026-06-07bpf: Add support for tracing_multi link sessionJiri Olsa
2026-06-07bpf: Add support for tracing multi linkJiri Olsa
2026-06-07bpf: Add multi tracing attach typesJiri Olsa
2026-06-05libbpf: Support resizable hashtableMykyta Yatsenko
2026-04-22libbpf: Add section handlers for sleepable tracepointsMykyta Yatsenko
2026-04-19libbpf: Report error when a negative kprobe offset is specifiedAaron Tomlin
2026-04-16libbpf: Prevent double close and leak of btf objectsJiri Olsa
2026-04-10libbpf: Allow use of feature cache for non-token casesAlan Maguire
2026-04-02libbpf: Clarify raw-address single kprobe attach behaviorHoyeon Lee
2026-04-02libbpf: Use direct error codes for kprobe/uprobe attachHoyeon Lee
2026-04-02libbpf: Fix BTF handling in bpf_program__clone()Mykyta Yatsenko
2026-03-26libbpf: Support sanitization of BTF layout for older kernelsAlan Maguire
2026-03-21libbpf: Introduce bpf_program__clone()Mykyta Yatsenko
2026-03-05libbpf: Optimize kprobe.session attachment for exact function namesAndrey Grodzovsky
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