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