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
*
bpf: disable strict aliasing in test_global_func9.c
Jose E. Marchesi
2024-05-13
1
-0
/
+1
*
selftests/bpf: Retire test_sock_addr.(c|sh)
Jordan Rife
2024-05-13
1
-3
/
+1
*
selftests/bpf: Use start_server_addr in test_tcp_check_syncookie
Geliang Tang
2024-05-09
1
-0
/
+1
*
bpf: avoid UB in usages of the __imm_insn macro
Jose E. Marchesi
2024-05-08
1
-0
/
+13
*
selftests/bpf: Add CFLAGS per source file and runner
Cupertino Miranda
2024-05-07
1
-8
/
+9
*
bpf: Temporarily define BPF_NO_PRESEVE_ACCESS_INDEX for GCC
Jose E. Marchesi
2024-05-07
1
-1
/
+1
*
bpf: Disable some `attribute ignored' warnings in GCC
Jose E. Marchesi
2024-05-07
1
-1
/
+1
*
bpf: Missing trailing slash in tools/testing/selftests/bpf/Makefile
Jose E. Marchesi
2024-05-02
1
-1
/
+1
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-04-29
1
-5
/
+8
|
\
|
*
selftests/bpf: Add ring_buffer__consume_n test.
Andrea Righi
2024-04-25
1
-1
/
+1
|
*
selftests: bpf: crypto: add benchmark for crypto functions
Vadim Fedorenko
2024-04-25
1
-0
/
+2
|
*
selftests/bpf: Use start_server_addr in test_sock_addr
Geliang Tang
2024-04-24
1
-1
/
+2
|
*
selftests/bpf: Enable tests for atomics with cpuv4
Yonghong Song
2024-04-11
1
-1
/
+1
|
*
selftests/xsk: Introduce set_ring_size function with a retry mechanism for ha...
Tushar Vyavahare
2024-04-03
1
-1
/
+1
|
*
selftests/bpf: make multi-uprobe tests work in RELEASE=1 mode
Andrii Nakryiko
2024-03-30
1
-1
/
+1
*
|
selftests: adopt BPF's approach to quieter builds
Jakub Kicinski
2024-04-18
1
-12
/
+1
*
|
selftests: move bpf-offload test from bpf to net
Jakub Kicinski
2024-04-10
1
-1
/
+0
|
/
*
selftests/bpf: Extend uprobe/uretprobe triggering benchmarks
Andrii Nakryiko
2024-03-04
1
-1
/
+1
*
selftests/bpf: Test case for lacking CFI stub functions.
Kui-Feng Lee
2024-02-22
1
-1
/
+9
*
selftests/bpf: Remove intermediate test files.
Alexei Starovoitov
2024-02-21
1
-0
/
+3
*
selftests/bpf: Remove empty TEST_CUSTOM_PROGS
Marcos Paulo de Souza
2024-02-16
1
-3
/
+2
*
bpf: Move -Wno-compare-distinct-pointer-types to BPF_CFLAGS
Jose E. Marchesi
2024-01-30
1
-3
/
+3
*
bpf: Build type-punning BPF selftests with -fno-strict-aliasing
Jose E. Marchesi
2024-01-30
1
-0
/
+13
*
bpf: Use -Wno-error in certain tests when building with GCC
Jose E. Marchesi
2024-01-29
1
-1
/
+11
*
selftests/bpf: Attempt to build BPF programs with -Wsign-compare
Alexei Starovoitov
2024-01-03
1
-0
/
+1
*
selftests/bpf: Use pkg-config for libelf
Akihiko Odaki
2023-11-29
1
-2
/
+6
*
selftests/bpf: Choose pkg-config for the target
Akihiko Odaki
2023-11-29
1
-3
/
+3
*
selftests/bpf: Add netlink helper library
Daniel Borkmann
2023-10-25
1
-5
/
+14
*
selftests/bpf: Support building selftests in optimized -O2 mode
Andrii Nakryiko
2023-10-06
1
-6
/
+8
*
selftests/bpf: Fix compiler warnings reported in -O2 mode
Andrii Nakryiko
2023-10-06
1
-1
/
+3
*
selftests/bpf: Add uprobe_multi to gen_tar target
Björn Töpel
2023-10-04
1
-1
/
+1
*
selftests/bpf: Enable lld usage for RISC-V
Björn Töpel
2023-10-04
1
-1
/
+1
*
selftests/bpf: Add cross-build support for urandom_read et al
Björn Töpel
2023-10-04
1
-3
/
+5
*
selftests/xsk: Iterate over all the sockets in the receive pkts function
Tushar Vyavahare
2023-10-04
1
-1
/
+3
*
selftests/bpf: Add tests for symbol versioning for uprobe
Hengqi Chen
2023-09-22
1
-2
/
+3
*
selftests/bpf: Include build flavors for install target
Björn Töpel
2023-08-31
1
-0
/
+12
*
selftests/bpf: Add uprobe_multi test program
Jiri Olsa
2023-08-22
1
-0
/
+5
*
bpf: selftests: Add defrag selftests
Daniel Xu
2023-07-29
1
-2
/
+2
*
selftests/bpf: Enable test test_progs-cpuv4 for gcc build kernel
Yonghong Song
2023-07-28
1
-2
/
+3
*
selftests/bpf: Add a cpuv4 test runner for cpu=v4 testing
Yonghong Song
2023-07-28
1
-4
/
+24
*
selftests/bpf: Add benchmark for bpf memory allocator
Hou Tao
2023-07-06
1
-0
/
+3
*
selftests/bpf: Honor $(O) when figuring out paths
Björn Töpel
2023-07-05
1
-0
/
+4
*
bpf: Replace deprecated -target with --target= for Clang
Fangrui Song
2023-06-29
1
-3
/
+3
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-05-27
1
-2
/
+1
|
\
|
*
selftests/bpf: Do not use sign-file as testcase
Alexey Gladkov
2023-05-17
1
-2
/
+1
*
|
selftests/bpf: Fix pkg-config call building sign-file
Jeremy Sowden
2023-05-14
1
-1
/
+1
|
/
*
selftests/bpf: Remove stand-along test_verifier_log test binary
Andrii Nakryiko
2023-04-13
1
-1
/
+1
*
selftests: xsk: Add xskxceiver.h dependency to Makefile
Kal Conley
2023-04-05
1
-1
/
+1
*
selftests/bpf: Add RESOLVE_BTFIDS dependency to bpf_testmod.ko
Ilya Leoshkevich
2023-04-05
1
-1
/
+1
*
selftests/bpf: Unprivileged tests for test_loader.c
Eduard Zingerman
2023-03-26
1
-4
/
+6
[next]