summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf
AgeCommit message (Expand)AuthorLines
2023-10-24libbpf: Add link-based API for netkitDaniel Borkmann-0/+76
2023-10-17libbpf: Don't assume SHT_GNU_verdef presence for SHT_GNU_versym sectionAndrii Nakryiko-6/+10
2023-10-11libbpf: Add support for cgroup unix socket address hooksDaan De Meyer-0/+10
2023-10-04libbpf: Fix syscall access arguments on riscvAlexandre Ghiti-2/+0
2023-09-29libbpf: Allow Golang symbols in uprobe secdefHengqi Chen-6/+16
2023-09-25libbpf: Add ring__consumeMartin Kelly-0/+22
2023-09-25libbpf: Add ring__map_fdMartin Kelly-0/+15
2023-09-25libbpf: Add ring__sizeMartin Kelly-0/+16
2023-09-25libbpf: Add ring__avail_data_sizeMartin Kelly-0/+21
2023-09-25libbpf: Add ring__producer_pos, ring__consumer_posMartin Kelly-0/+34
2023-09-25libbpf: Add ring_buffer__ringMartin Kelly-0/+24
2023-09-25libbpf: Switch rings to array of pointersMartin Kelly-8/+12
2023-09-25libbpf: Refactor cleanup in ring_buffer__addMartin Kelly-6/+9
2023-09-22libbpf: Support symbol versioning for uprobeHengqi Chen-12/+124
2023-09-22libbpf: Resolve symbol conflicts at the same offset for uprobeHengqi Chen-1/+4
2023-09-16libbpf: Add support for custom exception callbacksKumar Kartikeya Dwivedi-5/+109
2023-09-16libbpf: Refactor bpf_object__reloc_codeKumar Kartikeya Dwivedi-19/+33
2023-09-08libbpf: Add __percpu_kptr macro definitionYonghong Song-0/+1
2023-09-08libbpf: Add basic BTF sanity validationAndrii Nakryiko-0/+160
2023-08-23libbpf: fix signedness determination in CO-RE relo handling logicAndrii Nakryiko-1/+1
2023-08-23libbpf: Add bpf_object__unpin()Daniel Xu-0/+17
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-17/+82
2023-08-21libbpf: Add uprobe multi link detectionJiri Olsa-0/+38
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/+166
2023-08-21libbpf: Add bpf_link_create support for multi uprobesJiri Olsa-1/+21
2023-08-21libbpf: Add elf_resolve_pattern_offsets functionJiri Olsa-1/+67
2023-08-21libbpf: Add elf_resolve_syms_offsets functionJiri Olsa-0/+112
2023-08-21libbpf: Add elf symbol iteratorJiri Olsa-64/+115
2023-08-21libbpf: Add elf_open/elf_close functionsJiri Olsa-42/+57
2023-08-21libbpf: Move elf_find_func_offset* functions to elf objectJiri Olsa-186/+202
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-08-04libbpf: Use local includes inside the librarySergey Kacheev-3/+3
2023-08-02libbpf: fix typos in MakefileRandy Dunlap-2/+2
2023-07-19libbpf: Add helper macro to clear opts structsDaniel Borkmann-0/+16
2023-07-19libbpf: Add link-based API for tcxDaniel Borkmann-11/+88
2023-07-19libbpf: Add opts-based attach/detach/query API for tcxDaniel Borkmann-53/+159
2023-07-19xsk: add new netlink attribute dedicated for ZC max fragsMaciej Fijalkowski-1/+7
2023-07-11libbpf: Remove HASHMAP_INIT static initialization helperJohn Sanpe-10/+0
2023-07-11libbpf: Fix realloc API handling in zero-sized edge casesAndrii Nakryiko-4/+16
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/+72
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/+4
2023-06-05bpf: netfilter: Add BPF_NETFILTER bpf_attach_typeFlorian Westphal-1/+4