Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpf: Fix umd memory leak in copy_process() | Zqiang | 2021-03-19 | 1 | -4/+15 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-02-02 | 1 | -1/+4 |
|\ | |||||
| * | bpf, preload: Fix build when $(O) points to a relative path | Quentin Monnet | 2021-01-26 | 1 | -1/+4 |
* | | bpf: Remove unnecessary <argp.h> include from preload/iterators | Leah Neukirchen | 2021-01-08 | 1 | -1/+1 |
|/ | |||||
* | bpf: BPF_PRELOAD depends on BPF_SYSCALL | Randy Dunlap | 2020-11-05 | 1 | -0/+1 |
* | bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attach | Toke Høiland-Jørgensen | 2020-09-29 | 2 | -223/+225 |
* | bpf/preload: Make sure Makefile cleans up after itself, and add .gitignore | Toke Høiland-Jørgensen | 2020-09-29 | 2 | -0/+6 |
* | bpf: Disallow BPF_PRELOAD in allmodconfig builds | Alexei Starovoitov | 2020-08-25 | 1 | -0/+3 |
* | bpf: Add kernel module with user mode driver that populates bpffs. | Alexei Starovoitov | 2020-08-20 | 7 | -0/+267 |
* | bpf: Add BPF program and map iterators as built-in BPF programs. | Alexei Starovoitov | 2020-08-20 | 5 | -0/+587 |