summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbpf: Add link-based API for netkitDaniel Borkmann2023-10-255-0/+76
* libbpf: Don't assume SHT_GNU_verdef presence for SHT_GNU_versym sectionAndrii Nakryiko2023-10-171-6/+10
* libbpf: Add support for cgroup unix socket address hooksDaan De Meyer2023-10-121-0/+10
* libbpf: Fix syscall access arguments on riscvAlexandre Ghiti2023-10-041-2/+0
* libbpf: Allow Golang symbols in uprobe secdefHengqi Chen2023-09-291-6/+16
* libbpf: Add ring__consumeMartin Kelly2023-09-263-0/+22
* libbpf: Add ring__map_fdMartin Kelly2023-09-263-0/+15
* libbpf: Add ring__sizeMartin Kelly2023-09-263-0/+16
* libbpf: Add ring__avail_data_sizeMartin Kelly2023-09-263-0/+21
* libbpf: Add ring__producer_pos, ring__consumer_posMartin Kelly2023-09-263-0/+34
* libbpf: Add ring_buffer__ringMartin Kelly2023-09-263-0/+24
* libbpf: Switch rings to array of pointersMartin Kelly2023-09-261-8/+12
* libbpf: Refactor cleanup in ring_buffer__addMartin Kelly2023-09-261-6/+9
* libbpf: Support symbol versioning for uprobeHengqi Chen2023-09-222-12/+124
* libbpf: Resolve symbol conflicts at the same offset for uprobeHengqi Chen2023-09-221-1/+4
* libbpf: Add support for custom exception callbacksKumar Kartikeya Dwivedi2023-09-161-5/+109
* libbpf: Refactor bpf_object__reloc_codeKumar Kartikeya Dwivedi2023-09-161-19/+33
* libbpf: Add __percpu_kptr macro definitionYonghong Song2023-09-081-0/+1
* libbpf: Add basic BTF sanity validationAndrii Nakryiko2023-09-081-0/+160
* libbpf: fix signedness determination in CO-RE relo handling logicAndrii Nakryiko2023-08-241-1/+1
* libbpf: Add bpf_object__unpin()Daniel Xu2023-08-243-0/+17
* libbpf: Free btf_vmlinux when closing bpf_objectHao Luo2023-08-231-0/+1
* libbpf: Add uprobe multi link support to bpf_program__attach_usdtJiri Olsa2023-08-222-17/+82
* libbpf: Add uprobe multi link detectionJiri Olsa2023-08-222-0/+38
* libbpf: Add support for u[ret]probe.multi[.s] program sectionsJiri Olsa2023-08-221-0/+36
* libbpf: Add bpf_program__attach_uprobe_multi functionJiri Olsa2023-08-223-0/+166
* libbpf: Add bpf_link_create support for multi uprobesJiri Olsa2023-08-222-1/+21
* libbpf: Add elf_resolve_pattern_offsets functionJiri Olsa2023-08-223-1/+67
* libbpf: Add elf_resolve_syms_offsets functionJiri Olsa2023-08-222-0/+112
* libbpf: Add elf symbol iteratorJiri Olsa2023-08-221-64/+115
* libbpf: Add elf_open/elf_close functionsJiri Olsa2023-08-223-42/+57
* libbpf: Move elf_find_func_offset* functions to elf objectJiri Olsa2023-08-224-186/+202
* libbpf: Add uprobe_multi attach type and link namesJiri Olsa2023-08-221-0/+2
* libbpf: Support triple-underscore flavors for kfunc relocationDave Marchevsky2023-08-181-1/+19
* libbpf: Set close-on-exec flag on gzopenMarco Vedovati2023-08-141-2/+2
* libbpf: Use local includes inside the librarySergey Kacheev2023-08-052-3/+3
* libbpf: fix typos in MakefileRandy Dunlap2023-08-021-2/+2
* libbpf: Add helper macro to clear opts structsDaniel Borkmann2023-07-191-0/+16
* libbpf: Add link-based API for tcxDaniel Borkmann2023-07-195-11/+88
* libbpf: Add opts-based attach/detach/query API for tcxDaniel Borkmann2023-07-194-53/+159
* xsk: add new netlink attribute dedicated for ZC max fragsMaciej Fijalkowski2023-07-192-1/+7
* libbpf: Remove HASHMAP_INIT static initialization helperJohn Sanpe2023-07-111-10/+0
* libbpf: Fix realloc API handling in zero-sized edge casesAndrii Nakryiko2023-07-112-4/+16
* libbpf: only reset sec_def handler when necessaryAndrii Nakryiko2023-07-091-8/+19
* libbpf: Use available_filter_functions_addrs with multi-kprobesJackie Liu2023-07-071-1/+61
* libbpf: Cross-join available_filter_functions and kallsyms for multi-kprobesJackie Liu2023-07-071-13/+97
* libbpf: Add netfilter link attach helperFlorian Westphal2023-06-305-0/+72
* libbpf: Skip modules BTF loading when CAP_SYS_ADMIN is missingAndrea Terzolo2023-06-301-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-082-1/+4
|\
| * bpf: netfilter: Add BPF_NETFILTER bpf_attach_typeFlorian Westphal2023-06-062-1/+4