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