index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
gen_loader.c
Age
Commit message (
Expand
)
Author
11 days
libbpf: fix -Wformat warnings from format/argument type mismatches
Andrii Nakryiko
2026-06-02
libbpf: Guard add_data() against size overflow
Daniel Borkmann
2026-06-01
libbpf: Skip max_entries override on signed loaders
Daniel Borkmann
2026-06-01
libbpf: Skip initial_value override on signed loaders
Daniel Borkmann
2026-06-01
libbpf: Reject non-exclusive metadata maps in the signed loader
KP Singh
2026-05-31
libbpf: Skip endianness swap when loader generation failed
Daniel Borkmann
2026-05-31
libbpf: Also reset {insn,data}_cur on realloc failure
Daniel Borkmann
2026-05-31
libbpf: Skip hash computation when loader generation failed
Daniel Borkmann
2026-05-31
libbpf: Drop redundant self-loop in emit_check_err
Daniel Borkmann
2026-05-23
libbpf: fix off-by-one in emit_signature_match jump offset
KP Singh
2025-10-01
libbpf: move libbpf_errstr() into libbpf_utils.c
Andrii Nakryiko
2025-09-28
libbpf: Replace AF_ALG with open coded SHA-256
Eric Biggers
2025-09-22
libbpf: Embed and verify the metadata hash in the loader
KP Singh
2024-11-11
libbpf: Stringify errno in log messages in the remaining code
Mykyta Yatsenko
2024-10-03
libbpf: Support creating light skeleton of either endianness
Tony Ambardar
2023-05-16
libbpf: Store zero fd to fd_array for loader kfunc relocation
Jiri Olsa
2023-03-22
libbpf: Support kfunc detection in light skeleton.
Alexei Starovoitov
2023-03-20
libbpf: Fix ld_imm64 copy logic for ksym in light skeleton.
Alexei Starovoitov
2022-07-19
libbpf: fix an snprintf() overflow check
Dan Carpenter
2022-02-10
libbpf: Prepare light skeleton for the kernel.
Alexei Starovoitov
2021-12-14
libbpf: Add sane strncpy alternative and use it internally
Andrii Nakryiko
2021-12-11
libbpf: Fix gen_loader assumption on number of programs.
Alexei Starovoitov
2021-12-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-12-02
libbpf: Clean gen_loader's attach kind.
Alexei Starovoitov
2021-12-02
libbpf: Support init of inner maps in light skeleton.
Alexei Starovoitov
2021-12-02
libbpf: Use CO-RE in the kernel in light skeleton.
Alexei Starovoitov
2021-11-30
libbpf: Avoid reload of imm for weak, unresolved, repeating ksym
Kumar Kartikeya Dwivedi
2021-11-30
libbpf: Avoid double stores for success/failure case of ksym relocations
Kumar Kartikeya Dwivedi
2021-11-25
libbpf: Unify low-level map creation APIs w/ new bpf_map_create()
Andrii Nakryiko
2021-11-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-11-12
libbpf: Perform map fd cleanup for gen_loader in case of error
Kumar Kartikeya Dwivedi
2021-11-07
libbpf: Unify low-level BPF_PROG_LOAD APIs into bpf_prog_load()
Andrii Nakryiko
2021-11-06
libbpf: Fix non-C89 loop variable declaration in gen_loader.c
Andrii Nakryiko
2021-10-28
libbpf: Add weak ksym support to gen_loader
Kumar Kartikeya Dwivedi
2021-10-28
libbpf: Add typeless ksym support to gen_loader
Kumar Kartikeya Dwivedi
2021-10-28
libbpf: Add "map_extra" as a per-map-type extra flag
Joanne Koong
2021-10-05
libbpf: Update gen_loader to emit BTF_KIND_FUNC relocations
Kumar Kartikeya Dwivedi
2021-09-29
libbpf: Make gen_loader data aligned.
Alexei Starovoitov
2021-05-19
libbpf: Cleanup temp FDs when intermediate sys_bpf fails.
Alexei Starovoitov
2021-05-19
libbpf: Generate loader program out of BPF ELF file.
Alexei Starovoitov