summaryrefslogtreecommitdiff
path: root/tools/lib/bpf
AgeCommit message (Expand)Author
2020-10-22bpf, libbpf: Guard bpf inline asm from bpf_tail_call_staticDaniel Borkmann
2020-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-10-07libbpf: Allow specifying both ELF and raw BTF for CO-RE BTF overrideAndrii Nakryiko
2020-10-07libbpf: Support safe subset of load/store instruction resizing with CO-REAndrii Nakryiko
2020-10-07libbpf: Skip CO-RE relocations for not loaded BPF programsAndrii Nakryiko
2020-10-07libbpf: Fix compatibility problem in xsk_socket__createMagnus Karlsson
2020-10-06bpf, libbpf: Use valid btf in bpf_program__set_attach_targetLuigi Rizzo
2020-10-06libbpf: Check if pin_path was set even map fd existHangbin Liu
2020-10-06libbpf: Close map fd if init map slots failedHangbin Liu
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-10-02bpf/libbpf: BTF support for typed ksymsHao Luo
2020-09-30libbpf: Make btf_dump work with modifiable BTFAndrii Nakryiko
2020-09-30bpf, libbpf: Add bpf_tail_call_static helper for bpf programsDaniel Borkmann
2020-09-29libbpf: Compile in PIC mode only for shared library caseAndrii Nakryiko
2020-09-29libbpf: Compile libbpf under -O2 level by default and catch extra warningsAndrii Nakryiko
2020-09-29libbpf: Fix uninitialized variable in btf_parse_type_secAndrii Nakryiko
2020-09-29libbpf: Add support for freplace attachment in bpf_link_createToke Høiland-Jørgensen
2020-09-29libbpf: Support BTF loading and raw data output in both endiannessAndrii Nakryiko
2020-09-28selftests/bpf: Test BTF writing APIsAndrii Nakryiko
2020-09-28libbpf: Add btf__str_by_offset() as a more generic variant of name_by_offsetAndrii Nakryiko
2020-09-28libbpf: Add BTF writing APIsAndrii Nakryiko
2020-09-28libbpf: Add btf__new_empty() to create an empty BTF objectAndrii Nakryiko
2020-09-28libbpf: Allow modification of BTF and add btf__add_str APIAndrii Nakryiko
2020-09-28libbpf: Extract generic string hashing function for reuseAndrii Nakryiko
2020-09-28libbpf: Generalize common logic for managing dynamically-sized arraysAndrii Nakryiko
2020-09-28libbpf: Remove assumption of single contiguous memory for BTF dataAndrii Nakryiko
2020-09-28libbpf: Refactor internals of BTF type indexAndrii Nakryiko
2020-09-28libbpf: Support test run of raw tracepoint programsSong Liu
2020-09-24libbpf: Fix XDP program load regression for old kernelsAndrii Nakryiko
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-21libbpf: Fix native endian assumption when parsing BTFTony Ambardar
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-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-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