index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-17
libbpf: fix an snprintf() overflow check
Dan Carpenter
1
-1
/
+1
2022-08-17
libbpf: Fix the name of a reused map
Anquan Wu
1
-2
/
+7
2022-08-17
selftests/xsk: Destroy BPF resources only when ctx refcount drops to 0
Maciej Fijalkowski
1
-5
/
+4
2022-06-09
libbpf: Fix logic for finding matching program for CO-RE relocation
Andrii Nakryiko
1
-2
/
+3
2022-06-09
libbpf: Don't error out on CO-RE relos for overriden weak subprogs
Andrii Nakryiko
1
-4
/
+11
2022-04-27
perf tools: Fix segfault accessing sample_id xyarray
Adrian Hunter
1
-2
/
+1
2022-04-13
libbpf: Fix build issue with llvm-readelf
Yonghong Song
1
-2
/
+2
2022-04-08
libbpf: Unmap rings when umem deleted
lic121
1
-0
/
+11
2022-04-08
libbpf: Skip forward declaration when counting duplicated type names
Xu Kuohai
1
-0
/
+5
2022-04-08
libbpf: Fix memleak in libbpf_netlink_recv()
Andrii Nakryiko
1
-3
/
+5
2022-04-08
libbpf: Use dynamically allocated buffer when receiving netlink messages
Toke Høiland-Jørgensen
1
-4
/
+51
2022-04-08
libbpf: Fix compilation warning due to mismatched printf format
Andrii Nakryiko
1
-1
/
+2
2022-04-08
libbpf: Fix signedness bug in btf_dump_array_data()
Dan Carpenter
1
-2
/
+3
2022-04-08
libbpf: Fix possible NULL pointer dereference when destroying skeleton
Yafang Shao
1
-0
/
+3
2022-02-23
libsubcmd: Fix use-after-free for realloc(..., 0)
Kees Cook
1
-9
/
+2
2022-01-27
libbpf: Accommodate DWARF/compiler bug with duplicated structs
Andrii Nakryiko
1
-4
/
+41
2022-01-27
libbpf: Clean gen_loader's attach kind.
Alexei Starovoitov
1
-1
/
+3
2022-01-27
libbpf: Silence uninitialized warning/error in btf_dump_dump_type_data
Alan Maguire
1
-1
/
+1
2022-01-27
libbpf: Fix using invalidated memory in bpf_linker
Andrii Nakryiko
1
-1
/
+4
2022-01-27
libbpf: Fix glob_syms memory leak in bpf_linker
Andrii Nakryiko
1
-0
/
+1
2022-01-27
libbpf: Fix potential misaligned memory access in btf_ext__new()
Andrii Nakryiko
2
-6
/
+6
2022-01-27
libbpf: Free up resources used by inner map definition
Andrii Nakryiko
1
-1
/
+4
2021-11-18
libbpf: Fix lookup_and_delete_elem_flags error reporting
Mehrdad Arshad Rad
1
-1
/
+3
2021-11-18
libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED()
Ilya Leoshkevich
1
-1
/
+1
2021-11-18
libbpf: Fix off-by-one bug in bpf_core_apply_relo()
Andrii Nakryiko
1
-1
/
+1
2021-11-18
libbpf: Fix BTF header parsing checks
Andrii Nakryiko
1
-3
/
+9
2021-11-18
libbpf: Fix overflow in BTF sanity checks
Andrii Nakryiko
1
-2
/
+2
2021-11-18
libbpf: Fix memory leak in btf__dedup()
Mauricio Vásquez
1
-2
/
+4
2021-11-18
libbpf: Fix skel_internal.h to set errno on loader retval < 0
Kumar Kartikeya Dwivedi
1
-2
/
+4
2021-11-18
libbpf: Don't crash on object files with no symbol tables
Toke Høiland-Jørgensen
1
-0
/
+6
2021-10-14
libperf tests: Fix test_stat_cpu
Shunsuke Nakamura
2
-6
/
+6
2021-10-14
libperf test evsel: Fix build error on !x86 architectures
Shunsuke Nakamura
1
-0
/
+1
2021-10-01
libbpf: Fix memory leak in strset
Andrii Nakryiko
1
-0
/
+1
2021-09-30
libbpf: Fix segfault in light skeleton for objects without BTF
Kumar Kartikeya Dwivedi
1
-1
/
+2
2021-09-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-1
/
+7
2021-09-28
libbpf: Fix segfault in static linker for objects without BTF
Kumar Kartikeya Dwivedi
1
-1
/
+7
2021-09-18
libperf evsel: Make use of FD robust.
Ian Rogers
1
-23
/
+41
2021-09-05
Merge tag 'perf-tools-for-v5.15-2021-09-04' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
4
-8
/
+11
2021-08-31
libperf cpumap: Take into advantage it is sorted to optimize perf_cpu_map__max()
Riccardo Mancini
1
-8
/
+2
2021-08-31
libsubcmd: add OPT_UINTEGER_OPTARG option type
Riccardo Mancini
1
-0
/
+1
2021-08-30
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2
-3
/
+4
2021-08-24
libperf tests: Fix verbose printing
Shunsuke Nakamura
1
-0
/
+2
2021-08-17
libbpf: Add uprobe ref counter offset support for USDT semaphores
Andrii Nakryiko
2
-4
/
+17
2021-08-17
libbpf: Add bpf_cookie to perf_event, kprobe, uprobe, and tp attach APIs
Andrii Nakryiko
3
-25
/
+127
2021-08-17
libbpf: Add bpf_cookie support to bpf_link_create() API
Andrii Nakryiko
3
-18
/
+54
2021-08-17
libbpf: Use BPF perf link when supported by kernel
Andrii Nakryiko
1
-21
/
+90
2021-08-17
libbpf: Remove unused bpf_link's destroy operation, but add dealloc
Andrii Nakryiko
1
-4
/
+5
2021-08-17
libbpf: Re-build libbpf.so when libbpf.map changes
Andrii Nakryiko
1
-5
/
+5
2021-08-13
libbpf: Support weak typed ksyms.
Hao Luo
1
-7
/
+9
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-3
/
+4
[next]