summaryrefslogtreecommitdiffstats
path: root/tools/lib
AgeCommit message (Expand)Author
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-09-15libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .rodata sectionYiFei Zhu
2020-09-14libbpf: Fix a compilation error with xsk.c for ubuntu 16.04Yonghong Song
2020-09-08tools/libbpf: Avoid counting local symbols in ABI checkTony Ambardar
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-04libbpf: Fix potential multiplication overflowAndrii Nakryiko
2020-09-04libbpf: Fix another __u64 cast in printfAndrii Nakryiko
2020-09-03libbpf: Deprecate notion of BPF program "title" in favor of "section name"Andrii Nakryiko
2020-09-03libbpf: Add multi-prog section support for struct_opsAndrii Nakryiko
2020-09-03libbpf: Implement generalized .BTF.ext func/line info adjustmentAndrii Nakryiko
2020-09-03libbpf: Make RELO_CALL work for multi-prog sections and sub-program callsAndrii Nakryiko
2020-09-03libbpf: Support CO-RE relocations for multi-prog sectionsAndrii Nakryiko
2020-09-03libbpf: Parse multi-function sections into multiple BPF programsAndrii Nakryiko
2020-09-03libbpf: Ensure ELF symbols table is found before further ELF processingAndrii Nakryiko
2020-09-03libtraceevent: Fix build warning on 32-bit archesTzvetomir Stoyanov (VMware)
2020-09-03libbpf: Remove arch-specific include path in MakefileNaveen N. Rao
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-08-31libbpf: Support shared umems between queues and devicesMagnus Karlsson
2020-08-31libbpf: Fix build failure from uninitialized variable warningTony Ambardar
2020-08-28libbpf: Support sleepable progsAlexei Starovoitov
2020-08-28tools, bpf/build: Cleanup feature files on make cleanJesper Dangaard Brouer
2020-08-26libbpf: Fix compilation warnings for 64-bit printf argsAndrii Nakryiko
2020-08-26libbpf: Fix unintentional success return code in bpf_object__loadAlex Gartrell
2020-08-25bpf: Implement bpf_local_storage for inodesKP Singh
2020-08-24libbpf: Fix type compatibility check copy-paste errorAndrii Nakryiko
2020-08-24libbpf: Avoid false unuinitialized variable warning in bpf_core_apply_reloAndrii Nakryiko
2020-08-21libbpf: Normalize and improve logging across few functionsAndrii Nakryiko
2020-08-21libbpf: Skip well-known ELF sections when iterating ELFAndrii Nakryiko
2020-08-21libbpf: Add __noinline macro to bpf_helpers.hAndrii Nakryiko
2020-08-21libbpf: Factor out common ELF operations and improve loggingAndrii Nakryiko
2020-08-21libbpf: Add perf_buffer APIs for better integration with outside epoll loopAndrii Nakryiko
2020-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-08-20libbpf: Fix libbpf build on compilers missing __builtin_mul_overflowAndrii Nakryiko
2020-08-20libbpf: Fix detection of BPF helper call instructionAndrii Nakryiko
2020-08-20libbpf: Fix map index used in error messageToke Høiland-Jørgensen
2020-08-20bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov
2020-08-20libbpf: Simplify the return expression of build_map_pin_path()Xu Wang
2020-08-19libbpf: Implement enum value-based CO-RE relocationsAndrii Nakryiko
2020-08-19libbpf: Implement type-based CO-RE relocations supportAndrii Nakryiko
2020-08-18tools: Remove feature-libelf-mmap feature detectionAndrii Nakryiko
2020-08-18libbpf: Centralize poisoning and poison reallocarray()Andrii Nakryiko
2020-08-18tools/bpftool: Remove libbpf_internal.h usage in bpftoolAndrii Nakryiko
2020-08-18libbpf: Remove any use of reallocarray() in libbpfAndrii Nakryiko
2020-08-18libbpf: Improve relocation ambiguity detectionAndrii Nakryiko
2020-08-18libbpf: Clean up and improve CO-RE reloc loggingAndrii Nakryiko
2020-08-18libbpf: Improve error logging for mismatched BTF kind casesAndrii Nakryiko
2020-08-18libbpf: Detect minimal BTF support and skip BTF loading, if missingAndrii Nakryiko
2020-08-18libbpf: Switch tracing and CO-RE helper macros to bpf_probe_read_kernel()Andrii Nakryiko