| Commit message (Expand) | Author | Age | Files | Lines |
* | libbpf: Add bpf_object__token_fd accessor | Ihor Solodrai | 2024-09-13 | 1 | -0/+5 |
* | libbpf: Fix uretprobe.multi.s programs auto attachment | Jiri Olsa | 2024-09-10 | 1 | -1/+1 |
* | libbpf: Workaround (another) -Wmaybe-uninitialized false positive | Sam James | 2024-09-06 | 1 | -2/+2 |
* | libbpf: fix some typos in libbpf | Lin Yikai | 2024-09-05 | 1 | -1/+1 |
* | libbpf: Fix bpf_object__open_skeleton()'s mishandling of options | Andrii Nakryiko | 2024-08-29 | 1 | -33/+19 |
* | libbpf: Don't take direct pointers into BTF data from st_ops | David Vernet | 2024-07-30 | 1 | -10/+13 |
* | libbpf: improve old BPF skeleton handling for map auto-attach | Andrii Nakryiko | 2024-07-10 | 1 | -12/+14 |
* | libbpf: fix BPF skeleton forward/backward compat handling | Andrii Nakryiko | 2024-07-10 | 1 | -20/+27 |
* | libbpf: Add NULL checks to bpf_object__{prev_map,next_map} | Andreas Ziegler | 2024-07-08 | 1 | -2/+2 |
* | libbpf: Auto-attach struct_ops BPF maps in BPF skeleton | Mykyta Yatsenko | 2024-06-06 | 1 | -3/+61 |
* | libbpf: Configure log verbosity with env variable | Mykyta Yatsenko | 2024-05-29 | 1 | -1/+24 |
* | libbpf: improve early detection of doomed-to-fail BPF program loading | Andrii Nakryiko | 2024-05-08 | 1 | -1/+14 |
* | libbpf: handle yet another corner case of nulling out struct_ops program | Andrii Nakryiko | 2024-05-08 | 1 | -1/+9 |
* | libbpf: remove unnecessary struct_ops prog validity check | Andrii Nakryiko | 2024-05-08 | 1 | -10/+3 |
* | libbpf: Fix error message in attach_kprobe_multi | Jiri Olsa | 2024-05-02 | 1 | -1/+1 |
* | libbpf: Fix error message in attach_kprobe_session | Jiri Olsa | 2024-05-02 | 1 | -1/+1 |
* | libbpf: better fix for handling nulled-out struct_ops program | Andrii Nakryiko | 2024-05-01 | 1 | -11/+26 |
* | libbpf: support "module: Function" syntax for tracing programs | Viktor Malik | 2024-05-01 | 1 | -9/+26 |
* | libbpf: Add kprobe session attach type name to attach_type_name | Jiri Olsa | 2024-04-30 | 1 | -0/+1 |
* | libbpf: Add support for kprobe session attach | Jiri Olsa | 2024-04-30 | 1 | -2/+37 |
* | libbpf: handle nulled-out program in struct_ops correctly | Andrii Nakryiko | 2024-04-30 | 1 | -0/+1 |
* | libbpf: Add bpf_link support for BPF_PROG_TYPE_SOCKMAP | Yonghong Song | 2024-04-11 | 1 | -0/+7 |
* | libbpf: Handle <orig_name>.llvm.<hash> symbol properly | Yonghong Song | 2024-03-29 | 1 | -1/+20 |
* | libbpf: Mark libbpf_kallsyms_parse static function | Yonghong Song | 2024-03-29 | 1 | -1/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2024-03-29 | 1 | -3/+7 |
|\ |
|
| * | libbpf: Define MFD_CLOEXEC if not available | Arnaldo Carvalho de Melo | 2024-03-21 | 1 | -0/+4 |
| * | libbpf: fix u64-to-pointer cast on 32-bit arches | Andrii Nakryiko | 2024-03-20 | 1 | -2/+2 |
| * | libbpf, selftests/bpf: Adjust libbpf, bpftool, selftests to match LLVM | Alexei Starovoitov | 2024-03-15 | 1 | -1/+1 |
* | | libbpf: Add new sec_def "sk_skb/verdict" | Yonghong Song | 2024-03-22 | 1 | -0/+1 |
* | | libbpf: add support for BPF cookie for raw_tp/tp_btf programs | Andrii Nakryiko | 2024-03-20 | 1 | -3/+17 |
* | | libbpbpf: Check bpf_map/bpf_program fd validity | Mykyta Yatsenko | 2024-03-18 | 1 | -7/+52 |
* | | libbpf: Skip zeroed or null fields if not found in the kernel type. | Kui-Feng Lee | 2024-03-14 | 1 | -5/+19 |
* | | libbpf: Prevent null-pointer dereference when prog to load has no BTF | Quentin Monnet | 2024-03-14 | 1 | -4/+3 |
|/ |
|
* | libbpf: Recognize __arena global variables. | Andrii Nakryiko | 2024-03-11 | 1 | -12/+106 |
* | libbpf: Add support for bpf_arena. | Alexei Starovoitov | 2024-03-11 | 1 | -8/+39 |
* | libbpf: Allow specifying 64-bit integers in map BTF. | Alexei Starovoitov | 2024-03-07 | 1 | -2/+42 |
* | libbpf: Rewrite btf datasec names starting from '?' | Eduard Zingerman | 2024-03-07 | 1 | -2/+17 |
* | libbpf: Struct_ops in SEC("?.struct_ops") / SEC("?.struct_ops.link") | Eduard Zingerman | 2024-03-07 | 1 | -1/+14 |
* | libbpf: Replace elf_state->st_ops_* fields with SEC_ST_OPS sec_type | Eduard Zingerman | 2024-03-07 | 1 | -29/+32 |
* | libbpf: Sync progs autoload with maps autocreate for struct_ops maps | Eduard Zingerman | 2024-03-07 | 1 | -0/+43 |
* | libbpf: Honor autocreate flag for struct_ops maps | Eduard Zingerman | 2024-03-07 | 1 | -3/+15 |
* | libbpf: Tie struct_ops programs to kernel BTF ids, not to local ids | Eduard Zingerman | 2024-03-07 | 1 | -23/+26 |
* | libbpf: Allow version suffixes (___smth) for struct_ops types | Eduard Zingerman | 2024-03-07 | 1 | -1/+5 |
* | libbpf: Convert st_ops->data to shadow type. | Kui-Feng Lee | 2024-02-29 | 1 | -2/+38 |
* | libbpf: Set btf_value_type_id of struct bpf_map for struct_ops. | Kui-Feng Lee | 2024-02-29 | 1 | -0/+5 |
* | libbpf: fix return value for PERF_EVENT __arg_ctx type fix up check | Andrii Nakryiko | 2024-02-06 | 1 | -3/+3 |
* | libbpf: Call memfd_create() syscall directly | Andrii Nakryiko | 2024-02-01 | 1 | -1/+10 |
* | libbpf: Remove unnecessary null check in kernel_supports() | Eduard Zingerman | 2024-02-01 | 1 | -1/+1 |
* | libbpf: fix __arg_ctx type enforcement for perf_event programs | Andrii Nakryiko | 2024-01-29 | 1 | -1/+20 |
* | libbpf: integrate __arg_ctx feature detector into kernel_supports() | Andrii Nakryiko | 2024-01-29 | 1 | -64/+1 |