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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-16
selftests/bpf: fix a CI failure caused by vsock sockmap test
Xu Kuohai
1
-1
/
+1
2023-08-11
bpf: Centralize permissions checks for all BPF map types
Andrii Nakryiko
1
-1
/
+5
2023-07-19
bpf: Use scalar ids in mark_chain_precision()
Eduard Zingerman
1
-4
/
+4
2023-07-19
selftests/bpf: Fix invalid pointer check in get_xlated_program()
Eduard Zingerman
1
-11
/
+13
2023-07-19
selftests/bpf: Fix check_mtu using wrong variable type
Jesper Dangaard Brouer
1
-1
/
+1
2023-07-19
bpf: Make bpf_refcount_acquire fallible for non-owning refs
Dave Marchevsky
2
-1
/
+5
2023-07-19
selftests/bpf: Do not use sign-file as testcase
Alexey Gladkov
1
-2
/
+1
2023-07-19
bpf: maintain bitmasks across all active frames in __mark_chain_precision
Andrii Nakryiko
1
-9
/
+9
2023-07-19
bpf: improve precision backtrack logging
Andrii Nakryiko
1
-52
/
+54
2023-06-14
selftests/bpf: add a test for subprogram extables
Krister Johansen
2
-0
/
+80
2023-06-08
selftests/bpf: Add test cases to assert proper ID tracking on spill
Maxim Mikityanskiy
1
-0
/
+79
2023-06-06
selftests/bpf: Fix sockopt_sk selftest
Yonghong Song
1
-1
/
+1
2023-06-03
selftests/bpf: Add access_inner_map selftest
Rhys Rustad-Elliott
2
-0
/
+76
2023-05-23
bpf, sockmap: Test progs verifier error with latest clang
John Fastabend
1
-7
/
+5
2023-05-23
bpf, sockmap: Test FIONREAD returns correct bytes in rx buffer with drops
John Fastabend
2
-13
/
+66
2023-05-23
bpf, sockmap: Test FIONREAD returns correct bytes in rx buffer
John Fastabend
1
-0
/
+48
2023-05-23
bpf, sockmap: Test shutdown() correctly exits epoll and recv()=0
John Fastabend
2
-0
/
+94
2023-05-23
bpf, sockmap: Build helper to create connected socket pair
John Fastabend
2
-102
/
+123
2023-05-23
bpf, sockmap: Pull socket helpers out of listen test for general use
John Fastabend
2
-262
/
+273
2023-05-15
selftests/bpf: Fix pkg-config call building sign-file
Jeremy Sowden
1
-1
/
+1
2023-04-25
selftests/bpf: avoid mark_all_scalars_precise() trigger in one of iter tests
Andrii Nakryiko
1
-11
/
+15
2023-04-25
bpf: Disable bpf_refcount_acquire kfunc calls until race conditions are fixed
Dave Marchevsky
1
-2
/
+0
2023-04-22
selftests/bpf: verifier/prevent_map_lookup converted to inline assembly
Eduard Zingerman
3
-29
/
+63
2023-04-21
selftests/bpf: verifier/value_ptr_arith converted to inline assembly
Eduard Zingerman
3
-1146
/
+1451
2023-04-21
selftests/bpf: verifier/value_illegal_alu converted to inline assembly
Eduard Zingerman
3
-95
/
+151
2023-04-21
selftests/bpf: verifier/unpriv converted to inline assembly
Eduard Zingerman
4
-562
/
+764
2023-04-21
selftests/bpf: verifier/subreg converted to inline assembly
Eduard Zingerman
3
-533
/
+675
2023-04-21
selftests/bpf: verifier/spin_lock converted to inline assembly
Eduard Zingerman
3
-447
/
+535
2023-04-21
selftests/bpf: verifier/sock converted to inline assembly
Eduard Zingerman
3
-706
/
+982
2023-04-21
selftests/bpf: verifier/search_pruning converted to inline assembly
Eduard Zingerman
3
-266
/
+341
2023-04-21
selftests/bpf: verifier/runtime_jit converted to inline assembly
Eduard Zingerman
3
-231
/
+362
2023-04-21
selftests/bpf: verifier/regalloc converted to inline assembly
Eduard Zingerman
3
-277
/
+366
2023-04-21
selftests/bpf: verifier/ref_tracking converted to inline assembly
Eduard Zingerman
3
-1082
/
+1497
2023-04-21
selftests/bpf: verifier/map_ptr_mixing converted to inline assembly
Eduard Zingerman
3
-100
/
+267
2023-04-21
selftests/bpf: verifier/map_in_map converted to inline assembly
Eduard Zingerman
3
-96
/
+144
2023-04-21
selftests/bpf: verifier/lwt converted to inline assembly
Eduard Zingerman
3
-189
/
+236
2023-04-21
selftests/bpf: verifier/loops1 converted to inline assembly
Eduard Zingerman
3
-206
/
+261
2023-04-21
selftests/bpf: verifier/jeq_infer_not_null converted to inline assembly
Eduard Zingerman
3
-174
/
+215
2023-04-21
selftests/bpf: verifier/direct_packet_access converted to inline assembly
Eduard Zingerman
3
-710
/
+805
2023-04-21
selftests/bpf: verifier/d_path converted to inline assembly
Eduard Zingerman
3
-37
/
+50
2023-04-21
selftests/bpf: verifier/ctx converted to inline assembly
Eduard Zingerman
3
-186
/
+223
2023-04-21
selftests/bpf: verifier/btf_ctx_access converted to inline assembly
Eduard Zingerman
3
-25
/
+34
2023-04-21
selftests/bpf: verifier/bpf_get_stack converted to inline assembly
Eduard Zingerman
3
-87
/
+126
2023-04-21
selftests/bpf: verifier/bounds converted to inline assembly
Eduard Zingerman
3
-884
/
+1078
2023-04-21
selftests/bpf: Add notion of auxiliary programs for test_loader
Eduard Zingerman
2
-22
/
+73
2023-04-21
selftests/bpf: add missing netfilter return value and ctx access tests
Florian Westphal
3
-0
/
+174
2023-04-21
selftests/bpf: Verify optval=NULL case
Stanislav Fomichev
2
-0
/
+40
2023-04-21
selftests/xsk: Put MAP_HUGE_2MB in correct argument
Magnus Karlsson
1
-7
/
+4
2023-04-21
bpf: Fix bpf_refcount_acquire's refcount_t address calculation
Dave Marchevsky
1
-4
/
+4
2023-04-21
selftests/bpf: populate map_array_ro map for verifier_array_access test
Eduard Zingerman
2
-5
/
+41
[next]