index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
libbpf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libbpf: Add the ability to suppress perf event enablement
Ilya Leoshkevich
2025-08-07
1
-5
/
+8
*
libbpf: Avoid possible use of uninitialized mod_len
Achill Gilgenast
2025-07-31
1
-1
/
+1
*
libbpf: Verify that arena map exists when adding arena relocations
Eduard Zingerman
2025-07-19
1
-0
/
+5
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6
Alexei Starovoitov
2025-07-18
1
-7
/
+13
|
\
|
*
libbpf: Fix handling of BPF arena relocations
Andrii Nakryiko
2025-07-18
1
-7
/
+13
*
|
libbpf: Fix warning in calloc() usage
Matteo Croce
2025-07-18
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3
Alexei Starovoitov
2025-06-26
1
-3
/
+7
|
\
|
|
*
libbpf: Fix possible use-after-free for externs
Adin Scannell
2025-06-25
1
-3
/
+7
*
|
libbpf: Support link-based cgroup attach with options
Yonghong Song
2025-06-09
1
-0
/
+28
|
/
*
libbpf: Check bpf_map_skeleton link for NULL
Mykyta Yatsenko
2025-05-14
1
-0
/
+6
*
Use thread-safe function pointer in libbpf_print
Jonathan Wiepert
2025-04-25
1
-1
/
+1
*
libbpf: Remove sample_period init in perf_buffer
Tao Chen
2025-04-25
1
-1
/
+0
*
libbpf: Fix event name too long error
Feng Yang
2025-04-23
1
-27
/
+16
*
libbpf: Fix buffer overflow in bpf_object__init_prog
Viktor Malik
2025-04-15
1
-1
/
+1
*
libbpf: Add getters for BTF.ext func and line info
Mykyta Yatsenko
2025-04-09
1
-0
/
+24
*
libbpf: Fix implicit memfd_create() for bionic
Carlos Llamas
2025-04-04
1
-9
/
+0
*
libbpf: Pass BPF token from find_prog_btf_id to BPF_BTF_GET_FD_BY_ID
Mykyta Yatsenko
2025-03-17
1
-5
/
+5
*
libbpf: Split bpf object load into prepare/load
Mykyta Yatsenko
2025-03-15
1
-43
/
+103
*
libbpf: Introduce more granular state for bpf_object
Mykyta Yatsenko
2025-03-15
1
-17
/
+22
*
libbpf: Use map_is_created helper in map setters
Mykyta Yatsenko
2025-03-15
1
-9
/
+9
*
libbpf: Fix out-of-bound read
Nandakumar Edamana
2025-02-24
1
-1
/
+1
*
libbpf: Wrap libbpf API direct err with libbpf_err
Tao Chen
2025-02-19
1
-13
/
+13
*
libbpf: Work around kernel inconsistently stripping '.llvm.' suffix
Andrii Nakryiko
2025-01-17
1
-1
/
+25
*
libbpf: Add unique_match option for multi kprobe
Yonghong Song
2025-01-10
1
-1
/
+12
*
libbpf: Set MFD_NOEXEC_SEAL when creating memfd
Daniel Xu
2024-12-30
1
-1
/
+13
*
libbpf: Fix memory leak in bpf_program__attach_uprobe_multi
Jiri Olsa
2024-11-15
1
-6
/
+5
*
libbpf: Stringify errno in log messages in libbpf.c
Mykyta Yatsenko
2024-11-12
1
-200
/
+156
*
libbpf: Add support for uprobe multi session attach
Jiri Olsa
2024-11-11
1
-2
/
+16
*
bpf: Add support for uprobe multi session attach
Jiri Olsa
2024-11-11
1
-0
/
+1
*
libbpf: move global data mmap()'ing into bpf_object__load()
Andrii Nakryiko
2024-10-24
1
-43
/
+40
*
libbpf: never interpret subprogs in .text as entry programs
Andrii Nakryiko
2024-10-11
1
-1
/
+1
*
libbpf: fix sym_is_subprog() logic for weak global subprogs
Andrii Nakryiko
2024-10-10
1
-1
/
+1
*
libbpf: Support creating light skeleton of either endianness
Tony Ambardar
2024-10-04
1
-0
/
+1
*
libbpf: Support opening bpf objects of either endianness
Tony Ambardar
2024-10-04
1
-9
/
+42
*
libbpf: Improve log message formatting
Tony Ambardar
2024-10-04
1
-2
/
+2
*
libbpf: Fix expected_attach_type set handling in program load callback
Tao Chen
2024-10-04
1
-4
/
+8
*
libbpf: Change log level of BTF loading error message
Ihor Solodrai
2024-10-04
1
-4
/
+5
*
libbpf: Add bpf_object__token_fd accessor
Ihor Solodrai
2024-09-13
1
-0
/
+5
*
libbpf: Fix uretprobe.multi.s programs auto attachment
Jiri Olsa
2024-09-10
1
-1
/
+1
*
libbpf: Workaround (another) -Wmaybe-uninitialized false positive
Sam James
2024-09-06
1
-2
/
+2
*
libbpf: fix some typos in libbpf
Lin Yikai
2024-09-05
1
-1
/
+1
*
libbpf: Fix bpf_object__open_skeleton()'s mishandling of options
Andrii Nakryiko
2024-08-29
1
-33
/
+19
*
libbpf: Don't take direct pointers into BTF data from st_ops
David Vernet
2024-07-29
1
-10
/
+13
*
libbpf: improve old BPF skeleton handling for map auto-attach
Andrii Nakryiko
2024-07-10
1
-12
/
+14
*
libbpf: fix BPF skeleton forward/backward compat handling
Andrii Nakryiko
2024-07-10
1
-20
/
+27
*
libbpf: Add NULL checks to bpf_object__{prev_map,next_map}
Andreas Ziegler
2024-07-08
1
-2
/
+2
*
libbpf: Auto-attach struct_ops BPF maps in BPF skeleton
Mykyta Yatsenko
2024-06-06
1
-3
/
+61
*
libbpf: Configure log verbosity with env variable
Mykyta Yatsenko
2024-05-28
1
-1
/
+24
*
libbpf: improve early detection of doomed-to-fail BPF program loading
Andrii Nakryiko
2024-05-07
1
-1
/
+14
*
libbpf: handle yet another corner case of nulling out struct_ops program
Andrii Nakryiko
2024-05-07
1
-1
/
+9
[next]