index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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
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
2024-07-29
libbpf: Don't take direct pointers into BTF data from st_ops
David Vernet
1
-10
/
+13
2024-07-09
libbpf: improve old BPF skeleton handling for map auto-attach
Andrii Nakryiko
1
-12
/
+14
2024-07-09
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-28
libbpf: Configure log verbosity with env variable
Mykyta Yatsenko
1
-1
/
+24
2024-05-07
libbpf: improve early detection of doomed-to-fail BPF program loading
Andrii Nakryiko
1
-1
/
+14
2024-05-07
libbpf: handle yet another corner case of nulling out struct_ops program
Andrii Nakryiko
1
-1
/
+9
2024-05-07
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-29
libbpf: handle nulled-out program in struct_ops correctly
Andrii Nakryiko
1
-0
/
+1
2024-04-10
libbpf: Add bpf_link support for BPF_PROG_TYPE_SOCKMAP
Yonghong Song
1
-0
/
+7
2024-03-28
libbpf: Handle <orig_name>.llvm.<hash> symbol properly
Yonghong Song
1
-1
/
+20
2024-03-28
libbpf: Mark libbpf_kallsyms_parse static function
Yonghong Song
1
-1
/
+4
2024-03-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+7
2024-03-22
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-19
libbpf: add support for BPF cookie for raw_tp/tp_btf programs
Andrii Nakryiko
1
-3
/
+17
2024-03-19
libbpf: fix u64-to-pointer cast on 32-bit arches
Andrii Nakryiko
1
-2
/
+2
2024-03-18
libbpbpf: Check bpf_map/bpf_program fd validity
Mykyta Yatsenko
1
-7
/
+52
2024-03-15
libbpf, selftests/bpf: Adjust libbpf, bpftool, selftests to match LLVM
Alexei Starovoitov
1
-1
/
+1
2024-03-14
libbpf: Skip zeroed or null fields if not found in the kernel type.
Kui-Feng Lee
1
-5
/
+19
2024-03-14
libbpf: Prevent null-pointer dereference when prog to load has no BTF
Quentin Monnet
1
-4
/
+3
2024-03-11
libbpf: Recognize __arena global variables.
Andrii Nakryiko
1
-12
/
+106
2024-03-11
libbpf: Add support for bpf_arena.
Alexei Starovoitov
1
-8
/
+39
2024-03-07
libbpf: Allow specifying 64-bit integers in map BTF.
Alexei Starovoitov
1
-2
/
+42
2024-03-06
libbpf: Rewrite btf datasec names starting from '?'
Eduard Zingerman
1
-2
/
+17
2024-03-06
libbpf: Struct_ops in SEC("?.struct_ops") / SEC("?.struct_ops.link")
Eduard Zingerman
1
-1
/
+14
2024-03-06
libbpf: Replace elf_state->st_ops_* fields with SEC_ST_OPS sec_type
Eduard Zingerman
1
-29
/
+32
2024-03-06
libbpf: Sync progs autoload with maps autocreate for struct_ops maps
Eduard Zingerman
1
-0
/
+43
2024-03-06
libbpf: Honor autocreate flag for struct_ops maps
Eduard Zingerman
1
-3
/
+15
2024-03-06
libbpf: Tie struct_ops programs to kernel BTF ids, not to local ids
Eduard Zingerman
1
-23
/
+26
2024-03-06
libbpf: Allow version suffixes (___smth) for struct_ops types
Eduard Zingerman
1
-1
/
+5
2024-02-29
libbpf: Convert st_ops->data to shadow type.
Kui-Feng Lee
1
-2
/
+38
2024-02-29
libbpf: Set btf_value_type_id of struct bpf_map for struct_ops.
Kui-Feng Lee
1
-0
/
+5
2024-02-05
libbpf: fix return value for PERF_EVENT __arg_ctx type fix up check
Andrii Nakryiko
1
-3
/
+3
2024-02-01
libbpf: Call memfd_create() syscall directly
Andrii Nakryiko
1
-1
/
+10
2024-02-01
libbpf: Remove unnecessary null check in kernel_supports()
Eduard Zingerman
1
-1
/
+1
2024-01-29
libbpf: fix __arg_ctx type enforcement for perf_event programs
Andrii Nakryiko
1
-1
/
+20
2024-01-29
libbpf: integrate __arg_ctx feature detector into kernel_supports()
Andrii Nakryiko
1
-64
/
+1
[next]