summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/libbpf.c
AgeCommit message (Expand)Author
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
2023-01-10libbpf: Fix map creation flags sanitizationLudovic L'Hours
2022-12-20libbpf: Fix build warning on ref_ctr_off for 32-bit architecturesKhem Raj
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-22selftests/bpf: Workaround for llvm nop-4 bugAlexei Starovoitov
2022-11-14libbpf: Fixed various checkpatch issues in libbpf.cKang Minchul
2022-11-14libbpf: Use correct return pointer in attach_raw_tpJiri Olsa
2022-11-09libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman
2022-10-25libbpf: Support new cgroup local storageYonghong Song
2022-10-19libbpf: only add BPF_F_MMAPABLE flag for data maps with global varsAndrii Nakryiko
2022-10-19libbpf: clean up and refactor BTF fixup stepAndrii Nakryiko
2022-10-13libbpf: Fix null-pointer dereference in find_prog_by_sec_insn()Shung-Hsi Yu
2022-10-13libbpf: Deal with section with no data gracefullyShung-Hsi Yu
2022-10-13libbpf: Use elf_getshdrnum() instead of e_shnumShung-Hsi Yu
2022-09-26libbpf: Fix the case of running as non-root with capabilitiesJon Doron
2022-09-23libbpf: Add pathname_concat() helperWang Yufen
2022-09-21bpf: Add libbpf logic for user-space ring bufferDavid Vernet
2022-09-21bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map typeDavid Vernet
2022-09-16libbpf: Fix crash if SEC("freplace") programs don't have attach_prog_fd setAndrii Nakryiko
2022-08-17libbpf: Clean up deprecated and legacy aliasesAndrii Nakryiko
2022-08-17libbpf: Streamline bpf_attr and perf_event_attr initializationAndrii Nakryiko
2022-08-17libbpf: Fix potential NULL dereference when parsing ELFAndrii Nakryiko
2022-08-17libbpf: Allows disabling auto attachHao Luo
2022-08-15libbpf: Making bpf_prog_load() ignore name if kernel doesn't supportHangbin Liu
2022-08-11libbpf: Add names for auxiliary mapsHangbin Liu
2022-08-10libbpf: preserve errno across pr_warn/pr_info/pr_debugAndrii Nakryiko