index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
libbpf.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-01
libbpf: move libbpf_sha256() implementation into libbpf_utils.c
Andrii Nakryiko
1
-98
/
+0
2025-10-01
libbpf: move libbpf_errstr() into libbpf_utils.c
Andrii Nakryiko
1
-1
/
+0
2025-10-01
libbpf: remove unused libbpf_strerror_r and STRERR_BUFSIZE
Andrii Nakryiko
1
-2
/
+0
2025-09-28
libbpf: Replace AF_ALG with open coded SHA-256
Eric Biggers
1
-52
/
+91
2025-09-26
libbpf: Fix error when st-prefix_ops and ops from differ btf
D. Wythe
1
-19
/
+17
2025-09-18
libbpf: Support exclusive map creation
KP Singh
1
-0
/
+69
2025-09-18
libbpf: Implement SHA256 internal helper
KP Singh
1
-0
/
+59
2025-08-15
libbpf: Fix reuse of DEVMAP
Yureka Lilian
1
-0
/
+10
2025-08-07
libbpf: Add the ability to suppress perf event enablement
Ilya Leoshkevich
1
-5
/
+8
2025-07-31
libbpf: Avoid possible use of uninitialized mod_len
Achill Gilgenast
1
-1
/
+1
2025-07-18
libbpf: Verify that arena map exists when adding arena relocations
Eduard Zingerman
1
-0
/
+5
2025-07-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6
Alexei Starovoitov
1
-7
/
+13
2025-07-18
libbpf: Fix warning in calloc() usage
Matteo Croce
1
-1
/
+1
2025-07-17
libbpf: Fix handling of BPF arena relocations
Andrii Nakryiko
1
-7
/
+13
2025-06-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3
Alexei Starovoitov
1
-3
/
+7
2025-06-25
libbpf: Fix possible use-after-free for externs
Adin Scannell
1
-3
/
+7
2025-06-09
libbpf: Support link-based cgroup attach with options
Yonghong Song
1
-0
/
+28
2025-05-14
libbpf: Check bpf_map_skeleton link for NULL
Mykyta Yatsenko
1
-0
/
+6
2025-04-25
Use thread-safe function pointer in libbpf_print
Jonathan Wiepert
1
-1
/
+1
2025-04-25
libbpf: Remove sample_period init in perf_buffer
Tao Chen
1
-1
/
+0
2025-04-22
libbpf: Fix event name too long error
Feng Yang
1
-27
/
+16
2025-04-15
libbpf: Fix buffer overflow in bpf_object__init_prog
Viktor Malik
1
-1
/
+1
2025-04-09
libbpf: Add getters for BTF.ext func and line info
Mykyta Yatsenko
1
-0
/
+24
2025-04-04
libbpf: Fix implicit memfd_create() for bionic
Carlos Llamas
1
-9
/
+0
2025-03-17
libbpf: Pass BPF token from find_prog_btf_id to BPF_BTF_GET_FD_BY_ID
Mykyta Yatsenko
1
-5
/
+5
2025-03-15
libbpf: Split bpf object load into prepare/load
Mykyta Yatsenko
1
-43
/
+103
2025-03-15
libbpf: Introduce more granular state for bpf_object
Mykyta Yatsenko
1
-17
/
+22
2025-03-15
libbpf: Use map_is_created helper in map setters
Mykyta Yatsenko
1
-9
/
+9
2025-02-24
libbpf: Fix out-of-bound read
Nandakumar Edamana
1
-1
/
+1
2025-02-19
libbpf: Wrap libbpf API direct err with libbpf_err
Tao Chen
1
-13
/
+13
2025-01-17
libbpf: Work around kernel inconsistently stripping '.llvm.' suffix
Andrii Nakryiko
1
-1
/
+25
2025-01-10
libbpf: Add unique_match option for multi kprobe
Yonghong Song
1
-1
/
+12
2024-12-30
libbpf: Set MFD_NOEXEC_SEAL when creating memfd
Daniel Xu
1
-1
/
+13
2024-11-15
libbpf: Fix memory leak in bpf_program__attach_uprobe_multi
Jiri Olsa
1
-6
/
+5
2024-11-11
libbpf: Stringify errno in log messages in libbpf.c
Mykyta Yatsenko
1
-200
/
+156
2024-11-11
libbpf: Add support for uprobe multi session attach
Jiri Olsa
1
-2
/
+16
2024-11-11
bpf: Add support for uprobe multi session attach
Jiri Olsa
1
-0
/
+1
2024-10-23
libbpf: move global data mmap()'ing into bpf_object__load()
Andrii Nakryiko
1
-43
/
+40
2024-10-11
libbpf: never interpret subprogs in .text as entry programs
Andrii Nakryiko
1
-1
/
+1
2024-10-09
libbpf: fix sym_is_subprog() logic for weak global subprogs
Andrii Nakryiko
1
-1
/
+1
2024-10-03
libbpf: Support creating light skeleton of either endianness
Tony Ambardar
1
-0
/
+1
2024-10-03
libbpf: Support opening bpf objects of either endianness
Tony Ambardar
1
-9
/
+42
2024-10-03
libbpf: Improve log message formatting
Tony Ambardar
1
-2
/
+2
2024-10-03
libbpf: Fix expected_attach_type set handling in program load callback
Tao Chen
1
-4
/
+8
2024-10-03
libbpf: Change log level of BTF loading error message
Ihor Solodrai
1
-4
/
+5
2024-09-12
libbpf: Add bpf_object__token_fd accessor
Ihor Solodrai
1
-0
/
+5
2024-09-10
libbpf: Fix uretprobe.multi.s programs auto attachment
Jiri Olsa
1
-1
/
+1
2024-09-06
libbpf: Workaround (another) -Wmaybe-uninitialized false positive
Sam James
1
-2
/
+2
2024-09-05
libbpf: fix some typos in libbpf
Lin Yikai
1
-1
/
+1
2024-08-29
libbpf: Fix bpf_object__open_skeleton()'s mishandling of options
Andrii Nakryiko
1
-33
/
+19
[next]