summaryrefslogtreecommitdiff
path: root/tools/lib
AgeCommit message (Expand)AuthorFilesLines
2022-04-15libbpf: Skip forward declaration when counting duplicated type namesXu Kuohai1-0/+5
2022-02-23libsubcmd: Fix use-after-free for realloc(..., 0)Kees Cook1-9/+2
2021-11-17libbpf: Fix BTF data layout checks and allow empty BTFAndrii Nakryiko1-10/+6
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 INSTALL flag orderGeorgi Valkov1-1/+1
2020-10-07libbpf: Remove arch-specific include path in MakefileNaveen N. Rao1-1/+1
2020-08-11tools lib traceevent: Fix memory leak in process_dynamic_array_lenPhilippe Duplessis-Guindon1-0/+1
2020-08-05libtraceevent: Fix build with binutils 2.35Ben Hutchings1-1/+1
2020-07-09tools lib traceevent: Handle __attribute__((user)) in field namesSteven Rostedt (VMware)1-1/+38
2020-07-09tools lib traceevent: Add append() function helper for appending stringsSteven Rostedt (VMware)1-58/+40
2020-06-24libbpf: Handle GCC noreturn-turned-volatile quirkAndrii Nakryiko1-9/+24
2020-06-22libbpf: Fix perf_buffer__free() API for sparse allocsEelco Chaudron1-1/+4
2020-06-22tools api fs: Make xxx__mountpoint() more scalableStephane Eranian2-0/+29
2020-06-22libbpf: Fix memory leak and possible double-free in hashmap__clearAndrii Nakryiko1-0/+7
2020-05-20libbpf: Extract and generalize CPU mask parsing logicAndrii Nakryiko2-42/+86
2020-05-10libbpf: Fix readelf output parsing for FedoraThadeu Lima de Souza Cascardo1-0/+2
2020-05-02libbpf: Initialize *nl_pid so gcc 10 is happyJeremy Cline1-2/+2
2020-04-29libbpf: Fix readelf output parsing on powerpc with recent binutilsAurelien Jarno1-2/+2
2020-02-24tools lib api fs: Fix gcc9 stringop-truncation compilation errorAndrey Zhizhikin1-1/+3
2020-02-11libbpf: Fix realloc usage in bpf_core_find_candsAndrii Nakryiko1-1/+3
2020-02-06tools lib traceevent: Fix memory leakage in filter_eventHewenliang1-1/+3
2020-02-06tools lib: Fix builds when glibc contains strlcpy()Vitaly Chikunov1-0/+7
2020-01-26libbpf: Don't use kernel-side u32 type in xsk.cAndrii Nakryiko1-4/+4
2020-01-26libbpf: Make btf__resolve_size logic always check size error conditionAndrii Nakryiko1-2/+1
2020-01-26libbpf: Fix another potential overflow issue in bpf_prog_linfoAndrii Nakryiko1-7/+7
2020-01-26libbpf: Fix potential overflow issueAndrii Nakryiko1-1/+1
2020-01-26libbpf: Fix memory leak/double free issueAndrii Nakryiko1-1/+1
2020-01-26libbpf: Fix compatibility for kernels without need_wakeupMagnus Karlsson1-12/+71
2020-01-17libbpf: Fix Makefile' libbpf symbol mismatch diagnosticAndrii Nakryiko1-1/+1
2020-01-12libtraceevent: Copy pkg-config file to output folder when using O=Sudip Mukherjee1-2/+3
2020-01-12libtraceevent: Fix lib installation with O=Sudip Mukherjee1-0/+1
2019-12-31libtraceevent: Fix memory leakage in copy_filter_typeHewenliang1-2/+7
2019-12-31net-af_xdp: Use correct number of channels from ethtoolLuigi Rizzo1-3/+8
2019-12-31libbpf: Fix negative FD close() in xsk_setup_xdp_prog()Andrii Nakryiko1-0/+2
2019-12-31libsubcmd: Use -O0 with DEBUG=1James Clark1-1/+3
2019-12-31libbpf: Fix error handling in bpf_map__reuse_fd()Toke Høiland-Jørgensen1-4/+10
2019-12-31libbpf: Fix passing uninitialized bytes to setsockoptIlya Maximets1-0/+1
2019-12-31libbpf: Fix struct end padding in btf_dumpAndrii Nakryiko1-1/+7
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-12/+41
2019-10-07Merge tag 'perf-urgent-for-mingo-5.4-20191001' of git://git.kernel.org/pub/sc...Ingo Molnar1-1/+7
2019-10-01libbpf: handle symbol versioning properly for libbpf.aYonghong Song3-11/+36
2019-09-30tools: bpf: Use !building_out_of_srctree to determine srctreeShuah Khan1-1/+5
2019-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-17/+88
2019-09-27libsubcmd: Make _FORTIFY_SOURCE defines dependent on the featureIan Rogers1-1/+7
2019-09-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds21-116/+507
2019-09-26libbpf: Teach btf_dumper to emit stand-alone anonymous enum definitionsAndrii Nakryiko1-6/+87
2019-09-26rbtree: avoid generating code twice for the cached versions (tools copy)Michel Lespinasse1-34/+3
2019-09-25libbpf: fix false uninitialized variable warningAndrii Nakryiko1-0/+1
2019-09-25libtraceevent: Man pages for tep plugins APIsTzvetomir Stoyanov1-0/+99