summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)Author
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
2021-04-14libbpf: Fix bail out from 'ringbuf_process_ring()' on errorPedro Tammela
2021-03-30libbpf: Fix BTF dump of pointer-to-array-of-structJean-Philippe Brucker
2021-03-30libbpf: Use SOCK_CLOEXEC when opening the netlink socketKumar Kartikeya Dwivedi
2021-03-30libbpf: Fix error path in bpf_object__elf_init()Namhyung Kim
2021-03-30libbpf: Fix INSTALL flag orderGeorgi Valkov
2021-03-17libbpf: Clear map_info before each bpf_obj_get_info_by_fdMaciej Fijalkowski
2021-03-04libbpf: Ignore non function pointer member in struct_opsMartin KaFai Lau
2021-01-27perf evlist: Fix id index for heterogeneous systemsAdrian Hunter
2021-01-27libperf tests: Fail when failing to get a tracepoint idIan Rogers