index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
bpf
/
libbpf.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-25
libbpf: Fix out-of-bound read
Nandakumar Edamana
1
-1
/
+1
2025-02-20
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-11
libbpf: Add unique_match option for multi kprobe
Yonghong Song
1
-1
/
+12
2024-12-31
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-12
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-24
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-10
libbpf: fix sym_is_subprog() logic for weak global subprogs
Andrii Nakryiko
1
-1
/
+1
2024-10-04
libbpf: Support creating light skeleton of either endianness
Tony Ambardar
1
-0
/
+1
2024-10-04
libbpf: Support opening bpf objects of either endianness
Tony Ambardar
1
-9
/
+42
2024-10-04
libbpf: Improve log message formatting
Tony Ambardar
1
-2
/
+2
2024-10-04
libbpf: Fix expected_attach_type set handling in program load callback
Tao Chen
1
-4
/
+8
2024-10-04
libbpf: Change log level of BTF loading error message
Ihor Solodrai
1
-4
/
+5
2024-09-13
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-07
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
2024-07-30
libbpf: Don't take direct pointers into BTF data from st_ops
David Vernet
1
-10
/
+13
2024-07-10
libbpf: improve old BPF skeleton handling for map auto-attach
Andrii Nakryiko
1
-12
/
+14
2024-07-10
libbpf: fix BPF skeleton forward/backward compat handling
Andrii Nakryiko
1
-20
/
+27
2024-07-08
libbpf: Add NULL checks to bpf_object__{prev_map,next_map}
Andreas Ziegler
1
-2
/
+2
2024-06-06
libbpf: Auto-attach struct_ops BPF maps in BPF skeleton
Mykyta Yatsenko
1
-3
/
+61
2024-05-29
libbpf: Configure log verbosity with env variable
Mykyta Yatsenko
1
-1
/
+24
2024-05-08
libbpf: improve early detection of doomed-to-fail BPF program loading
Andrii Nakryiko
1
-1
/
+14
2024-05-08
libbpf: handle yet another corner case of nulling out struct_ops program
Andrii Nakryiko
1
-1
/
+9
2024-05-08
libbpf: remove unnecessary struct_ops prog validity check
Andrii Nakryiko
1
-10
/
+3
2024-05-02
libbpf: Fix error message in attach_kprobe_multi
Jiri Olsa
1
-1
/
+1
2024-05-02
libbpf: Fix error message in attach_kprobe_session
Jiri Olsa
1
-1
/
+1
2024-05-01
libbpf: better fix for handling nulled-out struct_ops program
Andrii Nakryiko
1
-11
/
+26
2024-05-01
libbpf: support "module: Function" syntax for tracing programs
Viktor Malik
1
-9
/
+26
2024-04-30
libbpf: Add kprobe session attach type name to attach_type_name
Jiri Olsa
1
-0
/
+1
2024-04-30
libbpf: Add support for kprobe session attach
Jiri Olsa
1
-2
/
+37
2024-04-30
libbpf: handle nulled-out program in struct_ops correctly
Andrii Nakryiko
1
-0
/
+1
2024-04-11
libbpf: Add bpf_link support for BPF_PROG_TYPE_SOCKMAP
Yonghong Song
1
-0
/
+7
2024-03-29
libbpf: Handle <orig_name>.llvm.<hash> symbol properly
Yonghong Song
1
-1
/
+20
2024-03-29
libbpf: Mark libbpf_kallsyms_parse static function
Yonghong Song
1
-1
/
+4
2024-03-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+7
2024-03-23
libbpf: Add new sec_def "sk_skb/verdict"
Yonghong Song
1
-0
/
+1
2024-03-21
libbpf: Define MFD_CLOEXEC if not available
Arnaldo Carvalho de Melo
1
-0
/
+4
2024-03-20
libbpf: add support for BPF cookie for raw_tp/tp_btf programs
Andrii Nakryiko
1
-3
/
+17
2024-03-20
libbpf: fix u64-to-pointer cast on 32-bit arches
Andrii Nakryiko
1
-2
/
+2
[next]