summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-21libbpf: Fix potential NULL pointer dereferenceCiara Loftus1-2/+3
2021-04-14libbpf: Only create rx and tx XDP rings when necessaryCiara Loftus1-2/+11
2021-04-14libbpf: Restore umem state after socket create failureCiara Loftus1-18/+23
2021-04-14libbpf: Ensure umem pointer is non-NULL before dereferencingCiara Loftus1-0/+3
2021-04-14libbpf: Fix bail out from 'ringbuf_process_ring()' on errorPedro Tammela1-1/+1
2021-03-30libbpf: Fix BTF dump of pointer-to-array-of-structJean-Philippe Brucker1-1/+1
2021-03-30libbpf: Use SOCK_CLOEXEC when opening the netlink socketKumar Kartikeya Dwivedi1-1/+1
2021-03-30libbpf: Fix error path in bpf_object__elf_init()Namhyung Kim1-1/+2
2021-03-30libbpf: Fix INSTALL flag orderGeorgi Valkov1-1/+1
2021-03-17libbpf: Clear map_info before each bpf_obj_get_info_by_fdMaciej Fijalkowski1-2/+3
2021-03-04libbpf: Ignore non function pointer member in struct_opsMartin KaFai Lau1-11/+11