summaryrefslogtreecommitdiff
path: root/kernel/bpf/preload
AgeCommit message (Expand)Author
2021-05-26libbpf: Move BPF_SEQ_PRINTF and BPF_SNPRINTF to bpf_helpers.hFlorent Revest
2021-03-19bpf: Fix umd memory leak in copy_process()Zqiang
2021-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-26bpf, preload: Fix build when $(O) points to a relative pathQuentin Monnet
2021-01-08bpf: Remove unnecessary <argp.h> include from preload/iteratorsLeah Neukirchen
2020-11-05bpf: BPF_PRELOAD depends on BPF_SYSCALLRandy Dunlap
2020-09-29bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attachToke Høiland-Jørgensen
2020-09-29bpf/preload: Make sure Makefile cleans up after itself, and add .gitignoreToke Høiland-Jørgensen
2020-08-25bpf: Disallow BPF_PRELOAD in allmodconfig buildsAlexei Starovoitov
2020-08-20bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov
2020-08-20bpf: Add BPF program and map iterators as built-in BPF programs.Alexei Starovoitov