aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf
AgeCommit message (Expand)AuthorFilesLines
2026-02-18libbpf: Remove extern declaration of bpf_stream_vprintk()Ihor Solodrai1-3/+0
2026-02-17bpftool: Fix truncated netlink dumpsJakub Kicinski1-1/+3
2026-02-17libbpf: Delay feature gate check until object prepare timeEmil Tsalapatis1-7/+13
2026-02-17libbpf: Do not use PROG_TYPE_TRACEPOINT program for feature gatingEmil Tsalapatis1-2/+3
2026-02-13libbpf: Fix invalid write loop logic in bpf_linker__add_buf()Amery Hung1-1/+1
2026-02-13libbpf: Add gating for arena globals relocation featureEmil Tsalapatis3-2/+71
2026-01-24libbpf: add fsession supportMenglong Dong2-0/+4
2026-01-20bpf: Migrate bpf_stream_vprintk() to KF_IMPLICIT_ARGSIhor Solodrai1-3/+3
2026-01-13btf: Refactor the code by calling str_is_emptyDonglin Peng2-19/+19
2026-01-13libbpf: Verify BTF sortingDonglin Peng1-0/+25
2026-01-13libbpf: Optimize type lookup with binary search for sorted BTFDonglin Peng1-24/+64
2026-01-13libbpf: Add BTF permutation support for type reorderingDonglin Peng3-0/+176
2026-01-09libbpf: Fix OOB read in btf_dump_get_bitfield_valueVarun R Mallya1-0/+9
2026-01-06libbpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu mapsLeon Hwang3-19/+36
2025-12-16Merge 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-09libbpf: Fix -Wdiscarded-qualifiers under C23Mikhail Gavrilov1-3/+4
2025-12-05libbpf: Add support for associating BPF program with struct_opsAmery Hung5-0/+89
2025-12-05libbpf: Add debug messaging in dedup equivalence/identity matchingAlan Maguire1-5/+24
2025-12-03Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds8-55/+362
2025-12-02Merge tag 's390-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-6/+0
2025-11-25libbpf: Fix some incorrect @param descriptions in the comment of libbpf.hJianyun Gao1-11/+16
2025-11-17tools: Remove s390 compat supportHeiko Carstens2-6/+0
2025-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+Alexei Starovoitov1-13/+13
2025-11-14libbpf: Fix BTF dedup to support recursive typedef definitionsPaul Houssel1-16/+55
2025-11-05libbpf: support llvm-generated indirect jumpsAnton Protopopov3-1/+251
2025-11-05libbpf: Recognize insn_array map typeAnton Protopopov2-0/+5
2025-11-04bpf: add _impl suffix for bpf_stream_vprintk() kfuncMykyta Yatsenko1-13/+13
2025-11-04libbpf: Fix parsing of multi-split BTFAlan Maguire1-2/+2
2025-11-04libbpf: Update the comment to remove the reference to the deprecated interface bpf_program__load().Jianyun Gao1-2/+2
2025-11-04libbpf: Complete the missing @param and @return tags in btf.hJianyun Gao1-0/+8
2025-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc4Alexei Starovoitov1-1/+1
2025-10-28libbpf: Fix the incorrect reference to the memlock_rlim variable in the comment.Jianyun Gao1-1/+1
2025-10-28libbpf: Optimize the redundant code in the bpf_object__init_user_btf_maps() function.Jianyun Gao1-1/+1
2025-10-23libbpf: Fix powerpc's stack register definition in bpf_tracing.hAndrii Nakryiko1-1/+1
2025-10-21libbpf: fix formatting of bpf_object__append_subprog_codeAnton Protopopov1-21/+21
2025-10-06libbpf: Fix undefined behavior in {get,put}_unaligned_be32()Eric Biggers1-9/+13
2025-10-02libbpf: Fix missing #pragma in libbpf_utils.cTony Ambardar1-0/+1
2025-10-01libbpf: remove linux/unaligned.h dependency for libbpf_sha256()Andrii Nakryiko1-2/+11
2025-10-01libbpf: move libbpf_sha256() implementation into libbpf_utils.cAndrii Nakryiko3-98/+100
2025-10-01libbpf: move libbpf_errstr() into libbpf_utils.cAndrii Nakryiko15-107/+84
2025-10-01libbpf: remove unused libbpf_strerror_r and STRERR_BUFSIZEAndrii Nakryiko3-30/+0
2025-10-01libbpf: make libbpf_errno.c into more generic libbpf_utils.cAndrii Nakryiko2-1/+1
2025-09-28libbpf: Replace AF_ALG with open coded SHA-256Eric Biggers3-65/+96
2025-09-26libbpf: Fix error when st-prefix_ops and ops from differ btfD. Wythe1-19/+17
2025-09-22libbpf: Embed and verify the metadata hash in the loaderKP Singh3-1/+59
2025-09-22libbpf: Update light skeleton for signingKP Singh1-4/+72
2025-09-22bpf: Implement signature verification for BPF programsKP Singh1-1/+1
2025-09-18libbpf: Support exclusive map creationKP Singh5-2/+101