summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf
Commit message (Expand)AuthorAgeFilesLines
* libbpf: Check the validity of size in user_ring_buffer__reserve()Hou Tao2022-11-171-0/+4
* libbpf: Handle size overflow for user ringbuf mmapHou Tao2022-11-171-2/+8
* libbpf: Handle size overflow for ringbuf mmapHou Tao2022-11-171-4/+8
* libbpf: Use page size as max_entries when probing ring buffer mapHou Tao2022-11-171-1/+1
* libbpf: Use correct return pointer in attach_raw_tpJiri Olsa2022-11-141-1/+1
* libbpf: Fix overrun in netlink attribute iterationXin Liu2022-09-301-1/+1
* libbpf: Don't require full struct enum64 in UAPI headersAndrii Nakryiko2022-09-271-1/+24
* libbpf: Fix the case of running as non-root with capabilitiesJon Doron2022-09-263-5/+5
* libbpf: restore memory layout of bpf_object_open_optsAndrii Nakryiko2022-09-231-1/+3
* libbpf: Add pathname_concat() helperWang Yufen2022-09-231-47/+29
* libbpf: Support raw BTF placed in the default search pathTao Chen2022-09-211-18/+12
* libbpf: Improve BPF_PROG2 macro code quality and descriptionYonghong Song2022-09-211-63/+91
* bpf: Add libbpf logic for user-space ring bufferDavid Vernet2022-09-216-3/+398
* bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map typeDavid Vernet2022-09-211-0/+1
* libbpf: Fix NULL pointer exception in API btf_dump__dump_type_dataXin Liu2022-09-201-1/+1
* libbpf: Clean up legacy bpf maps declaration in bpf_helpersXin Liu2022-09-161-12/+0
* libbpf: Fix crash if SEC("freplace") programs don't have attach_prog_fd setAndrii Nakryiko2022-09-161-4/+9
* libbpf: Remove gcc support for bpf_tail_call_static for nowDaniel Borkmann2022-09-091-13/+6
* libbpf: Add new BPF_PROG2 macroYonghong Song2022-09-061-0/+79
* libbpf: Add GCC support for bpf_tail_call_staticJames Hilliard2022-08-311-6/+13
* libbpf: add map_get_fd_by_id and map_delete_elem in light skeletonBenjamin Tissoires2022-08-251-0/+23
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-08-1713-130/+205
|\
| * libbpf: Clean up deprecated and legacy aliasesAndrii Nakryiko2022-08-175-10/+2
| * libbpf: Streamline bpf_attr and perf_event_attr initializationAndrii Nakryiko2022-08-174-91/+138
| * libbpf: Fix potential NULL dereference when parsing ELFAndrii Nakryiko2022-08-171-1/+1
| * libbpf: Allows disabling auto attachHao Luo2022-08-173-1/+18
| * libbpf: Making bpf_prog_load() ignore name if kernel doesn't supportHangbin Liu2022-08-153-6/+16
| * libbpf: Add names for auxiliary mapsHangbin Liu2022-08-112-4/+4
| * libbpf: preserve errno across pr_warn/pr_info/pr_debugAndrii Nakryiko2022-08-101-0/+5
| * libbpf: Do not require executable permission for shared librariesHengqi Chen2022-08-081-3/+5
| * libbpf: Reject legacy 'maps' ELF sectionAndrii Nakryiko2022-08-081-5/+3
| * libbpf: Ensure functions with always_inline attribute are inlineJames Hilliard2022-08-042-9/+9
| * libbpf: Initialize err in probe_map_createFlorian Fainelli2022-08-041-1/+1
| * libbpf: Skip empty sections in bpf_object__init_global_data_mapsJames Hilliard2022-08-041-0/+4
* | bpf: Disallow bpf programs call prog_run command.Alexei Starovoitov2022-08-101-2/+2
|/
* libbpf: Add bpf_obj_get_opts()Joe Burton2022-07-293-0/+21
* libbpf: Support PPC in arch_specific_syscall_pfxDaniel Müller2022-07-281-1/+10
* libbpf: Extend BPF_KSYSCALL documentationIlya Leoshkevich2022-07-261-4/+11
* libbpf: Fix str_has_sfx()'s return valueDan Carpenter2022-07-211-3/+3
* libbpf: Fix sign expansion bug in btf_dump_get_enum_value()Dan Carpenter2022-07-211-1/+1
* libbpf: fix an snprintf() overflow checkDan Carpenter2022-07-191-1/+1
* libbpf: make RINGBUF map size adjustments more eagerlyAndrii Nakryiko2022-07-191-35/+42
* libbpf: fallback to tracefs mount point if debugfs is not mountedAndrii Nakryiko2022-07-191-21/+40
* libbpf: add ksyscall/kretsyscall sections support for syscall kprobesAndrii Nakryiko2022-07-194-9/+157
* libbpf: improve BPF_KPROBE_SYSCALL macro and rename it to BPF_KSYSCALLAndrii Nakryiko2022-07-192-13/+40
* libbpf: generalize virtual __kconfig externs and use it for USDTAndrii Nakryiko2022-07-192-45/+66
* libbpf: perfbuf: Add API to get the ring bufferJon Doron2022-07-153-0/+33
* libbpf: Fix the name of a reused mapAnquan Wu2022-07-131-2/+7
* libbpf: Error out when binary_path is NULL for uprobe and USDTHengqi Chen2022-07-131-6/+7
* bpf: Correctly propagate errors up from bpf_core_composites_matchDaniel Müller2022-07-081-1/+8