aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/bpf/preload
AgeCommit message (Expand)Author
6 daysmaster: sync with upstream 6.6Bruce Ashfield
2023-05-31bpf: Replace all non-returning strlcpy with strscpyAzeem Shaikh
2023-01-28bpf: iterators: Split iterators.lskel.h into little- and big- endian versionsIlya Leoshkevich
2022-07-15bpf: iterators: Build and use lightweight bootstrap version of bpftoolPu Lehui
2022-03-07bpf: Remove redundant slashYuntao Wang
2022-02-25bpf: Fix issue with bpf preload module taking over stdout/stdin of kernel.Yucong Sun
2022-02-10bpf: Convert bpf_preload.ko to use light skeleton.Alexei Starovoitov
2022-02-10bpf: Update iterators.lskel.h.Alexei Starovoitov
2022-02-01bpf: Drop libbpf, libelf, libz dependency from bpf preload.Alexei Starovoitov
2022-02-01bpf: Open code obj_get_info_by_fd in bpf preload.Alexei Starovoitov
2022-02-01bpf: Convert bpf preload to light skeleton.Alexei Starovoitov
2022-02-01bpf: Remove unnecessary setrlimit from bpf preload.Alexei Starovoitov
2021-10-20bpf/preload: Clean up .gitignore and "clean-files" targetQuentin Monnet
2021-10-08bpftool: Add install-bin target to install binary onlyQuentin Monnet
2021-10-08bpf: iterators: Install libbpf headers when buildingQuentin Monnet
2021-10-08bpf: preload: Install libbpf headers when buildingQuentin Monnet
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