Age | Commit message (Expand) | Author |
2019-06-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-06-06 | bpf, libbpf: enable recvmsg attach types | Daniel Borkmann |
2019-05-31 | libbpf: Return btf_fd for load_sk_storage_btf | Michal Rostecki |
2019-05-30 | libbpf: reduce unnecessary line wrapping | Andrii Nakryiko |
2019-05-30 | libbpf: typo and formatting fixes | Andrii Nakryiko |
2019-05-30 | libbpf: simplify two pieces of logic | Andrii Nakryiko |
2019-05-30 | libbpf: use negative fd to specify missing BTF | Andrii Nakryiko |
2019-05-30 | libbpf: fix error code returned on corrupted ELF | Andrii Nakryiko |
2019-05-30 | libbpf: check map name retrieved from ELF | Andrii Nakryiko |
2019-05-30 | libbpf: simplify endianness check | Andrii Nakryiko |
2019-05-30 | libbpf: preserve errno before calling into user callback | Andrii Nakryiko |
2019-05-30 | libbpf: fix detection of corrupted BPF instructions section | Andrii Nakryiko |
2019-05-29 | libbpf: prevent overwriting of log_level in bpf_object__load_progs() | Quentin Monnet |
2019-05-28 | libbpf: add bpf_object__load_xattr() API function to pass log_level | Quentin Monnet |
2019-05-28 | libbpf: fix warning that PTR_ERR_OR_ZERO can be used | Hariprasad Kelam |
2019-05-24 | libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attr | Jiong Wang |
2019-05-24 | libbpf: add btf_dump API for BTF-to-C conversion | Andrii Nakryiko |
2019-05-24 | libbpf: switch btf_dedup() to hashmap for dedup table | Andrii Nakryiko |
2019-05-24 | libbpf: add resizable non-thread safe internal hashmap | Andrii Nakryiko |
2019-05-24 | libbpf: add btf__parse_elf API to load .BTF and .BTF.ext | Andrii Nakryiko |
2019-05-24 | libbpf: ensure libbpf.h is included along libbpf_internal.h | Andrii Nakryiko |
2019-05-22 | libbpf: emit diff of mismatched public API, if any | Andrii Nakryiko |
2019-05-16 | libbpf: move logging helpers into libbpf_internal.h | Andrii Nakryiko |
2019-05-16 | libbpf: don't fail when feature probing fails | Stanislav Fomichev |
2019-05-13 | libbpf: detect supported kernel BTF features and sanitize BTF | Andrii Nakryiko |
2019-05-06 | libbpf: remove unnecessary cast-to-void | Björn Töpel |
2019-05-05 | libbpf: add libbpf_util.h to header install. | William Tu |
2019-05-05 | tools/bpf: fix perf build error with uClibc (seen on ARC) | Vineet Gupta |
2019-05-04 | libbpf: proper XSKMAP cleanup | Björn Töpel |
2019-05-04 | libbpf: fix invalid munmap call | Björn Töpel |
2019-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2019-04-27 | bpf: Support BPF_MAP_TYPE_SK_STORAGE in bpf map probing | Martin KaFai Lau |
2019-04-26 | tools: sync bpf.h | Matt Mullins |
2019-04-25 | libbpf: add binary to gitignore | Matteo Croce |
2019-04-25 | libbpf: fix samples/bpf build failure due to undefined UINT32_MAX | Daniel T. Lee |
2019-04-25 | bpf, libbpf: fix segfault in bpf_object__init_maps' pr_debug statement | Daniel Borkmann |
2019-04-25 | bpf, libbpf: handle old kernels more graceful wrt global data sections | Daniel Borkmann |
2019-04-19 | libbpf: fix BPF_LOG_BUF_SIZE off-by-one error | McCabe, Robert J |
2019-04-18 | libbpf: remove compile time warning from libbpf_util.h | Magnus Karlsson |
2019-04-16 | libbpf: optimize barrier for XDP socket rings | Magnus Karlsson |
2019-04-16 | libbpf: remove dependency on barrier.h in xsk.h | Magnus Karlsson |
2019-04-16 | libbpf: remove likely/unlikely in xsk.h | Magnus Karlsson |
2019-04-16 | libbpf: fix XDP socket ring buffer memory ordering | Magnus Karlsson |
2019-04-16 | libbpf: fix printf formatter for ptrdiff_t argument | Andrii Nakryiko |
2019-04-16 | btf: add support for VAR and DATASEC in btf_dedup() | Andrii Nakryiko |
2019-04-12 | libbpf: Support sysctl hook | Andrey Ignatov |
2019-04-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2019-04-11 | libbpf: add support for ctx_{size, }_{in, out} in BPF_PROG_TEST_RUN | Stanislav Fomichev |
2019-04-11 | libbpf: Fix build with gcc-8 | Andrey Ignatov |
2019-04-10 | libbpf: fix crash in XDP socket part with new larger BPF_LOG_BUF_SIZE | Magnus Karlsson |