index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
preload
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: make preloaded map iterators to display map elements count
Anton Protopopov
2023-07-06
2
-260
/
+275
*
bpf: Replace deprecated -target with --target= for Clang
Fangrui Song
2023-06-29
1
-1
/
+1
*
bpf: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2023-05-31
1
-2
/
+2
*
bpf: iterators: Split iterators.lskel.h into little- and big- endian versions
Ilya Leoshkevich
2023-01-28
5
-7
/
+435
*
bpf: iterators: Build and use lightweight bootstrap version of bpftool
Pu Lehui
2022-07-15
1
-7
/
+3
*
bpf: Remove redundant slash
Yuntao Wang
2022-03-08
1
-3
/
+2
*
bpf: Fix issue with bpf preload module taking over stdout/stdin of kernel.
Yucong Sun
2022-02-25
1
-0
/
+7
*
bpf: Convert bpf_preload.ko to use light skeleton.
Alexei Starovoitov
2022-02-10
7
-218
/
+58
*
bpf: Update iterators.lskel.h.
Alexei Starovoitov
2022-02-10
1
-72
/
+69
*
bpf: Drop libbpf, libelf, libz dependency from bpf preload.
Alexei Starovoitov
2022-02-01
1
-26
/
+2
*
bpf: Open code obj_get_info_by_fd in bpf preload.
Alexei Starovoitov
2022-02-01
1
-1
/
+17
*
bpf: Convert bpf preload to light skeleton.
Alexei Starovoitov
2022-02-01
4
-420
/
+436
*
bpf: Remove unnecessary setrlimit from bpf preload.
Alexei Starovoitov
2022-02-01
1
-2
/
+0
*
bpf/preload: Clean up .gitignore and "clean-files" target
Quentin Monnet
2021-10-20
2
-5
/
+2
*
bpftool: Add install-bin target to install binary only
Quentin Monnet
2021-10-08
1
-1
/
+1
*
bpf: iterators: Install libbpf headers when building
Quentin Monnet
2021-10-08
1
-13
/
+25
*
bpf: preload: Install libbpf headers when building
Quentin Monnet
2021-10-08
1
-5
/
+20
*
libbpf: Move BPF_SEQ_PRINTF and BPF_SNPRINTF to bpf_helpers.h
Florent Revest
2021-05-26
1
-1
/
+0
*
bpf: Fix umd memory leak in copy_process()
Zqiang
2021-03-19
1
-4
/
+15
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-02-02
1
-1
/
+4
|
\
|
*
bpf, preload: Fix build when $(O) points to a relative path
Quentin Monnet
2021-01-26
1
-1
/
+4
*
|
bpf: Remove unnecessary <argp.h> include from preload/iterators
Leah Neukirchen
2021-01-08
1
-1
/
+1
|
/
*
bpf: BPF_PRELOAD depends on BPF_SYSCALL
Randy Dunlap
2020-11-06
1
-0
/
+1
*
bpf: Move prog->aux->linked_prog and trampoline into bpf_link on attach
Toke Høiland-Jørgensen
2020-09-29
2
-223
/
+225
*
bpf/preload: Make sure Makefile cleans up after itself, and add .gitignore
Toke Høiland-Jørgensen
2020-09-29
2
-0
/
+6
*
bpf: Disallow BPF_PRELOAD in allmodconfig builds
Alexei Starovoitov
2020-08-26
1
-0
/
+3
*
bpf: Add kernel module with user mode driver that populates bpffs.
Alexei Starovoitov
2020-08-20
7
-0
/
+267
*
bpf: Add BPF program and map iterators as built-in BPF programs.
Alexei Starovoitov
2020-08-20
5
-0
/
+587