index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
Age
Commit message (
Expand
)
Author
2024-02-23
libsubcmd: Fix memory leak in uniq()
Ian Rogers
2024-01-25
libapi: Add missing linux/types.h header to get the __u64 type on io.h
Arnaldo Carvalho de Melo
2023-07-27
libbpf: fix offsetof() and container_of() to work with CO-RE
Andrii Nakryiko
2023-04-20
libbpf: Fix single-line struct definition output in btf_dump
Andrii Nakryiko
2023-04-20
bpftool: Print newline before '}' for struct with padding only fields
Eduard Zingerman
2023-04-05
libbpf: Fix btf_dump's packed struct determination
Andrii Nakryiko
2023-04-05
libbpf: Fix BTF-to-C converter's padding logic
Andrii Nakryiko
2023-03-11
libbpf: Fix alen calculation in libbpf_nla_dump_errormsg()
Ilya Leoshkevich
2023-03-11
libbpf: Fix btf__align_of() by taking into account field offsets
Andrii Nakryiko
2023-01-14
libbpf: Avoid enum forward-declarations in public API in C++ mode
Andrii Nakryiko
2023-01-14
libbpf: Fix null-pointer dereference in find_prog_by_sec_insn()
Shung-Hsi Yu
2023-01-14
libbpf: Fix use-after-free in btf_dump_name_dups
Xu Kuohai
2022-12-19
libbpf: Use page size as max_entries when probing ring buffer map
Hou Tao
2022-12-08
libbpf: Handle size overflow for ringbuf mmap
Hou Tao
2022-10-26
selftests/xsk: Avoid use-after-free on ctx
Ian Rogers
2022-08-21
libbpf: Fix the name of a reused map
Anquan Wu
2022-08-21
selftests/xsk: Destroy BPF resources only when ctx refcount drops to 0
Maciej Fijalkowski
2022-06-09
libbpf: Fix logic for finding matching program for CO-RE relocation
Andrii Nakryiko
2022-06-09
libbpf: Don't error out on CO-RE relos for overriden weak subprogs
Andrii Nakryiko
2022-04-27
perf tools: Fix segfault accessing sample_id xyarray
Adrian Hunter
2022-04-13
libbpf: Fix build issue with llvm-readelf
Yonghong Song
2022-04-08
libbpf: Unmap rings when umem deleted
lic121
2022-04-08
libbpf: Skip forward declaration when counting duplicated type names
Xu Kuohai
2022-04-08
libbpf: Fix possible NULL pointer dereference when destroying skeleton
Yafang Shao
2022-02-23
libsubcmd: Fix use-after-free for realloc(..., 0)
Kees Cook
2021-11-18
libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED()
Ilya Leoshkevich
2021-11-18
libbpf: Fix BTF header parsing checks
Andrii Nakryiko
2021-11-18
libbpf: Fix overflow in BTF sanity checks
Andrii Nakryiko
2021-11-18
libbpf: Allow loading empty BTFs
Andrii Nakryiko
2021-11-18
libbpf: Fix BTF data layout checks and allow empty BTF
Andrii Nakryiko
2021-10-27
libperf tests: Fix test_stat_cpu
Shunsuke Nakamura
2021-09-26
tools lib: Adopt memchr_inv() from kernel
Jiri Olsa
2021-09-18
libbpf: Fix race when pinning maps in parallel
Martynas Pumputis
2021-09-18
libbpf: Fix reuse of pinned map on older kernel
Martynas Pumputis
2021-09-15
libbpf: Re-build libbpf.so when libbpf.map changes
Andrii Nakryiko
2021-09-15
libbpf: Fix removal of inner map in bpf_object__create_map
Martynas Pumputis
2021-09-15
libbpf: Fix the possible memory leak on error
Shuyi Cheng
2021-08-18
libbpf: Fix probe for BPF_PROG_TYPE_CGROUP_SOCKOPT
Robin Gögge
2021-06-23
libbpf: Fixes incorrect rx_ring_setup_done
Kev Jackson
2021-05-19
libbpf: Fix signed overflow in ringbuf_process_ring
Brendan Jackman
2021-05-14
perf jit: Let convert_timestamp() to be backwards-compatible
Leo Yan
2021-05-14
perf tools: Change fields type in perf_record_time_conv
Leo Yan
2021-05-14
selftests/bpf: Fix BPF_CORE_READ_BITFIELD() macro
Andrii Nakryiko
2021-05-14
libbpf: Initialize the bpf_seq_printf parameters array field by field
Florent Revest
2021-05-14
libbpf: Add explicit padding to btf_dump_emit_type_decl_opts
KP Singh
2021-05-14
libbpf: Add explicit padding to bpf_xdp_set_link_opts
Andrii Nakryiko
2021-04-21
libbpf: Fix potential NULL pointer dereference
Ciara Loftus
2021-04-14
libbpf: Only create rx and tx XDP rings when necessary
Ciara Loftus
2021-04-14
libbpf: Restore umem state after socket create failure
Ciara Loftus
2021-04-14
libbpf: Ensure umem pointer is non-NULL before dereferencing
Ciara Loftus
[next]