summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/libbpf.c
AgeCommit message (Expand)AuthorLines
2023-08-23libbpf: Add bpf_object__unpin()Daniel Xu-0/+15
2023-08-22libbpf: Free btf_vmlinux when closing bpf_objectHao Luo-0/+1
2023-08-21libbpf: Add uprobe multi link support to bpf_program__attach_usdtJiri Olsa-2/+11
2023-08-21libbpf: Add uprobe multi link detectionJiri Olsa-0/+36
2023-08-21libbpf: Add support for u[ret]probe.multi[.s] program sectionsJiri Olsa-0/+36
2023-08-21libbpf: Add bpf_program__attach_uprobe_multi functionJiri Olsa-0/+114
2023-08-21libbpf: Add elf_resolve_pattern_offsets functionJiri Olsa-1/+1
2023-08-21libbpf: Move elf_find_func_offset* functions to elf objectJiri Olsa-185/+0
2023-08-21libbpf: Add uprobe_multi attach type and link namesJiri Olsa-0/+2
2023-08-18libbpf: Support triple-underscore flavors for kfunc relocationDave Marchevsky-1/+19
2023-08-14libbpf: Set close-on-exec flag on gzopenMarco Vedovati-2/+2
2023-07-19libbpf: Add link-based API for tcxDaniel Borkmann-9/+49
2023-07-19libbpf: Add opts-based attach/detach/query API for tcxDaniel Borkmann-3/+9
2023-07-11libbpf: Fix realloc API handling in zero-sized edge casesAndrii Nakryiko-3/+12
2023-07-08libbpf: only reset sec_def handler when necessaryAndrii Nakryiko-8/+19
2023-07-06libbpf: Use available_filter_functions_addrs with multi-kprobesJackie Liu-1/+61
2023-07-06libbpf: Cross-join available_filter_functions and kallsyms for multi-kprobesJackie Liu-13/+97
2023-06-30libbpf: Add netfilter link attach helperFlorian Westphal-0/+42
2023-06-30libbpf: Skip modules BTF loading when CAP_SYS_ADMIN is missingAndrea Terzolo-0/+4
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+2
2023-06-05bpf: netfilter: Add BPF_NETFILTER bpf_attach_typeFlorian Westphal-1/+2
2023-05-26libbpf: Ensure FD >= 3 during bpf_map__reuse_fd()Andrii Nakryiko-7/+6
2023-05-26libbpf: Ensure libbpf always opens files with O_CLOEXECAndrii Nakryiko-3/+3
2023-05-25libbpf: Change var type in datasec resize funcJP Kobryn-2/+2
2023-05-24libbpf: Add capability for resizing datasec mapsJP Kobryn-9/+126
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2023-04-21tools: bpftool: print netfilter link infoFlorian Westphal-0/+3
2023-04-18libbpf: improve handling of unresolved kfuncsAndrii Nakryiko-3/+69
2023-04-18libbpf: report vmlinux vs module name when dealing with ksymsAndrii Nakryiko-4/+5
2023-04-18libbpf: misc internal libbpf clean ups around log fixupAndrii Nakryiko-12/+14
2023-04-08ELF: fix all "Elf" typosAlexey Dobriyan-1/+1
2023-03-29libbpf: disassociate section handler on explicit bpf_program__set_type() callAndrii Nakryiko-0/+1
2023-03-27libbpf: Ensure print callback usage is thread-safeJP Kobryn-3/+6
2023-03-22libbpf: Use .struct_ops.link section to indicate a struct_ops with a link.Kui-Feng Lee-16/+44
2023-03-22libbpf: Update a bpf_link with another struct_ops.Kui-Feng Lee-0/+35
2023-03-22libbpf: Create a bpf_link in bpf_map__attach_struct_ops().Kui-Feng Lee-24/+71
2023-03-22libbpf: Support kfunc detection in light skeleton.Alexei Starovoitov-2/+5
2023-03-22libbpf: Rename RELO_EXTERN_VAR/FUNC.Alexei Starovoitov-9/+9
2023-03-20libbpf: Explicitly call write to append content to fileLiu Pan-5/+9
2023-03-17libbpf: Fix relocation of kfunc ksym in ld_imm64 insn.Alexei Starovoitov-0/+6
2023-03-06libbpf: Add support to set kprobe/uprobe attach modeMenglong Dong-1/+47
2023-03-01libbpf: Add support for attaching uprobes to shared objects in APKsDaniel Müller-7/+84
2023-03-01libbpf: Introduce elf_find_func_offset_from_file() functionDaniel Müller-21/+36
2023-03-01libbpf: Remove several dead assignmentsViktor Malik-1/+0
2023-03-01libbpf: Remove unnecessary ternary operatorViktor Malik-1/+1
2023-02-16libbpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich-7/+7
2023-02-08libbpf: Add sample_period to creation optionsJon Doron-2/+7
2023-02-06libbpf: Correctly set the kernel code version in Debian kernel.Hao Xiang-37/+0
2023-01-25libbpf: Support sleepable struct_ops.s sectionDavid Vernet-0/+1
2023-01-13libbpf: Replace '.' with '_' in legacy kprobe event nameMenglong Dong-0/+7