summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)AuthorFilesLines
2024-08-19libbpf: Fix no-args func prototype BTF dumping syntaxAndrii Nakryiko1-3/+5
2024-07-18bpf: Avoid uninitialized value in BPF_CORE_READ_BITFIELDJose E. Marchesi1-0/+1
2024-06-16libsubcmd: Fix parse-options memory leakIan Rogers1-3/+5
2024-04-13libperf evlist: Avoid out-of-bounds accessIan Rogers2-8/+14
2024-02-23libsubcmd: Fix memory leak in uniq()Ian Rogers1-4/+14
2024-01-26libapi: Add missing linux/types.h header to get the __u64 type on io.hArnaldo Carvalho de Melo1-0/+1
2023-07-27libbpf: fix offsetof() and container_of() to work with CO-REAndrii Nakryiko1-5/+10
2023-04-20libbpf: Fix single-line struct definition output in btf_dumpAndrii Nakryiko1-2/+5
2023-04-20bpftool: Print newline before '}' for struct with padding only fieldsEduard Zingerman1-1/+5
2023-04-05libbpf: Fix btf_dump's packed struct determinationAndrii Nakryiko1-27/+6
2023-04-05libbpf: Fix BTF-to-C converter's padding logicAndrii Nakryiko1-46/+123
2023-03-11libbpf: Fix alen calculation in libbpf_nla_dump_errormsg()Ilya Leoshkevich1-1/+1
2023-03-11libbpf: Fix btf__align_of() by taking into account field offsetsAndrii Nakryiko1-0/+13
2023-01-14libbpf: Avoid enum forward-declarations in public API in C++ modeAndrii Nakryiko1-0/+7
2023-01-14libbpf: Fix null-pointer dereference in find_prog_by_sec_insn()Shung-Hsi Yu1-0/+3
2023-01-14libbpf: Fix use-after-free in btf_dump_name_dupsXu Kuohai1-3/+26
2022-12-19libbpf: Use page size as max_entries when probing ring buffer mapHou Tao1-1/+1
2022-12-08libbpf: Handle size overflow for ringbuf mmapHou Tao1-4/+8
2022-10-26selftests/xsk: Avoid use-after-free on ctxIan Rogers1-3/+3
2022-08-21libbpf: Fix the name of a reused mapAnquan Wu1-2/+7
2022-08-21selftests/xsk: Destroy BPF resources only when ctx refcount drops to 0Maciej Fijalkowski1-5/+4
2022-06-09libbpf: Fix logic for finding matching program for CO-RE relocationAndrii Nakryiko1-2/+3
2022-06-09libbpf: Don't error out on CO-RE relos for overriden weak subprogsAndrii Nakryiko1-4/+11
2022-04-27perf tools: Fix segfault accessing sample_id xyarrayAdrian Hunter1-2/+1
2022-04-13libbpf: Fix build issue with llvm-readelfYonghong Song1-2/+2
2022-04-08libbpf: Unmap rings when umem deletedlic1211-0/+11
2022-04-08libbpf: Skip forward declaration when counting duplicated type namesXu Kuohai1-0/+5
2022-04-08libbpf: Fix possible NULL pointer dereference when destroying skeletonYafang Shao1-0/+3
2022-02-23libsubcmd: Fix use-after-free for realloc(..., 0)Kees Cook1-9/+2
2021-11-18libbpf: Fix endianness detection in BPF_CORE_READ_BITFIELD_PROBED()Ilya Leoshkevich1-1/+1
2021-11-18libbpf: Fix BTF header parsing checksAndrii Nakryiko1-3/+9
2021-11-18libbpf: Fix overflow in BTF sanity checksAndrii Nakryiko1-2/+2
2021-11-18libbpf: Allow loading empty BTFsAndrii Nakryiko1-5/+0
2021-11-18libbpf: Fix BTF data layout checks and allow empty BTFAndrii Nakryiko1-10/+6
2021-10-27libperf tests: Fix test_stat_cpuShunsuke Nakamura2-6/+6
2021-09-26tools lib: Adopt memchr_inv() from kernelJiri Olsa1-0/+58
2021-09-18libbpf: Fix race when pinning maps in parallelMartynas Pumputis1-1/+14
2021-09-18libbpf: Fix reuse of pinned map on older kernelMartynas Pumputis1-3/+45
2021-09-15libbpf: Re-build libbpf.so when libbpf.map changesAndrii Nakryiko1-5/+5
2021-09-15libbpf: Fix removal of inner map in bpf_object__create_mapMartynas Pumputis1-6/+4
2021-09-15libbpf: Fix the possible memory leak on errorShuyi Cheng1-2/+4
2021-08-18libbpf: Fix probe for BPF_PROG_TYPE_CGROUP_SOCKOPTRobin Gögge1-1/+3
2021-06-23libbpf: Fixes incorrect rx_ring_setup_doneKev Jackson1-1/+1
2021-05-19libbpf: Fix signed overflow in ringbuf_process_ringBrendan Jackman1-9/+21
2021-05-14perf jit: Let convert_timestamp() to be backwards-compatibleLeo Yan1-0/+2
2021-05-14perf tools: Change fields type in perf_record_time_convLeo Yan1-2/+3
2021-05-14selftests/bpf: Fix BPF_CORE_READ_BITFIELD() macroAndrii Nakryiko1-4/+12
2021-05-14libbpf: Initialize the bpf_seq_printf parameters array field by fieldFlorent Revest1-11/+29
2021-05-14libbpf: Add explicit padding to btf_dump_emit_type_decl_optsKP Singh1-0/+1
2021-05-14libbpf: Add explicit padding to bpf_xdp_set_link_optsAndrii Nakryiko1-0/+1