aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/preload (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-29bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attachToke Høiland-Jørgensen2-223/+225
2020-09-29bpf/preload: Make sure Makefile cleans up after itself, and add .gitignoreToke Høiland-Jørgensen2-0/+6
2020-08-25bpf: Disallow BPF_PRELOAD in allmodconfig buildsAlexei Starovoitov1-0/+3
2020-08-20bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov7-0/+267
2020-08-20bpf: Add BPF program and map iterators as built-in BPF programs.Alexei Starovoitov5-0/+587