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