summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/libbpf.c
AgeCommit message (Expand)Author
2024-01-17libbpf: warn on unexpected __arg_ctx type when rewriting BTFAndrii Nakryiko
2024-01-17libbpf: feature-detect arg:ctx tag support in kernelAndrii Nakryiko
2024-01-03libbpf: implement __arg_ctx fallback logicAndrii Nakryiko
2024-01-03libbpf: move BTF loading step after relocation stepAndrii Nakryiko
2024-01-03libbpf: move exception callbacks assignment logic into relocation stepAndrii Nakryiko
2024-01-03libbpf: use stable map placeholder FDsAndrii Nakryiko
2024-01-03libbpf: don't rely on map->fd as an indicator of map being createdAndrii Nakryiko
2024-01-03libbpf: use explicit map reuse flag to skip map creation stepsAndrii Nakryiko
2024-01-03libbpf: make uniform use of btf__fd() accessor inside libbpfAndrii Nakryiko
2023-12-21libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relosMingyi Zhang
2023-12-19Revert BPF token-related functionalityAndrii Nakryiko
2023-12-13libbpf: support BPF token path setting through LIBBPF_BPF_TOKEN_PATH envvarAndrii Nakryiko
2023-12-13libbpf: wire up BPF token support at BPF object levelAndrii Nakryiko
2023-12-13libbpf: wire up token_fd into feature probing logicAndrii Nakryiko
2023-12-13libbpf: move feature detection code into its own fileAndrii Nakryiko
2023-12-13libbpf: further decouple feature checking logic from bpf_objectAndrii Nakryiko
2023-12-13libbpf: split feature detectors definitions from cached resultsAndrii Nakryiko
2023-12-08bpf: Load vmlinux btf for any struct_ops mapDavid Vernet
2023-11-28libbpf: Add st_type argument to elf_resolve_syms_offsets functionJiri Olsa
2023-10-24libbpf: Add link-based API for netkitDaniel Borkmann
2023-10-11libbpf: Add support for cgroup unix socket address hooksDaan De Meyer
2023-09-29libbpf: Allow Golang symbols in uprobe secdefHengqi Chen
2023-09-22libbpf: Support symbol versioning for uprobeHengqi Chen
2023-09-16libbpf: Add support for custom exception callbacksKumar Kartikeya Dwivedi
2023-09-16libbpf: Refactor bpf_object__reloc_codeKumar Kartikeya Dwivedi
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