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