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