Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libbpf: Streamline error reporting for high-level APIs | Andrii Nakryiko | 2021-05-26 | 1 | -13/+13 |
* | libbpf: Fix signed overflow in ringbuf_process_ring | Brendan Jackman | 2021-05-03 | 1 | -9/+21 |
* | libbpf: Fix bail out from 'ringbuf_process_ring()' on error | Pedro Tammela | 2021-03-26 | 1 | -1/+1 |
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2020-12-15 | 1 | -0/+6 |
|\ | |||||
| * | libbpf: Expose libbpf ring_buffer epoll_fd | Brendan Jackman | 2020-12-14 | 1 | -0/+6 |
* | | libbpf: Fix ring_buffer__poll() to return number of consumed samples | Andrii Nakryiko | 2020-12-02 | 1 | -1/+1 |
|/ | |||||
* | libbpf: Centralize poisoning and poison reallocarray() | Andrii Nakryiko | 2020-08-19 | 1 | -3/+0 |
* | libbpf: Remove any use of reallocarray() in libbpf | Andrii Nakryiko | 2020-08-19 | 1 | -3/+2 |
* | libbpf: Add _GNU_SOURCE for reallocarray to ringbuf.c | Andrii Nakryiko | 2020-06-02 | 1 | -0/+3 |
* | libbpf: Add BPF ring buffer support | Andrii Nakryiko | 2020-06-01 | 1 | -0/+285 |