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
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
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
2022-06-28
libbpf: remove deprecated BTF APIs
Andrii Nakryiko
1
-30
/
+14
2022-06-28
libbpf: remove deprecated low-level APIs
Andrii Nakryiko
1
-89
/
+0
2022-06-24
bpf: Merge "types_are_compat" logic into relo_core.c
Daniel Müller
1
-71
/
+1
2022-06-16
libbpf: add support for sleepable uprobe programs
Delyan Kratunov
1
-1
/
+4
2022-06-14
libbpf: Fix an unsigned < 0 bug
Yonghong Song
1
-1
/
+1
2022-06-09
libbpf: Fix uprobe symbol file offset calculation logic
Andrii Nakryiko
1
-41
/
+22
2022-06-07
libbpf: Add enum64 relocation support
Yonghong Song
1
-3
/
+4
2022-06-07
libbpf: Add enum64 sanitization
Yonghong Song
1
-4
/
+52
2022-06-03
libbpf: Fix is_pow_of_2
Yuze Chi
1
-5
/
+0
2022-06-02
libbpf: Introduce libbpf_bpf_link_type_str
Daniel Müller
1
-0
/
+21
2022-06-02
libbpf: Introduce libbpf_bpf_attach_type_str
Daniel Müller
1
-0
/
+54
2022-06-02
libbpf: Introduce libbpf_bpf_map_type_str
Daniel Müller
1
-0
/
+42
2022-06-02
libbpf: Introduce libbpf_bpf_prog_type_str
Daniel Müller
1
-0
/
+43
2022-05-23
libbpf: Fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-16
libbpf: fix memory leak in attach_tp for target-less tracepoint program
Andrii Nakryiko
1
-4
/
+4
2022-05-13
libbpf: Add safer high-level wrappers for map operations
Andrii Nakryiko
1
-0
/
+104
2022-05-11
libbpf: Add bpf_program__set_insns function
Jiri Olsa
1
-0
/
+22
2022-05-11
libbpf: Clean up ringbuf size adjustment implementation
Andrii Nakryiko
1
-4
/
+2
2022-05-10
libbpf: Assign cookies to links in libbpf.
Kui-Feng Lee
1
-4
/
+16
2022-05-09
libbpf: Automatically fix up BPF_MAP_TYPE_RINGBUF size, if necessary
Andrii Nakryiko
1
-1
/
+41
2022-04-28
libbpf: Allow to opt-out from creating BPF maps
Andrii Nakryiko
1
-16
/
+108
2022-04-28
libbpf: Use libbpf_mem_ensure() when allocating new map
Andrii Nakryiko
1
-27
/
+10
2022-04-28
libbpf: Append "..." in fixed up log if CO-RE spec is truncated
Andrii Nakryiko
1
-4
/
+4
2022-04-28
libbpf: Support target-less SEC() definitions for BTF-backed programs
Andrii Nakryiko
1
-17
/
+32
2022-04-28
libbpf: Allow "incomplete" basic tracing SEC() definitions
Andrii Nakryiko
1
-18
/
+51
2022-04-26
libbpf: Fix up verifier log for unguarded failed CO-RE relos
Andrii Nakryiko
1
-0
/
+144
2022-04-26
libbpf: Record subprog-resolved CO-RE relocations unconditionally
Andrii Nakryiko
1
-15
/
+12
2022-04-26
libbpf: Avoid joining .BTF.ext data with BPF programs by section name
Andrii Nakryiko
1
-27
/
+51
2022-04-26
libbpf: Fix logic for finding matching program for CO-RE relocation
Andrii Nakryiko
1
-2
/
+3
2022-04-26
libbpf: Drop unhelpful "program too large" guess
Andrii Nakryiko
1
-4
/
+0
2022-04-25
libbpf: Remove unnecessary type cast
Yuntao Wang
1
-1
/
+1
2022-04-23
libbpf: Teach bpf_link_create() to fallback to bpf_raw_tracepoint_open()
Andrii Nakryiko
1
-1
/
+2
2022-04-21
libbpf: Remove redundant non-null checks on obj_elf
Gaosheng Cui
1
-4
/
+2
2022-04-21
libbpf: Update API functions usage to check error
Grant Seltzer
1
-7
/
+5
2022-04-21
libbpf: Add error returns to two API functions
Grant Seltzer
1
-2
/
+10
2022-04-19
libbpf: Fix usdt_cookie being cast to 32 bits
Pu Lehui
1
-1
/
+1
2022-04-19
libbpf: Support opting out from autoloading BPF programs declaratively
Andrii Nakryiko
1
-10
/
+21
2022-04-10
libbpf: Fix a bug with checking bpf_probe_read_kernel() support in old kernels
Runqing Yang
1
-1
/
+1
2022-04-08
libbpf: Don't error out on CO-RE relos for overriden weak subprogs
Andrii Nakryiko
1
-4
/
+11
2022-04-08
libbpf: Allow WEAK and GLOBAL bindings during BTF fixup
Andrii Nakryiko
1
-2
/
+5
2022-04-07
libbpf: Improve string parsing for uprobe auto-attach
Alan Maguire
1
-48
/
+33
2022-04-07
libbpf: Improve library identification for uprobe binary path resolution
Alan Maguire
1
-1
/
+1
2022-04-05
libbpf: Wire up USDT API and bpf_link integration
Andrii Nakryiko
1
-10
/
+105
2022-04-04
libbpf: Support Debian in resolve_full_path()
Ilya Leoshkevich
1
-1
/
+39
2022-04-03
libbpf: Add auto-attach for uprobes based on section name
Alan Maguire
1
-2
/
+72
2022-04-03
libbpf: Support function name-based attach uprobes
Alan Maguire
1
-0
/
+204
2022-04-03
libbpf: auto-resolve programs/libraries when necessary for uprobes
Alan Maguire
1
-1
/
+53
2022-03-21
libbpf: Close fd in bpf_object__reuse_map
Hengqi Chen
1
-1
/
+1
2022-03-20
libbpf: Avoid NULL deref when initializing map BTF info
Andrii Nakryiko
1
-0
/
+3
2022-03-17
libbpf: Add subskeleton scaffolding
Delyan Kratunov
1
-21
/
+118
[next]