summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)Author
2024-02-23libsubcmd: Fix memory leak in uniq()Ian Rogers
2024-01-25libapi: Add missing linux/types.h header to get the __u64 type on io.hArnaldo Carvalho de Melo
2023-07-27libbpf: fix offsetof() and container_of() to work with CO-REAndrii Nakryiko
2023-04-20libbpf: Fix single-line struct definition output in btf_dumpAndrii Nakryiko
2023-04-20bpftool: Print newline before '}' for struct with padding only fieldsEduard Zingerman
2023-04-05libbpf: Fix btf_dump's packed struct determinationAndrii Nakryiko
2023-04-05libbpf: Fix BTF-to-C converter's padding logicAndrii Nakryiko
2023-03-11libbpf: Fix alen calculation in libbpf_nla_dump_errormsg()Ilya Leoshkevich
2023-03-11libbpf: Fix btf__align_of() by taking into account field offsetsAndrii Nakryiko
2023-01-14libbpf: Avoid enum forward-declarations in public API in C++ modeAndrii Nakryiko
2023-01-14libbpf: Fix null-pointer dereference in find_prog_by_sec_insn()Shung-Hsi Yu
2023-01-14libbpf: Fix use-after-free in btf_dump_name_dupsXu Kuohai
2022-12-19libbpf: Use page size as max_entries when probing ring buffer mapHou Tao
2022-12-08libbpf: Handle size overflow for ringbuf mmapHou Tao
2022-10-26selftests/xsk: Avoid use-after-free on ctxIan Rogers
2022-08-21libbpf: Fix the name of a reused mapAnquan Wu
2022-08-21selftests/xsk: Destroy BPF resources only when ctx refcount drops to 0Maciej Fijalkowski
2022-06-09libbpf: Fix logic for finding matching program for CO-RE relocationAndrii Nakryiko
2022-06-09libbpf: Don't error out on CO-RE relos for overriden weak subprogsAndrii Nakryiko
2022-04-27perf tools: Fix segfault accessing sample_id xyarrayAdrian Hunter
2022-04-13libbpf: Fix build issue with llvm-readelfYonghong Song
2022-04-08libbpf: Unmap rings when umem deletedlic121
2022-04-08libbpf: Skip forward declaration when counting duplicated type namesXu Kuohai
2022-04-08libbpf: Fix possible NULL pointer dereference when destroying skeletonYafang Shao
2022-02-23libsubcmd: Fix use-after-free for realloc(..., 0)Kees Cook
2021-11-18libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED()Ilya Leoshkevich
2021-11-18libbpf: Fix BTF header parsing checksAndrii Nakryiko
2021-11-18libbpf: Fix overflow in BTF sanity checksAndrii Nakryiko
2021-11-18libbpf: Allow loading empty BTFsAndrii Nakryiko
2021-11-18libbpf: Fix BTF data layout checks and allow empty BTFAndrii Nakryiko
2021-10-27libperf tests: Fix test_stat_cpuShunsuke Nakamura
2021-09-26tools lib: Adopt memchr_inv() from kernelJiri Olsa
2021-09-18libbpf: Fix race when pinning maps in parallelMartynas Pumputis
2021-09-18libbpf: Fix reuse of pinned map on older kernelMartynas Pumputis
2021-09-15libbpf: Re-build libbpf.so when libbpf.map changesAndrii Nakryiko
2021-09-15libbpf: Fix removal of inner map in bpf_object__create_mapMartynas Pumputis
2021-09-15libbpf: Fix the possible memory leak on errorShuyi Cheng
2021-08-18libbpf: Fix probe for BPF_PROG_TYPE_CGROUP_SOCKOPTRobin Gögge
2021-06-23libbpf: Fixes incorrect rx_ring_setup_doneKev Jackson
2021-05-19libbpf: Fix signed overflow in ringbuf_process_ringBrendan Jackman
2021-05-14perf jit: Let convert_timestamp() to be backwards-compatibleLeo Yan
2021-05-14perf tools: Change fields type in perf_record_time_convLeo Yan
2021-05-14selftests/bpf: Fix BPF_CORE_READ_BITFIELD() macroAndrii Nakryiko
2021-05-14libbpf: Initialize the bpf_seq_printf parameters array field by fieldFlorent Revest
2021-05-14libbpf: Add explicit padding to btf_dump_emit_type_decl_optsKP Singh
2021-05-14libbpf: Add explicit padding to bpf_xdp_set_link_optsAndrii Nakryiko
2021-04-21libbpf: Fix potential NULL pointer dereferenceCiara Loftus
2021-04-14libbpf: Only create rx and tx XDP rings when necessaryCiara Loftus
2021-04-14libbpf: Restore umem state after socket create failureCiara Loftus
2021-04-14libbpf: Ensure umem pointer is non-NULL before dereferencingCiara Loftus