index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
preload
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-07
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-05
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-25
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