Age | Commit message (Expand) | Author | Files | Lines |
2024-03-28 | bpf: improve error message for unsupported helper | Mykyta Yatsenko | 1 | -2/+4 |
2024-03-11 | libbpf: Add support for bpf_arena. | Alexei Starovoitov | 1 | -0/+7 |
2024-01-24 | libbpf: Wire up token_fd into feature probing logic | Andrii Nakryiko | 1 | -3/+8 |
2024-01-23 | libbpf: Find correct module BTFs for struct_ops maps and progs. | Kui-Feng Lee | 1 | -0/+1 |
2023-06-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+2 |
2023-06-05 | bpf: netfilter: Add BPF_NETFILTER bpf_attach_type | Florian Westphal | 1 | -0/+2 |
2023-05-26 | libbpf: Ensure libbpf always opens files with O_CLOEXEC | Andrii Nakryiko | 1 | -1/+1 |
2023-04-21 | tools: bpftool: print netfilter link info | Florian Westphal | 1 | -0/+1 |
2023-02-06 | libbpf: Correctly set the kernel code version in Debian kernel. | Hao Xiang | 1 | -0/+83 |
2022-11-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2022-11-17 | libbpf: Use page size as max_entries when probing ring buffer map | Hou Tao | 1 | -1/+1 |
2022-10-25 | libbpf: Support new cgroup local storage | Yonghong Song | 1 | -0/+1 |
2022-09-21 | bpf: Add libbpf logic for user-space ring buffer | David Vernet | 1 | -0/+1 |
2022-08-04 | libbpf: Initialize err in probe_map_create | Florian Fainelli | 1 | -1/+1 |
2022-06-28 | libbpf: remove deprecated probing APIs | Andrii Nakryiko | 1 | -120/+5 |
2021-12-28 | libbpf: Improve LINUX_VERSION_CODE detection | Andrii Nakryiko | 1 | -16/+0 |
2021-12-17 | libbpf: Rework feature-probing APIs | Andrii Nakryiko | 1 | -50/+185 |
2021-12-10 | libbpf: Add OPTS-based bpf_btf_load() API | Andrii Nakryiko | 1 | -1/+1 |
2021-11-25 | libbpf: Use bpf_map_create() consistently internally | Andrii Nakryiko | 1 | -15/+15 |
2021-11-07 | libbpf: Remove internal use of deprecated bpf_prog_load() variants | Andrii Nakryiko | 1 | -11/+9 |
2021-10-28 | libbpf: Use O_CLOEXEC uniformly when opening fds | Kumar Kartikeya Dwivedi | 1 | -1/+1 |
2021-08-07 | libbpf: Fix probe for BPF_PROG_TYPE_CGROUP_SOCKOPT | Robin Gögge | 1 | -1/+3 |
2020-11-06 | libbpf: Add support for task local storage | KP Singh | 1 | -0/+1 |
2020-08-25 | bpf: Implement bpf_local_storage for inodes | KP Singh | 1 | -2/+3 |
2020-08-18 | libbpf: Centralize poisoning and poison reallocarray() | Andrii Nakryiko | 1 | -3/+0 |
2020-07-17 | libbpf: Add support for SK_LOOKUP program type | Jakub Sitnicki | 1 | -0/+3 |
2020-06-01 | libbpf: Add BPF ring buffer support | Andrii Nakryiko | 1 | -0/+5 |
2020-03-30 | bpf: Introduce BPF_PROG_TYPE_LSM | KP Singh | 1 | -0/+1 |
2020-01-22 | libbpf: Add support for program extensions | Alexei Starovoitov | 1 | -0/+1 |
2020-01-10 | libbpf: Poison kernel-only integer types | Andrii Nakryiko | 1 | -0/+3 |
2020-01-09 | bpf: libbpf: Add STRUCT_OPS support | Martin KaFai Lau | 1 | -0/+2 |
2020-01-08 | libbpf: Add probe for large INSN limit | Michal Rostecki | 1 | -0/+21 |
2019-10-31 | libbpf: Add support for prog_tracing | Alexei Starovoitov | 1 | -0/+1 |
2019-07-29 | tools/libbpf_probes: Add new devmap_hash type | Toke Høiland-Jørgensen | 1 | -0/+1 |
2019-06-27 | libbpf: support sockopt hooks | Stanislav Fomichev | 1 | -0/+1 |
2019-05-31 | libbpf: Return btf_fd for load_sk_storage_btf | Michal Rostecki | 1 | -9/+4 |
2019-05-13 | libbpf: detect supported kernel BTF features and sanitize BTF | Andrii Nakryiko | 1 | -32/+41 |
2019-04-27 | bpf: Support BPF_MAP_TYPE_SK_STORAGE in bpf map probing | Martin KaFai Lau | 1 | -1/+73 |
2019-04-26 | tools: sync bpf.h | Matt Mullins | 1 | -0/+1 |
2019-04-12 | libbpf: Support sysctl hook | Andrey Ignatov | 1 | -0/+1 |
2019-01-22 | tools: bpftool: add probes for eBPF helper functions | Quentin Monnet | 1 | -0/+63 |
2019-01-22 | tools: bpftool: add probes for eBPF map types | Quentin Monnet | 1 | -0/+84 |
2019-01-22 | tools: bpftool: add probes for eBPF program types | Quentin Monnet | 1 | -0/+95 |