summaryrefslogtreecommitdiffstats
path: root/tools/lib
Commit message (Expand)AuthorAgeFilesLines
* libbpf: Fix race when pinning maps in parallelMartynas Pumputis2021-09-181-1/+14
* libbpf: Fix reuse of pinned map on older kernelMartynas Pumputis2021-09-181-3/+45
* libbpf: Re-build libbpf.so when libbpf.map changesAndrii Nakryiko2021-09-151-5/+5
* libbpf: Fix removal of inner map in bpf_object__create_mapMartynas Pumputis2021-09-151-6/+4
* libbpf: Fix the possible memory leak on errorShuyi Cheng2021-09-151-2/+4
* libbpf: Fix probe for BPF_PROG_TYPE_CGROUP_SOCKOPTRobin Gögge2021-08-181-1/+3
* libbpf: Fixes incorrect rx_ring_setup_doneKev Jackson2021-06-231-1/+1
* libbpf: Fix signed overflow in ringbuf_process_ringBrendan Jackman2021-05-191-9/+21
* perf jit: Let convert_timestamp() to be backwards-compatibleLeo Yan2021-05-141-0/+2
* perf tools: Change fields type in perf_record_time_convLeo Yan2021-05-141-2/+3
* selftests/bpf: Fix BPF_CORE_READ_BITFIELD() macroAndrii Nakryiko2021-05-141-4/+12
* libbpf: Initialize the bpf_seq_printf parameters array field by fieldFlorent Revest2021-05-141-11/+29
* libbpf: Add explicit padding to btf_dump_emit_type_decl_optsKP Singh2021-05-141-0/+1
* libbpf: Add explicit padding to bpf_xdp_set_link_optsAndrii Nakryiko2021-05-141-0/+1
* libbpf: Fix potential NULL pointer dereferenceCiara Loftus2021-04-211-2/+3
* libbpf: Only create rx and tx XDP rings when necessaryCiara Loftus2021-04-141-2/+11
* libbpf: Restore umem state after socket create failureCiara Loftus2021-04-141-18/+23
* libbpf: Ensure umem pointer is non-NULL before dereferencingCiara Loftus2021-04-141-0/+3
* libbpf: Fix bail out from 'ringbuf_process_ring()' on errorPedro Tammela2021-04-141-1/+1
* 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 error path in bpf_object__elf_init()Namhyung Kim2021-03-301-1/+2
* libbpf: Fix INSTALL flag orderGeorgi Valkov2021-03-301-1/+1
* libbpf: Clear map_info before each bpf_obj_get_info_by_fdMaciej Fijalkowski2021-03-171-2/+3
* libbpf: Ignore non function pointer member in struct_opsMartin KaFai Lau2021-03-041-11/+11
* perf evlist: Fix id index for heterogeneous systemsAdrian Hunter2021-01-271-13/+4
* libperf tests: Fail when failing to get a tracepoint idIan Rogers2021-01-271-0/+1
* libperf tests: If a test fails return non-zeroIan Rogers2021-01-274-4/+4
* libbpf: Sanitise map names before pinningToke Høiland-Jørgensen2020-12-301-0/+12
* libbpf: Fix ring_buffer__poll() to return number of consumed samplesAndrii Nakryiko2020-12-011-1/+1
* libbpf: Fix VERSIONED_SYM_COUNT number parsingJiri Olsa2020-11-191-0/+2
* libbpf: Don't attempt to load unused subprog as an entry-point BPF programAndrii Nakryiko2020-11-091-10/+13
* libbpf: Fix possible use after free in xsk_socket__deleteMagnus Karlsson2020-11-041-2/+4
* libbpf: Fix null dereference in xsk_socket__deleteMagnus Karlsson2020-11-041-1/+2
* libbpf, hashmap: Fix undefined behavior in hash_bitsIan Rogers2020-11-021-6/+9
* Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-10-231-0/+2
|\
| * bpf, libbpf: Guard bpf inline asm from bpf_tail_call_staticDaniel Borkmann2020-10-221-0/+2
* | Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.kernel.org/pub/scm/l...Linus Torvalds2020-10-178-108/+101
|\ \ | |/ |/|
| * perf tools: Add size to 'struct perf_record_header_build_id'Jiri Olsa2020-10-141-1/+11
| * Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo2020-10-131-0/+3
| |\
| | * perf stat: Fix out of bounds CPU map access when handling armv8_pmu eventsNamhyung Kim2020-10-071-0/+3
| * | tools lib traceevent: Hide non API functionsTzvetomir Stoyanov (VMware)2020-10-136-107/+83
| * | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2020-09-282-2/+4
| |\ \
| * | | perf tsc: Support cap_user_time_short for event TIME_CONVLeo Yan2020-09-221-0/+4
| | |/ | |/|
* | | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-1523-1574/+4726
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-10-122-60/+295
| |\ \ \
| | * | | libbpf: Allow specifying both ELF and raw BTF for CO-RE BTF overrideAndrii Nakryiko2020-10-071-1/+1
| | * | | libbpf: Support safe subset of load/store instruction resizing with CO-REAndrii Nakryiko2020-10-071-8/+136
| | * | | libbpf: Skip CO-RE relocations for not loaded BPF programsAndrii Nakryiko2020-10-071-0/+5
| | * | | libbpf: Fix compatibility problem in xsk_socket__createMagnus Karlsson2020-10-071-1/+6