summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* libbpf: Fix alen calculation in libbpf_nla_dump_errormsg()Ilya Leoshkevich2023-03-111-1/+1
* libbpf: Fix the name of a reused mapAnquan Wu2022-08-251-2/+7
* libbpf: Skip forward declaration when counting duplicated type namesXu Kuohai2022-04-151-0/+5
* libsubcmd: Fix use-after-free for realloc(..., 0)Kees Cook2022-02-231-9/+2
* libbpf: Fix BTF data layout checks and allow empty BTFAndrii Nakryiko2021-11-171-10/+6
* libbpf: Fix BTF dump of pointer-to-array-of-structJean-Philippe Brucker2021-03-301-1/+1
* libbpf: Use SOCK_CLOEXEC when opening the netlink socketKumar Kartikeya Dwivedi2021-03-301-1/+1
* libbpf: Fix INSTALL flag orderGeorgi Valkov2021-03-301-1/+1
* libbpf: Remove arch-specific include path in MakefileNaveen N. Rao2020-10-071-1/+1
* tools lib traceevent: Fix memory leak in process_dynamic_array_lenPhilippe Duplessis-Guindon2020-08-111-0/+1
* libtraceevent: Fix build with binutils 2.35Ben Hutchings2020-08-051-1/+1
* tools lib traceevent: Handle __attribute__((user)) in field namesSteven Rostedt (VMware)2020-07-091-1/+38
* tools lib traceevent: Add append() function helper for appending stringsSteven Rostedt (VMware)2020-07-091-58/+40
* libbpf: Handle GCC noreturn-turned-volatile quirkAndrii Nakryiko2020-06-241-9/+24
* libbpf: Fix perf_buffer__free() API for sparse allocsEelco Chaudron2020-06-221-1/+4
* tools api fs: Make xxx__mountpoint() more scalableStephane Eranian2020-06-222-0/+29
* libbpf: Fix memory leak and possible double-free in hashmap__clearAndrii Nakryiko2020-06-221-0/+7
* libbpf: Extract and generalize CPU mask parsing logicAndrii Nakryiko2020-05-202-42/+86
* libbpf: Fix readelf output parsing for FedoraThadeu Lima de Souza Cascardo2020-05-101-0/+2
* libbpf: Initialize *nl_pid so gcc 10 is happyJeremy Cline2020-05-021-2/+2
* libbpf: Fix readelf output parsing on powerpc with recent binutilsAurelien Jarno2020-04-291-2/+2
* tools lib api fs: Fix gcc9 stringop-truncation compilation errorAndrey Zhizhikin2020-02-241-1/+3
* libbpf: Fix realloc usage in bpf_core_find_candsAndrii Nakryiko2020-02-111-1/+3
* tools lib traceevent: Fix memory leakage in filter_eventHewenliang2020-02-051-1/+3
* tools lib: Fix builds when glibc contains strlcpy()Vitaly Chikunov2020-02-051-0/+7
* libbpf: Don't use kernel-side u32 type in xsk.cAndrii Nakryiko2020-01-261-4/+4
* libbpf: Make btf__resolve_size logic always check size error conditionAndrii Nakryiko2020-01-261-2/+1
* libbpf: Fix another potential overflow issue in bpf_prog_linfoAndrii Nakryiko2020-01-261-7/+7
* libbpf: Fix potential overflow issueAndrii Nakryiko2020-01-261-1/+1
* libbpf: Fix memory leak/double free issueAndrii Nakryiko2020-01-261-1/+1
* libbpf: Fix compatibility for kernels without need_wakeupMagnus Karlsson2020-01-261-12/+71
* libbpf: Fix Makefile' libbpf symbol mismatch diagnosticAndrii Nakryiko2020-01-171-1/+1
* libtraceevent: Copy pkg-config file to output folder when using O=Sudip Mukherjee2020-01-121-2/+3
* libtraceevent: Fix lib installation with O=Sudip Mukherjee2020-01-121-0/+1
* libtraceevent: Fix memory leakage in copy_filter_typeHewenliang2019-12-311-2/+7
* net-af_xdp: Use correct number of channels from ethtoolLuigi Rizzo2019-12-311-3/+8
* libbpf: Fix negative FD close() in xsk_setup_xdp_prog()Andrii Nakryiko2019-12-311-0/+2
* libsubcmd: Use -O0 with DEBUG=1James Clark2019-12-311-1/+3
* libbpf: Fix error handling in bpf_map__reuse_fd()Toke Høiland-Jørgensen2019-12-311-4/+10
* libbpf: Fix passing uninitialized bytes to setsockoptIlya Maximets2019-12-311-0/+1
* libbpf: Fix struct end padding in btf_dumpAndrii Nakryiko2019-12-311-1/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-10-193-12/+41
|\
| * libbpf: handle symbol versioning properly for libbpf.aYonghong Song2019-09-303-11/+36
| * tools: bpf: Use !building_out_of_srctree to determine srctreeShuah Khan2019-09-301-1/+5
* | Merge tag 'perf-urgent-for-mingo-5.4-20191001' of git://git.kernel.org/pub/sc...Ingo Molnar2019-10-071-1/+7
|\ \ | |/ |/|
| * libsubcmd: Make _FORTIFY_SOURCE defines dependent on the featureIan Rogers2019-09-271-1/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-282-17/+88
|\ \ | |/ |/|
| * libbpf: Teach btf_dumper to emit stand-alone anonymous enum definitionsAndrii Nakryiko2019-09-261-6/+87
| * libbpf: fix false uninitialized variable warningAndrii Nakryiko2019-09-251-0/+1
| * libbpf: Remove getsockopt() check for XDP_OPTIONSToke Høiland-Jørgensen2019-09-191-11/+0