index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
Makefile
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests/bpf: Add weak/typeless ksym test for light skeleton
Kumar Kartikeya Dwivedi
2021-10-29
1
-2
/
+2
*
bpf/benchs: Add benchmark tests for bloom filter throughput + false positive
Joanne Koong
2021-10-28
1
-2
/
+4
*
selftests/bpf: Support multiple tests per file
Andrii Nakryiko
2021-10-25
1
-4
/
+3
*
bpftool: Add install-bin target to install binary only
Quentin Monnet
2021-10-08
1
-1
/
+1
*
tools/runqslower: Install libbpf headers when building
Quentin Monnet
2021-10-08
1
-6
/
+9
*
tools/resolve_btfids: Install libbpf headers when building
Quentin Monnet
2021-10-08
1
-2
/
+5
*
bpftool: Install libbpf headers instead of including the dir
Quentin Monnet
2021-10-08
1
-0
/
+2
*
bpf: selftests: Add selftests for module kfunc support
Kumar Kartikeya Dwivedi
2021-10-06
1
-3
/
+4
*
tools: Allow specifying base BTF file in resolve_btfids
Kumar Kartikeya Dwivedi
2021-10-06
1
-1
/
+1
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-10-02
1
-1
/
+2
|
\
|
*
selftests/bpf: Add trace_vprintk test prog
Dave Marchevsky
2021-09-17
1
-1
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-09-30
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
selftests, bpf: Fix makefile dependencies on libbpf
Jiri Benc
2021-09-28
1
-1
/
+2
*
|
libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecations
Quentin Monnet
2021-09-09
1
-2
/
+2
|
/
*
selftests/bpf: Add missing files required by test_bpftool.sh for installing
Li Zhijian
2021-08-24
1
-1
/
+3
*
selftests/bpf: Move netcnt test under test_progs
Stanislav Fomichev
2021-08-05
1
-2
/
+1
*
selftests/bpf: Add xdp_redirect_multi test
Hangbin Liu
2021-05-26
1
-1
/
+2
*
selftests/bpf: Convert test trace_printk to lskel.
Alexei Starovoitov
2021-05-19
1
-1
/
+1
*
selftests/bpf: Convert atomics test to light skeleton.
Alexei Starovoitov
2021-05-19
1
-1
/
+1
*
selftests/bpf: Convert few tests to light skeleton.
Alexei Starovoitov
2021-05-19
1
-1
/
+15
*
Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2021-04-29
1
-1
/
+1
|
\
|
*
tools: do not include scripts/Kbuild.include
Masahiro Yamada
2021-04-24
1
-1
/
+1
*
|
selftests/bpf: Add map linking selftest
Andrii Nakryiko
2021-04-23
1
-1
/
+3
*
|
selftests/bpf: Add global variables linking selftest
Andrii Nakryiko
2021-04-23
1
-1
/
+2
*
|
selftests/bpf: Add function linking selftest
Andrii Nakryiko
2021-04-23
1
-1
/
+2
*
|
selftests/bpf: Omit skeleton generation for multi-linked BPF object files
Andrii Nakryiko
2021-04-23
1
-1
/
+3
*
|
selftests/bpf: Use -O0 instead of -Og in selftests builds
Andrii Nakryiko
2021-04-23
1
-4
/
+4
*
|
selftests/bpf: Add docs target as all dependency
Jiri Olsa
2021-04-21
1
-1
/
+2
*
|
selftests/bpf: Silence clang compilation warnings
Yonghong Song
2021-04-16
1
-0
/
+5
*
|
selftests/bpf: Fix test_cpp compilation failure with clang
Yonghong Song
2021-04-16
1
-1
/
+1
*
|
selftests/bpf: Add multi-file statically linked BPF object file test
Andrii Nakryiko
2021-03-19
1
-3
/
+18
*
|
selftests/bpf: Pass all BPF .o's through BPF static linker
Andrii Nakryiko
2021-03-19
1
-5
/
+6
*
|
selftests/bpf: Re-generate vmlinux.h and BPF skeletons if bpftool changed
Andrii Nakryiko
2021-03-19
1
-2
/
+3
*
|
selftests/bpf: Build everything in debug mode
Andrii Nakryiko
2021-03-16
1
-2
/
+5
*
|
selftests/bpf: Fix typo in Makefile
Jean-Philippe Brucker
2021-03-08
1
-1
/
+1
*
|
tools/bpf: Remove bpf-helpers from bpftool docs
Joe Stringer
2021-03-05
1
-5
/
+15
*
|
selftests/bpf: Copy extras in out-of-srctree builds
Ilya Leoshkevich
2021-02-26
1
-3
/
+4
|
/
*
selftests/bpf: Integrate the socket_cookie test to test_progs
Florent Revest
2021-02-12
1
-2
/
+1
*
tools: Factor Clang, LLC and LLVM utils definitions
Sedat Dilek
2021-01-29
1
-2
/
+0
*
bpf, selftests: Fold test_current_pid_tgid_new_ns into test_progs.
Carlos Neira
2021-01-20
1
-2
/
+1
*
bpf: Add tests for new BPF atomic operations
Brendan Jackman
2021-01-15
1
-0
/
+2
*
selftests/bpf: Install btf_dump test cases
Jean-Philippe Brucker
2021-01-14
1
-1
/
+2
*
selftests/bpf: Fix installation of urandom_read
Jean-Philippe Brucker
2021-01-14
1
-1
/
+1
*
selftests/bpf: Move generated test files to $(TEST_GEN_FILES)
Jean-Philippe Brucker
2021-01-14
1
-4
/
+3
*
selftests/bpf: Fix out-of-tree build
Jean-Philippe Brucker
2021-01-14
1
-1
/
+1
*
selftests/bpf: Enable cross-building
Jean-Philippe Brucker
2021-01-14
1
-11
/
+35
*
selftests/bpf: Clarify build error if no vmlinux
Kamal Mostafa
2020-12-16
1
-0
/
+3
*
selftests/bpf: Drop the need for LLVM's llc
Andrew Delgadillo
2020-12-11
1
-23
/
+5
*
selftests/bpf: fix bpf_testmod.ko recompilation logic
Andrii Nakryiko
2020-12-11
1
-7
/
+8
*
selftests/bpf: Drop tcp-{client,server}.py from Makefile
Veronika Kabatova
2020-12-10
1
-2
/
+0
[next]