summaryrefslogtreecommitdiff
path: root/kernel/bpf/preload
AgeCommit message (Expand)AuthorFilesLines
2021-03-20bpf: Fix umd memory leak in copy_process()Zqiang1-4/+15
2021-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2021-01-27bpf, preload: Fix build when $(O) points to a relative pathQuentin Monnet1-1/+4
2021-01-09bpf: Remove unnecessary <argp.h> include from preload/iteratorsLeah Neukirchen1-1/+1
2020-11-06bpf: BPF_PRELOAD depends on BPF_SYSCALLRandy Dunlap1-0/+1
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-26bpf: 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