Age | Commit message (Expand) | Author |
2021-03-08 | libbpf: Fix INSTALL flag order | Georgi Valkov |
2021-03-04 | libbpf: Clear map_info before each bpf_obj_get_info_by_fd | Maciej Fijalkowski |
2021-02-12 | libbpf: Ignore non function pointer member in struct_ops | Martin KaFai Lau |
2021-02-12 | libbpf: Use AF_LOCAL instead of AF_INET in xsk.c | Stanislav Fomichev |
2021-02-04 | libbpf: Stop using feature-detection Makefiles | Andrii Nakryiko |
2021-01-25 | libbpf, xsk: Select AF_XDP BPF program based on kernel version | Björn Töpel |
2021-01-21 | libbpf: Use string table index from index table if needed | Jiri Olsa |
2021-01-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-01-13 | bpf, libbpf: Avoid unused function warning on bpf_tail_call_static | Ian Rogers |
2021-01-12 | libbpf: Support kernel module ksym externs | Andrii Nakryiko |
2021-01-12 | libbpf: Allow loading empty BTFs | Andrii Nakryiko |
2021-01-08 | libbpf: Clarify kernel type use with USER variants of CORE reading macros | Andrii Nakryiko |
2021-01-08 | libbpf: Add non-CO-RE variants of BPF_CORE_READ() macro family | Andrii Nakryiko |
2021-01-08 | libbpf: Add user-space variants of BPF_CORE_READ() family of macros | Andrii Nakryiko |
2020-12-14 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2020-12-14 | libbpf: Expose libbpf ring_buffer epoll_fd | Brendan Jackman |
2020-12-14 | libbpf: Support modules in bpf_program__set_attach_target() API | Andrii Nakryiko |
2020-12-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2020-12-04 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2020-12-03 | libbpf: Use memcpy instead of strncpy to please GCC | Andrii Nakryiko |
2020-12-03 | libbpf: Support attachment of BPF tracing programs to kernel modules | Andrii Nakryiko |
2020-12-03 | libbpf: Factor out low-level BPF program loading helper | Andrii Nakryiko |
2020-12-03 | libbpf: Add kernel module BTF support for CO-RE relocations | Andrii Nakryiko |
2020-12-03 | libbpf: Refactor CO-RE relocs to not assume a single BTF object | Andrii Nakryiko |
2020-12-03 | libbpf: Add internal helper to load BTF data by FD | Andrii Nakryiko |
2020-12-03 | libbpf: Cap retries in sys_bpf_prog_load | Stanislav Fomichev |
2020-12-03 | libbpf: Sanitise map names before pinning | Toke Høiland-Jørgensen |
2020-12-03 | libbpf: Fail early when loading programs with unspecified type | Andrei Matei |
2020-12-03 | libbpf: Separate XDP program load with xsk socket creation | Mariusz Dudek |
2020-12-03 | libbpf: Add base BTF accessor | Andrii Nakryiko |
2020-12-01 | libbpf: Fix ring_buffer__poll() to return number of consumed samples | Andrii Nakryiko |
2020-11-27 | libbpf: Replace size_t with __u32 in xsk interfaces | Magnus Karlsson |
2020-11-25 | libbpf: Add support for canceling cached_cons advance | Li RongQing |
2020-11-19 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2020-11-19 | libbpf: Fix VERSIONED_SYM_COUNT number parsing | Jiri Olsa |
2020-11-16 | libbpf: bpf__find_by_name[_kind] should use btf__get_nr_types() | Alan Maguire |
2020-11-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |
2020-11-09 | libbpf: Don't attempt to load unused subprog as an entry-point BPF program | Andrii Nakryiko |
2020-11-06 | libbpf: Add support for task local storage | KP Singh |
2020-11-05 | libbpf: Accomodate DWARF/compiler bug with duplicated identical arrays | Andrii Nakryiko |
2020-11-05 | libbpf: Support BTF dedup of split BTFs | Andrii Nakryiko |
2020-11-05 | libbpf: Fix BTF data layout checks and allow empty BTF | Andrii Nakryiko |
2020-11-05 | libbpf: Implement basic split BTF support | Andrii Nakryiko |
2020-11-05 | libbpf: Unify and speed up BTF string deduplication | Andrii Nakryiko |
2020-11-05 | libbpf: Factor out common operations in BTF writing APIs | Andrii Nakryiko |
2020-11-04 | libbpf: Fix possible use after free in xsk_socket__delete | Magnus Karlsson |
2020-11-04 | libbpf: Fix null dereference in xsk_socket__delete | Magnus Karlsson |
2020-11-02 | libbpf, hashmap: Fix undefined behavior in hash_bits | Ian Rogers |
2020-10-22 | bpf, libbpf: Guard bpf inline asm from bpf_tail_call_static | Daniel Borkmann |
2020-10-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski |