summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/preload
Commit message (Expand)AuthorAgeFilesLines
* bpf: make preloaded map iterators to display map elements countAnton Protopopov2023-07-062-260/+275
* bpf: Replace deprecated -target with --target= for ClangFangrui Song2023-06-291-1/+1
* bpf: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-05-311-2/+2
* bpf: iterators: Split iterators.lskel.h into little- and big- endian versionsIlya Leoshkevich2023-01-285-7/+435
* bpf: iterators: Build and use lightweight bootstrap version of bpftoolPu Lehui2022-07-151-7/+3
* bpf: Remove redundant slashYuntao Wang2022-03-071-3/+2
* bpf: Fix issue with bpf preload module taking over stdout/stdin of kernel.Yucong Sun2022-02-251-0/+7
* bpf: Convert bpf_preload.ko to use light skeleton.Alexei Starovoitov2022-02-107-218/+58
* bpf: Update iterators.lskel.h.Alexei Starovoitov2022-02-101-72/+69
* bpf: Drop libbpf, libelf, libz dependency from bpf preload.Alexei Starovoitov2022-02-011-26/+2
* bpf: Open code obj_get_info_by_fd in bpf preload.Alexei Starovoitov2022-02-011-1/+17
* bpf: Convert bpf preload to light skeleton.Alexei Starovoitov2022-02-014-420/+436
* bpf: Remove unnecessary setrlimit from bpf preload.Alexei Starovoitov2022-02-011-2/+0
* bpf/preload: Clean up .gitignore and "clean-files" targetQuentin Monnet2021-10-202-5/+2
* bpftool: Add install-bin target to install binary onlyQuentin Monnet2021-10-081-1/+1
* bpf: iterators: Install libbpf headers when buildingQuentin Monnet2021-10-081-13/+25
* bpf: preload: Install libbpf headers when buildingQuentin Monnet2021-10-081-5/+20
* libbpf: Move BPF_SEQ_PRINTF and BPF_SNPRINTF to bpf_helpers.hFlorent Revest2021-05-261-1/+0
* bpf: Fix umd memory leak in copy_process()Zqiang2021-03-191-4/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-02-021-1/+4
|\
| * bpf, preload: Fix build when $(O) points to a relative pathQuentin Monnet2021-01-261-1/+4
* | bpf: Remove unnecessary <argp.h> include from preload/iteratorsLeah Neukirchen2021-01-081-1/+1
|/
* bpf: BPF_PRELOAD depends on BPF_SYSCALLRandy Dunlap2020-11-051-0/+1
* bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attachToke Høiland-Jørgensen2020-09-292-223/+225
* bpf/preload: Make sure Makefile cleans up after itself, and add .gitignoreToke Høiland-Jørgensen2020-09-292-0/+6
* bpf: Disallow BPF_PRELOAD in allmodconfig buildsAlexei Starovoitov2020-08-251-0/+3
* bpf: Add kernel module with user mode driver that populates bpffs.Alexei Starovoitov2020-08-207-0/+267
* bpf: Add BPF program and map iterators as built-in BPF programs.Alexei Starovoitov2020-08-205-0/+587