summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/libbpf.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-14libbpf: Support modules in bpf_program__set_attach_target() APIAndrii Nakryiko1-24/+40
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-117/+410
2020-12-03libbpf: Support attachment of BPF tracing programs to kernel modulesAndrii Nakryiko1-31/+107
2020-12-03libbpf: Factor out low-level BPF program loading helperAndrii Nakryiko1-18/+16
2020-12-03libbpf: Add kernel module BTF support for CO-RE relocationsAndrii Nakryiko1-10/+169
2020-12-03libbpf: Refactor CO-RE relocs to not assume a single BTF objectAndrii Nakryiko1-76/+111
2020-12-03libbpf: Sanitise map names before pinningToke Høiland-Jørgensen1-0/+12
2020-12-03libbpf: Fail early when loading programs with unspecified typeAndrei Matei1-1/+14
2020-11-09libbpf: Don't attempt to load unused subprog as an entry-point BPF programAndrii Nakryiko1-10/+13
2020-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-59/+289
2020-10-07libbpf: Allow specifying both ELF and raw BTF for CO-RE BTF overrideAndrii Nakryiko1-1/+1
2020-10-07libbpf: Support safe subset of load/store instruction resizing with CO-REAndrii Nakryiko1-8/+136
2020-10-07libbpf: Skip CO-RE relocations for not loaded BPF programsAndrii Nakryiko1-0/+5
2020-10-06bpf, libbpf: Use valid btf in bpf_program__set_attach_targetLuigi Rizzo1-3/+2
2020-10-06libbpf: Check if pin_path was set even map fd existHangbin Liu1-19/+18
2020-10-06libbpf: Close map fd if init map slots failedHangbin Liu1-21/+34
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-10-02bpf/libbpf: BTF support for typed ksymsHao Luo1-13/+99
2020-09-29libbpf: Add support for freplace attachment in bpf_link_createToke Høiland-Jørgensen1-5/+39
2020-09-24libbpf: Fix XDP program load regression for old kernelsAndrii Nakryiko1-1/+1
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-446/+910
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-09-15libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .rodata sectionYiFei Zhu1-0/+69
2020-09-04libbpf: Fix potential multiplication overflowAndrii Nakryiko1-1/+1
2020-09-04libbpf: Fix another __u64 cast in printfAndrii Nakryiko1-1/+1
2020-09-03libbpf: Deprecate notion of BPF program "title" in favor of "section name"Andrii Nakryiko1-118/+97
2020-09-03libbpf: Add multi-prog section support for struct_opsAndrii Nakryiko1-18/+8
2020-09-03libbpf: Implement generalized .BTF.ext func/line info adjustmentAndrii Nakryiko1-76/+141
2020-09-03libbpf: Make RELO_CALL work for multi-prog sections and sub-program callsAndrii Nakryiko1-138/+380
2020-09-03libbpf: Support CO-RE relocations for multi-prog sectionsAndrii Nakryiko1-8/+74
2020-09-03libbpf: Parse multi-function sections into multiple BPF programsAndrii Nakryiko1-107/+142
2020-09-03libbpf: Ensure ELF symbols table is found before further ELF processingAndrii Nakryiko1-11/+29
2020-08-31libbpf: Fix build failure from uninitialized variable warningTony Ambardar1-1/+1
2020-08-28libbpf: Support sleepable progsAlexei Starovoitov1-1/+24
2020-08-26libbpf: Fix compilation warnings for 64-bit printf argsAndrii Nakryiko1-3/+5
2020-08-26libbpf: Fix unintentional success return code in bpf_object__loadAlex Gartrell1-1/+1
2020-08-24libbpf: Fix type compatibility check copy-paste errorAndrii Nakryiko1-1/+1
2020-08-24libbpf: Avoid false unuinitialized variable warning in bpf_core_apply_reloAndrii Nakryiko1-1/+1
2020-08-21libbpf: Normalize and improve logging across few functionsAndrii Nakryiko1-50/+67
2020-08-21libbpf: Skip well-known ELF sections when iterating ELFAndrii Nakryiko1-6/+49
2020-08-21libbpf: Factor out common ELF operations and improve loggingAndrii Nakryiko1-161/+206
2020-08-21libbpf: Add perf_buffer APIs for better integration with outside epoll loopAndrii Nakryiko1-1/+55
2020-08-20libbpf: Fix detection of BPF helper call instructionAndrii Nakryiko1-6/+4
2020-08-20libbpf: Fix map index used in error messageToke Høiland-Jørgensen1-1/+1
2020-08-20libbpf: Simplify the return expression of build_map_pin_path()Xu Wang1-6/+2
2020-08-19libbpf: Implement enum value-based CO-RE relocationsAndrii Nakryiko1-5/+140
2020-08-19libbpf: Implement type-based CO-RE relocations supportAndrii Nakryiko1-23/+208
2020-08-18tools: Remove feature-libelf-mmap feature detectionAndrii Nakryiko1-8/+6
2020-08-18libbpf: Centralize poisoning and poison reallocarray()Andrii Nakryiko1-3/+0
2020-08-18libbpf: Remove any use of reallocarray() in libbpfAndrii Nakryiko1-11/+10