Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libbpf: Prepare light skeleton for the kernel. | Alexei Starovoitov | 2022-02-10 | 1 | -18/+167 |
* | libbpf: Open code raw_tp_open and link_create commands. | Alexei Starovoitov | 2022-02-01 | 1 | -0/+26 |
* | libbpf: Open code low level bpf commands. | Alexei Starovoitov | 2022-02-01 | 1 | -2/+42 |
* | bpf, mips: Fix build errors about __NR_bpf undeclared | Tiezhu Yang | 2021-11-26 | 1 | -0/+10 |
* | libbpf: Use bpf_map_create() consistently internally | Andrii Nakryiko | 2021-11-25 | 1 | -2/+1 |
* | libbpf: Fix skel_internal.h to set errno on loader retval < 0 | Kumar Kartikeya Dwivedi | 2021-09-30 | 1 | -2/+4 |
* | bpf: Add cmd alias BPF_PROG_RUN | Alexei Starovoitov | 2021-05-19 | 1 | -1/+1 |
* | libbpf: Generate loader program out of BPF ELF file. | Alexei Starovoitov | 2021-05-19 | 1 | -0/+123 |