summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/libbpf.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-07libbpf: Add support to create tracing multi linkJiri Olsa1-0/+276
2026-06-07libbpf: Add btf_type_is_traceable_func functionJiri Olsa1-0/+79
2026-06-07libbpf: Add bpf_object_cleanup_btf functionJiri Olsa1-4/+12
2026-06-07bpf: Add support for tracing_multi link sessionJiri Olsa1-0/+1
2026-06-07bpf: Add support for tracing multi linkJiri Olsa1-0/+1
2026-06-07bpf: Add multi tracing attach typesJiri Olsa1-0/+2
2026-06-05libbpf: Support resizable hashtableMykyta Yatsenko1-0/+1
2026-04-22libbpf: Add section handlers for sleepable tracepointsMykyta Yatsenko1-31/+57
2026-04-19libbpf: Report error when a negative kprobe offset is specifiedAaron Tomlin1-1/+8
2026-04-17libbpf: Prevent double close and leak of btf objectsJiri Olsa1-10/+11
2026-04-10libbpf: Allow use of feature cache for non-token casesAlan Maguire1-2/+10
2026-04-02libbpf: Clarify raw-address single kprobe attach behaviorHoyeon Lee1-6/+8
2026-04-02libbpf: Use direct error codes for kprobe/uprobe attachHoyeon Lee1-2/+2
2026-04-02libbpf: Fix BTF handling in bpf_program__clone()Mykyta Yatsenko1-16/+43
2026-03-26libbpf: Support sanitization of BTF layout for older kernelsAlan Maguire1-21/+67
2026-03-21libbpf: Introduce bpf_program__clone()Mykyta Yatsenko1-0/+78
2026-03-06libbpf: Optimize kprobe.session attachment for exact function namesAndrey Grodzovsky1-1/+18
2026-02-18libbpf: Delay feature gate check until object prepare timeEmil Tsalapatis1-7/+13
2026-02-14libbpf: Add gating for arena globals relocation featureEmil Tsalapatis1-2/+5
2026-01-25libbpf: add fsession supportMenglong Dong1-0/+3
2026-01-14btf: Refactor the code by calling str_is_emptyDonglin Peng1-2/+2
2026-01-07libbpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu mapsLeon Hwang1-6/+20
2025-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Alexei Starovoitov1-3/+4
2025-12-16libbpf: Move arena globals to the end of the arenaEmil Tsalapatis1-4/+13
2025-12-16libbpf: Turn relo_core->sym_off unsignedEmil Tsalapatis1-7/+7
2025-12-10libbpf: Fix -Wdiscarded-qualifiers under C23Mikhail Gavrilov1-3/+4
2025-12-06libbpf: Add support for associating BPF program with struct_opsAmery Hung1-0/+31
2025-12-04Merge 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-06libbpf: support llvm-generated indirect jumpsAnton Protopopov1-1/+246
2025-11-06libbpf: 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-02libbpf: move libbpf_sha256() implementation into libbpf_utils.cAndrii Nakryiko1-98/+0
2025-10-02libbpf: move libbpf_errstr() into libbpf_utils.cAndrii Nakryiko1-1/+0
2025-10-02libbpf: 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-19libbpf: Support exclusive map creationKP Singh1-0/+69
2025-09-19libbpf: Implement SHA256 internal helperKP Singh1-0/+59
2025-08-16libbpf: 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-19libbpf: 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-18libbpf: 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