summaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf
AgeCommit message (Expand)AuthorLines
2020-12-01libbpf: Fix ring_buffer__poll() to return number of consumed samplesAndrii Nakryiko-1/+1
2020-11-19libbpf: Fix VERSIONED_SYM_COUNT number parsingJiri Olsa-0/+2
2020-11-09libbpf: Don't attempt to load unused subprog as an entry-point BPF programAndrii Nakryiko-10/+13
2020-11-04libbpf: Fix possible use after free in xsk_socket__deleteMagnus Karlsson-2/+4
2020-11-04libbpf: Fix null dereference in xsk_socket__deleteMagnus Karlsson-1/+2
2020-11-02libbpf, hashmap: Fix undefined behavior in hash_bitsIan Rogers-6/+9
2020-10-22bpf, libbpf: Guard bpf inline asm from bpf_tail_call_staticDaniel Borkmann-0/+2
2020-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-60/+295
2020-10-07libbpf: Allow specifying both ELF and raw BTF for CO-RE BTF overrideAndrii Nakryiko-1/+1
2020-10-07libbpf: Support safe subset of load/store instruction resizing with CO-REAndrii Nakryiko-8/+136
2020-10-07libbpf: Skip CO-RE relocations for not loaded BPF programsAndrii Nakryiko-0/+5
2020-10-07libbpf: Fix compatibility problem in xsk_socket__createMagnus Karlsson-1/+6
2020-10-06bpf, libbpf: Use valid btf in bpf_program__set_attach_targetLuigi Rizzo-3/+2
2020-10-06libbpf: Check if pin_path was set even map fd existHangbin Liu-19/+18
2020-10-06libbpf: Close map fd if init map slots failedHangbin Liu-21/+34
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+1
2020-10-02bpf/libbpf: BTF support for typed ksymsHao Luo-13/+99
2020-09-30libbpf: Make btf_dump work with modifiable BTFAndrii Nakryiko-22/+65
2020-09-30bpf, libbpf: Add bpf_tail_call_static helper for bpf programsDaniel Borkmann-0/+46
2020-09-29libbpf: Compile in PIC mode only for shared library caseAndrii Nakryiko-2/+1
2020-09-29libbpf: Compile libbpf under -O2 level by default and catch extra warningsAndrii Nakryiko-1/+1
2020-09-29libbpf: Fix uninitialized variable in btf_parse_type_secAndrii Nakryiko-1/+1
2020-09-29libbpf: Add support for freplace attachment in bpf_link_createToke Høiland-Jørgensen-9/+60
2020-09-29libbpf: Support BTF loading and raw data output in both endiannessAndrii Nakryiko-64/+255
2020-09-28selftests/bpf: Test BTF writing APIsAndrii Nakryiko-4/+4
2020-09-28libbpf: Add btf__str_by_offset() as a more generic variant of name_by_offsetAndrii Nakryiko-1/+8
2020-09-28libbpf: Add BTF writing APIsAndrii Nakryiko-0/+838
2020-09-28libbpf: Add btf__new_empty() to create an empty BTF objectAndrii Nakryiko-0/+32
2020-09-28libbpf: Allow modification of BTF and add btf__add_str APIAndrii Nakryiko-8/+258
2020-09-28libbpf: Extract generic string hashing function for reuseAndrii Nakryiko-8/+13
2020-09-28libbpf: Generalize common logic for managing dynamically-sized arraysAndrii Nakryiko-21/+59
2020-09-28libbpf: Remove assumption of single contiguous memory for BTF dataAndrii Nakryiko-43/+60
2020-09-28libbpf: Refactor internals of BTF type indexAndrii Nakryiko-64/+75
2020-09-28libbpf: Support test run of raw tracepoint programsSong Liu-0/+63
2020-09-24libbpf: Fix XDP program load regression for old kernelsAndrii Nakryiko-1/+1
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-456/+952
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-2/+4
2020-09-21libbpf: Fix native endian assumption when parsing BTFTony Ambardar-0/+6
2020-09-15libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .rodata sectionYiFei Zhu-0/+94
2020-09-14libbpf: Fix a compilation error with xsk.c for ubuntu 16.04Yonghong Song-0/+1
2020-09-08tools/libbpf: Avoid counting local symbols in ABI checkTony Ambardar-0/+2
2020-09-04libbpf: Fix potential multiplication overflowAndrii Nakryiko-1/+1
2020-09-04libbpf: Fix another __u64 cast in printfAndrii Nakryiko-1/+1
2020-09-03libbpf: Deprecate notion of BPF program "title" in favor of "section name"Andrii Nakryiko-120/+101
2020-09-03libbpf: Add multi-prog section support for struct_opsAndrii Nakryiko-18/+8
2020-09-03libbpf: Implement generalized .BTF.ext func/line info adjustmentAndrii Nakryiko-84/+153
2020-09-03libbpf: Make RELO_CALL work for multi-prog sections and sub-program callsAndrii Nakryiko-138/+380
2020-09-03libbpf: Support CO-RE relocations for multi-prog sectionsAndrii Nakryiko-8/+74
2020-09-03libbpf: Parse multi-function sections into multiple BPF programsAndrii Nakryiko-107/+142
2020-09-03libbpf: Ensure ELF symbols table is found before further ELF processingAndrii Nakryiko-11/+29