summaryrefslogtreecommitdiff
path: root/tools/lib/bpf
AgeCommit message (Expand)AuthorFilesLines
2023-10-25libbpf: Add link-based API for netkitDaniel Borkmann5-0/+76
2023-10-17libbpf: Don't assume SHT_GNU_verdef presence for SHT_GNU_versym sectionAndrii Nakryiko1-6/+10
2023-10-12libbpf: Add support for cgroup unix socket address hooksDaan De Meyer1-0/+10
2023-10-04libbpf: Fix syscall access arguments on riscvAlexandre Ghiti1-2/+0
2023-09-30libbpf: Allow Golang symbols in uprobe secdefHengqi Chen1-6/+16
2023-09-26libbpf: Add ring__consumeMartin Kelly3-0/+22
2023-09-26libbpf: Add ring__map_fdMartin Kelly3-0/+15
2023-09-26libbpf: Add ring__sizeMartin Kelly3-0/+16
2023-09-26libbpf: Add ring__avail_data_sizeMartin Kelly3-0/+21
2023-09-26libbpf: Add ring__producer_pos, ring__consumer_posMartin Kelly3-0/+34
2023-09-26libbpf: Add ring_buffer__ringMartin Kelly3-0/+24
2023-09-26libbpf: Switch rings to array of pointersMartin Kelly1-8/+12
2023-09-26libbpf: Refactor cleanup in ring_buffer__addMartin Kelly1-6/+9
2023-09-23libbpf: Support symbol versioning for uprobeHengqi Chen2-12/+124
2023-09-23libbpf: Resolve symbol conflicts at the same offset for uprobeHengqi Chen1-1/+4
2023-09-16libbpf: Add support for custom exception callbacksKumar Kartikeya Dwivedi1-5/+109
2023-09-16libbpf: Refactor bpf_object__reloc_codeKumar Kartikeya Dwivedi1-19/+33
2023-09-08libbpf: Add __percpu_kptr macro definitionYonghong Song1-0/+1
2023-09-08libbpf: Add basic BTF sanity validationAndrii Nakryiko1-0/+160
2023-08-24libbpf: fix signedness determination in CO-RE relo handling logicAndrii Nakryiko1-1/+1
2023-08-24libbpf: Add bpf_object__unpin()Daniel Xu3-0/+17
2023-08-23libbpf: Free btf_vmlinux when closing bpf_objectHao Luo1-0/+1
2023-08-22libbpf: Add uprobe multi link support to bpf_program__attach_usdtJiri Olsa2-17/+82
2023-08-22libbpf: Add uprobe multi link detectionJiri Olsa2-0/+38
2023-08-22libbpf: Add support for u[ret]probe.multi[.s] program sectionsJiri Olsa1-0/+36
2023-08-22libbpf: Add bpf_program__attach_uprobe_multi functionJiri Olsa3-0/+166
2023-08-22libbpf: Add bpf_link_create support for multi uprobesJiri Olsa2-1/+21
2023-08-22libbpf: Add elf_resolve_pattern_offsets functionJiri Olsa3-1/+67
2023-08-22libbpf: Add elf_resolve_syms_offsets functionJiri Olsa2-0/+112
2023-08-22libbpf: Add elf symbol iteratorJiri Olsa1-64/+115
2023-08-22libbpf: Add elf_open/elf_close functionsJiri Olsa3-42/+57
2023-08-22libbpf: Move elf_find_func_offset* functions to elf objectJiri Olsa4-186/+202
2023-08-22libbpf: Add uprobe_multi attach type and link namesJiri Olsa1-0/+2
2023-08-18libbpf: Support triple-underscore flavors for kfunc relocationDave Marchevsky1-1/+19
2023-08-14libbpf: Set close-on-exec flag on gzopenMarco Vedovati1-2/+2
2023-08-05libbpf: Use local includes inside the librarySergey Kacheev2-3/+3
2023-08-02libbpf: fix typos in MakefileRandy Dunlap1-2/+2
2023-07-19libbpf: Add helper macro to clear opts structsDaniel Borkmann1-0/+16
2023-07-19libbpf: Add link-based API for tcxDaniel Borkmann5-11/+88
2023-07-19libbpf: Add opts-based attach/detach/query API for tcxDaniel Borkmann4-53/+159
2023-07-19xsk: add new netlink attribute dedicated for ZC max fragsMaciej Fijalkowski2-1/+7
2023-07-11libbpf: Remove HASHMAP_INIT static initialization helperJohn Sanpe1-10/+0
2023-07-11libbpf: Fix realloc API handling in zero-sized edge casesAndrii Nakryiko2-4/+16
2023-07-09libbpf: only reset sec_def handler when necessaryAndrii Nakryiko1-8/+19
2023-07-07libbpf: Use available_filter_functions_addrs with multi-kprobesJackie Liu1-1/+61
2023-07-07libbpf: Cross-join available_filter_functions and kallsyms for multi-kprobesJackie Liu1-13/+97
2023-06-30libbpf: Add netfilter link attach helperFlorian Westphal5-0/+72
2023-06-30libbpf: Skip modules BTF loading when CAP_SYS_ADMIN is missingAndrea Terzolo1-0/+4
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+4
2023-06-06bpf: netfilter: Add BPF_NETFILTER bpf_attach_typeFlorian Westphal2-1/+4