Age | Commit message (Expand) | Author | Files | Lines |
2020-06-13 | libbpf: Support pre-initializing .bss global variables | Andrii Nakryiko | 1 | -4/+0 |
2020-06-10 | libbpf: Handle GCC noreturn-turned-volatile quirk | Andrii Nakryiko | 1 | -9/+24 |
2020-06-10 | libbpf: Define __WORDSIZE if not available | Arnaldo Carvalho de Melo | 1 | -4/+3 |
2020-06-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 15 | -245/+1053 |
2020-06-02 | libbpf: Add support for bpf_link-based netns attachment | Jakub Sitnicki | 3 | -5/+21 |
2020-06-02 | libbpf: Add _GNU_SOURCE for reallocarray to ringbuf.c | Andrii Nakryiko | 1 | -0/+3 |
2020-06-02 | libbpf: Add SEC name for xdp programs attached to device map | David Ahern | 1 | -0/+2 |
2020-06-02 | libbpf: Add BPF ring buffer support | Andrii Nakryiko | 5 | -1/+317 |
2020-06-02 | libbpf: Fix perf_buffer__free() API for sparse allocs | Eelco Chaudron | 1 | -1/+4 |
2020-06-02 | libbpf: Use .so dynamic symbols for abi check | Yauheni Kaliuta | 1 | -2/+2 |
2020-06-02 | libbpf: Install headers as part of make install | Nikolay Borisov | 1 | -1/+1 |
2020-06-02 | libbpf: Add API to consume the perf ring buffer content | Eelco Chaudron | 3 | -0/+21 |
2020-05-28 | Merge tag 'v5.7-rc7' into perf/core, to pick up fixes | Ingo Molnar | 2 | -2/+4 |
2020-05-19 | bpf, libbpf: Enable get{peer, sock}name attach types | Daniel Borkmann | 1 | -0/+8 |
2020-05-16 | libbpf, hashmap: Fix signedness warnings | Ian Rogers | 1 | -3/+2 |
2020-05-16 | libbpf, hashmap: Remove unused #include | Ian Rogers | 1 | -1/+0 |
2020-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -2/+2 |
2020-05-14 | libbpf: Fix register naming in PT_REGS s390 macros | Sumanth Korikkar | 1 | -2/+2 |
2020-05-13 | bpf: Change btf_iter func proto prefix to "bpf_iter_" | Yonghong Song | 1 | -1/+1 |
2020-05-13 | libbpf: Fix probe code to return EPERM if encountered | Eelco Chaudron | 1 | -7/+29 |
2020-05-11 | bpf, libbpf: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 2 | -2/+2 |
2020-05-10 | tools/libpf: Add offsetof/container_of macro in bpf_helpers.h | Yonghong Song | 1 | -0/+14 |
2020-05-10 | tools/libbpf: Add bpf_iter support | Yonghong Song | 6 | -0/+91 |
2020-05-05 | libsymbols kallsyms: Move hex2u64 out of header | Ian Rogers | 2 | -15/+0 |
2020-05-05 | libsymbols kallsyms: Parse using io api | Ian Rogers | 2 | -45/+51 |
2020-05-05 | libperf evlist: Fix a refcount leak | Ian Rogers | 1 | -0/+1 |
2020-05-05 | libperf: Add NULL pointer check for cpu_map iteration and NULL assignment for... | He Zhe | 2 | -1/+2 |
2020-05-05 | libsubcmd: Introduce OPT_CALLBACK_SET() | Arnaldo Carvalho de Melo | 1 | -0/+2 |
2020-05-01 | libbpf: Add support for command BPF_ENABLE_STATS | Song Liu | 3 | -0/+12 |
2020-04-30 | libbpf: Fix false uninitialized variable warning | Andrii Nakryiko | 1 | -1/+1 |
2020-04-30 | libtraceevent: Remove unneeded semicolon | Zou Wei | 1 | -1/+1 |
2020-04-30 | tools api: Add a lightweight buffered reading api | Ian Rogers | 1 | -0/+112 |
2020-04-29 | libbpf: Fix huge memory leak in libbpf_find_vmlinux_btf_id() | Andrii Nakryiko | 1 | -1/+4 |
2020-04-29 | libbpf: Fix memory leak and possible double-free in hashmap__clear | Andrii Nakryiko | 1 | -0/+7 |
2020-04-29 | libbpf: Add BTF-defined map-in-map support | Andrii Nakryiko | 2 | -23/+259 |
2020-04-29 | libbpf: Refactor map creation logic and fix cleanup leak | Andrii Nakryiko | 1 | -105/+121 |
2020-04-29 | libbpf: Refactor BTF-defined map definition parsing logic | Andrii Nakryiko | 1 | -92/+103 |
2020-04-29 | libbpf: Add low-level APIs for new bpf_link commands | Andrii Nakryiko | 3 | -3/+26 |
2020-04-28 | libbpf: Remove unneeded semicolon in btf_dump_emit_type | Zou Wei | 1 | -1/+1 |
2020-04-27 | libbpf: Return err if bpf_object__load failed | Mao Wenan | 1 | -1/+1 |
2020-04-26 | bpf_helpers.h: Add note for building with vmlinux.h or linux/types.h | Yoshiki Komachi | 1 | -0/+6 |
2020-04-23 | libbpf: Only check mode flags in get_xdp_id | David Ahern | 1 | -0/+2 |
2020-04-22 | perf evlist: Remove duplicate headers | Jagadeesh Pagadala | 1 | -2/+0 |
2020-04-22 | Merge tag 'perf-core-for-mingo-5.8-20200420' of git://git.kernel.org/pub/scm/... | Ingo Molnar | 3 | -10/+48 |
2020-04-18 | tools lib traceevent: Take care of return value of asprintf | He Zhe | 1 | -10/+19 |
2020-04-16 | tools api fs: Make xxx__mountpoint() more scalable | Stephane Eranian | 2 | -0/+29 |
2020-04-15 | libbpf: Fix type of old_fd in bpf_xdp_set_link_opts | Toke Høiland-Jørgensen | 1 | -1/+1 |
2020-04-15 | libbpf: Always specify expected_attach_type on program load if supported | Andrii Nakryiko | 1 | -44/+82 |
2020-04-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 1 | -3/+3 |
2020-04-08 | libbpf: Fix bpf_get_link_xdp_id flags handling | Andrey Ignatov | 1 | -1/+1 |