summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/libbpf.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-15libbpf: Fix reuse of DEVMAPYureka Lilian1-0/+10
2025-07-06libbpf: Fix possible use-after-free for externsAdin Scannell1-3/+7
2025-06-19Use thread-safe function pointer in libbpf_printJonathan Wiepert1-1/+1
2025-06-19libbpf: Remove sample_period init in perf_bufferTao Chen1-1/+0
2025-06-19libbpf: Fix buffer overflow in bpf_object__init_progViktor Malik1-1/+1
2025-06-04libbpf: Fix out-of-bound readNandakumar Edamana1-1/+1
2024-12-09libbpf: never interpret subprogs in .text as entry programsAndrii Nakryiko1-1/+1
2024-12-09libbpf: fix sym_is_subprog() logic for weak global subprogsAndrii Nakryiko1-1/+1
2024-12-09libbpf: Fix expected_attach_type set handling in program load callbackTao Chen1-4/+8
2024-09-12libbpf: Add NULL checks to bpf_object__{prev_map,next_map}Andreas Ziegler1-2/+2
2024-06-12libbpf: Fix error message in attach_kprobe_multiJiri Olsa1-1/+1
2024-03-27libbpf: Apply map_set_def_max_entries() for inner_maps on creationAndrey Grafin1-0/+4
2024-02-05libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relosMingyi Zhang1-0/+2
2023-08-24libbpf: Add bpf_object__unpin()Daniel Xu1-0/+15
2023-08-23libbpf: Free btf_vmlinux when closing bpf_objectHao Luo1-0/+1
2023-08-22libbpf: Add uprobe multi link support to bpf_program__attach_usdtJiri Olsa1-2/+11
2023-08-22libbpf: Add uprobe multi link detectionJiri Olsa1-0/+36
2023-08-22libbpf: Add support for u[ret]probe.multi[.s] program sectionsJiri Olsa1-0/+36
2023-08-22libbpf: Add bpf_program__attach_uprobe_multi functionJiri Olsa1-0/+114
2023-08-22libbpf: Add elf_resolve_pattern_offsets functionJiri Olsa1-1/+1
2023-08-22libbpf: Move elf_find_func_offset* functions to elf objectJiri Olsa1-185/+0
2023-08-22libbpf: Add uprobe_multi attach type and link namesJiri Olsa1-0/+2
2023-08-18libbpf: Support triple-underscore flavors for kfunc relocationDave Marchevsky1-1/+19
2023-08-14libbpf: Set close-on-exec flag on gzopenMarco Vedovati1-2/+2
2023-07-19libbpf: Add link-based API for tcxDaniel Borkmann1-9/+49
2023-07-19libbpf: Add opts-based attach/detach/query API for tcxDaniel Borkmann1-3/+9
2023-07-11libbpf: Fix realloc API handling in zero-sized edge casesAndrii Nakryiko1-3/+12
2023-07-09libbpf: only reset sec_def handler when necessaryAndrii Nakryiko1-8/+19
2023-07-07libbpf: Use available_filter_functions_addrs with multi-kprobesJackie Liu1-1/+61
2023-07-07libbpf: Cross-join available_filter_functions and kallsyms for multi-kprobesJackie Liu1-13/+97
2023-06-30libbpf: Add netfilter link attach helperFlorian Westphal1-0/+42
2023-06-30libbpf: Skip modules BTF loading when CAP_SYS_ADMIN is missingAndrea Terzolo1-0/+4
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2023-06-06bpf: netfilter: Add BPF_NETFILTER bpf_attach_typeFlorian Westphal1-1/+2
2023-05-26libbpf: Ensure FD >= 3 during bpf_map__reuse_fd()Andrii Nakryiko1-7/+6
2023-05-26libbpf: Ensure libbpf always opens files with O_CLOEXECAndrii Nakryiko1-3/+3
2023-05-25libbpf: Change var type in datasec resize funcJP Kobryn1-2/+2
2023-05-24libbpf: Add capability for resizing datasec mapsJP Kobryn1-9/+126
2023-04-28Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2023-04-21tools: bpftool: print netfilter link infoFlorian Westphal1-0/+3
2023-04-18libbpf: improve handling of unresolved kfuncsAndrii Nakryiko1-3/+69
2023-04-18libbpf: report vmlinux vs module name when dealing with ksymsAndrii Nakryiko1-4/+5
2023-04-18libbpf: misc internal libbpf clean ups around log fixupAndrii Nakryiko1-12/+14
2023-04-08ELF: fix all "Elf" typosAlexey Dobriyan1-1/+1
2023-03-30libbpf: disassociate section handler on explicit bpf_program__set_type() callAndrii Nakryiko1-0/+1
2023-03-27libbpf: Ensure print callback usage is thread-safeJP Kobryn1-3/+6
2023-03-23libbpf: Use .struct_ops.link section to indicate a struct_ops with a link.Kui-Feng Lee1-16/+44
2023-03-23libbpf: Update a bpf_link with another struct_ops.Kui-Feng Lee1-0/+35
2023-03-23libbpf: Create a bpf_link in bpf_map__attach_struct_ops().Kui-Feng Lee1-24/+71
2023-03-22libbpf: Support kfunc detection in light skeleton.Alexei Starovoitov1-2/+5