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-7.1.y
linux-7.2.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
/
progs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-14
selftests/bpf: add a test for subprogram extables
Krister Johansen
1
-0
/
+51
2023-06-08
selftests/bpf: Add test cases to assert proper ID tracking on spill
Maxim Mikityanskiy
1
-0
/
+79
2023-06-03
selftests/bpf: Add access_inner_map selftest
Rhys Rustad-Elliott
1
-0
/
+45
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
1
-0
/
+32
2023-05-23
bpf, sockmap: Test shutdown() correctly exits epoll and recv()=0
John Fastabend
1
-0
/
+32
2023-04-25
selftests/bpf: avoid mark_all_scalars_precise() trigger in one of iter tests
Andrii Nakryiko
1
-11
/
+15
2023-04-22
selftests/bpf: verifier/prevent_map_lookup converted to inline assembly
Eduard Zingerman
1
-0
/
+61
2023-04-21
selftests/bpf: verifier/value_ptr_arith converted to inline assembly
Eduard Zingerman
1
-0
/
+1423
2023-04-21
selftests/bpf: verifier/value_illegal_alu converted to inline assembly
Eduard Zingerman
1
-0
/
+149
2023-04-21
selftests/bpf: verifier/unpriv converted to inline assembly
Eduard Zingerman
2
-0
/
+760
2023-04-21
selftests/bpf: verifier/subreg converted to inline assembly
Eduard Zingerman
1
-0
/
+673
2023-04-21
selftests/bpf: verifier/spin_lock converted to inline assembly
Eduard Zingerman
1
-0
/
+533
2023-04-21
selftests/bpf: verifier/sock converted to inline assembly
Eduard Zingerman
1
-0
/
+980
2023-04-21
selftests/bpf: verifier/search_pruning converted to inline assembly
Eduard Zingerman
1
-0
/
+339
2023-04-21
selftests/bpf: verifier/runtime_jit converted to inline assembly
Eduard Zingerman
1
-0
/
+360
2023-04-21
selftests/bpf: verifier/regalloc converted to inline assembly
Eduard Zingerman
1
-0
/
+364
2023-04-21
selftests/bpf: verifier/ref_tracking converted to inline assembly
Eduard Zingerman
1
-0
/
+1495
2023-04-21
selftests/bpf: verifier/map_ptr_mixing converted to inline assembly
Eduard Zingerman
1
-0
/
+265
2023-04-21
selftests/bpf: verifier/map_in_map converted to inline assembly
Eduard Zingerman
1
-0
/
+142
2023-04-21
selftests/bpf: verifier/lwt converted to inline assembly
Eduard Zingerman
1
-0
/
+234
2023-04-21
selftests/bpf: verifier/loops1 converted to inline assembly
Eduard Zingerman
1
-0
/
+259
2023-04-21
selftests/bpf: verifier/jeq_infer_not_null converted to inline assembly
Eduard Zingerman
1
-0
/
+213
2023-04-21
selftests/bpf: verifier/direct_packet_access converted to inline assembly
Eduard Zingerman
1
-0
/
+803
2023-04-21
selftests/bpf: verifier/d_path converted to inline assembly
Eduard Zingerman
1
-0
/
+48
2023-04-21
selftests/bpf: verifier/ctx converted to inline assembly
Eduard Zingerman
1
-0
/
+221
2023-04-21
selftests/bpf: verifier/btf_ctx_access converted to inline assembly
Eduard Zingerman
1
-0
/
+32
2023-04-21
selftests/bpf: verifier/bpf_get_stack converted to inline assembly
Eduard Zingerman
1
-0
/
+124
2023-04-21
selftests/bpf: verifier/bounds converted to inline assembly
Eduard Zingerman
1
-0
/
+1076
2023-04-21
selftests/bpf: Add notion of auxiliary programs for test_loader
Eduard Zingerman
1
-0
/
+6
2023-04-21
selftests/bpf: add missing netfilter return value and ctx access tests
Florian Westphal
2
-0
/
+170
2023-04-21
selftests/bpf: Verify optval=NULL case
Stanislav Fomichev
1
-0
/
+12
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
1
-2
/
+2
2023-04-21
selftests/bpf: fix __retval() being always ignored
Eduard Zingerman
1
-2
/
+2
2023-04-21
selftests/bpf: disable program test run for progs/refcounted_kptr.c
Eduard Zingerman
1
-4
/
+4
2023-04-20
selftests/bpf: Add test to access integer type of variable array
Feng Zhou
2
-0
/
+32
2023-04-18
libbpf: move bpf_for(), bpf_for_each(), and bpf_repeat() into bpf_helpers.h
Andrii Nakryiko
1
-103
/
+0
2023-04-18
selftests/bpf: add missing __weak kfunc log fixup test
Andrii Nakryiko
1
-0
/
+10
2023-04-18
selftests/bpf: Add a selftest for checking subreg equality
Yonghong Song
1
-0
/
+58
2023-04-16
bpf: Remove bpf_kfunc_call_test_kptr_get() test kfunc
David Vernet
2
-113
/
+5
2023-04-16
selftests/bpf: Add refcounted_kptr tests
Dave Marchevsky
2
-0
/
+478
2023-04-16
bpf: Migrate bpf_rbtree_remove to possibly fail
Dave Marchevsky
2
-52
/
+99
2023-04-16
selftests/bpf: Modify linked_list tests to work with macro-ified inserts
Dave Marchevsky
3
-64
/
+70
2023-04-14
Daniel Borkmann says:
Jakub Kicinski
148
-428
/
+14906
2023-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-24
/
+31
2023-04-13
selftests/bpf: Adjust bpf_xdp_metadata_rx_hash for new arg
Jesper Dangaard Brouer
3
-11
/
+12
2023-04-13
selftests/bpf: xdp_hw_metadata remove bpf_printk and add counters
Jesper Dangaard Brouer
1
-15
/
+21
2023-04-13
selftests/bpf: Test FOU kfuncs for externally controlled ipip devices
Christian Ehrig
1
-0
/
+117
2023-04-12
bpf: Remove bpf_cgroup_kptr_get() kfunc
David Vernet
3
-67
/
+14
[next]