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.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
/
progs
Age
Commit message (
Expand
)
Author
Files
Lines
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-03-13
Merge branch 'bpf: Allow reads from uninit stack'
Alexei Starovoitov
2
-4
/
+91
2023-03-10
selftests/bpf: Fix progs/test_deny_namespace.c issues.
Alexei Starovoitov
1
-6
/
+4
2023-03-10
selftests/bpf: Fix progs/find_vma_fail1.c build error.
Alexei Starovoitov
1
-0
/
+1
2023-03-01
capability: just use a 'u64' instead of a 'u32[2]' array
Linus Torvalds
1
-4
/
+3
2023-02-22
selftests/bpf: Tests for uninitialized stack reads
Eduard Zingerman
1
-0
/
+87
2023-02-22
bpf: Allow reads from uninit stack
Eduard Zingerman
1
-4
/
+4
2023-02-22
Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
72
-183
/
+3435
2023-02-20
Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2023-02-18
selftests/bpf: Add bpf_fib_lookup test
Martin KaFai Lau
1
-0
/
+22
2023-02-17
selftests/bpf: Add global subprog context passing tests
Andrii Nakryiko
1
-0
/
+104
2023-02-17
selftests/bpf: Convert test_global_funcs test to test_loader framework
Andrii Nakryiko
17
-26
/
+140
2023-02-17
Fix typos in selftest/bpf files
Taichi Nishimura
6
-8
/
+8
2023-02-16
selftest/bpf/benchs: Add benchmark for hashmap lookups
Anton Protopopov
1
-0
/
+63
2023-02-16
selftests/bpf: Add test case for element reuse in htab map
Hou Tao
1
-0
/
+19
2023-02-15
selftests/bpf: Fix map_kptr test.
Alexei Starovoitov
1
-5
/
+7
2023-02-14
selftests/bpf: Clean up user_ringbuf, cgrp_kfunc, kfunc_dynptr_param tests
Joanne Koong
3
-11
/
+41
2023-02-14
selftests/bpf: Add rbtree selftests
Dave Marchevsky
4
-0
/
+599
2023-02-14
bpf: Migrate release_on_unlock logic to non-owning ref semantics
Dave Marchevsky
2
-39
/
+63
2023-02-11
selftests/bpf: Attach to fopen()/fclose() in attach_probe
Ilya Leoshkevich
1
-5
/
+6
2023-02-11
selftests/bpf: Attach to fopen()/fclose() in uprobe_autoattach
Ilya Leoshkevich
1
-8
/
+8
2023-02-03
selftests/bpf: introduce XDP compliance test tool
Lorenzo Bianconi
1
-0
/
+269
2023-02-02
selftests/bpf: xdp_hw_metadata clear metadata when -EOPNOTSUPP
Jesper Dangaard Brouer
1
-1
/
+5
2023-02-02
selftests/bpf: Add testcase for static kfunc with unused arg
David Vernet
1
-0
/
+11
2023-01-30
selftests/bpf: Fix sk_assign on s390x
Ilya Leoshkevich
2
-0
/
+14
2023-01-28
selftests/bpf: Fix profiler on s390x
Ilya Leoshkevich
1
-24
/
+38
2023-01-28
selftests/bpf: Fix xdp_synproxy/tc on s390x
Ilya Leoshkevich
1
-1
/
+1
2023-01-28
selftests/bpf: Fix vmlinux test on s390x
Ilya Leoshkevich
1
-2
/
+2
2023-01-28
selftests/bpf: Fix test_xdp_adjust_tail_grow2 on s390x
Ilya Leoshkevich
1
-1
/
+7
2023-01-28
selftests/bpf: Fix test_lsm on s390x
Ilya Leoshkevich
1
-3
/
+4
2023-01-28
selftests/bpf: Add a sign-extension test for kfuncs
Ilya Leoshkevich
1
-0
/
+18
2023-01-28
selftests/bpf: Fix verify_pkcs7_sig on s390x
Ilya Leoshkevich
1
-4
/
+8
2023-01-26
selftests/bpf: Calls bpf_setsockopt() on a ktls enabled socket.
Kui-Feng Lee
1
-0
/
+8
2023-01-25
bpf/selftests: Verify struct_ops prog sleepable behavior
David Vernet
2
-11
/
+35
2023-01-25
selftests/bpf: Add selftest suite for cpumask kfuncs
David Vernet
3
-0
/
+666
2023-01-25
selftests/bpf: Add nested trust selftests suite
David Vernet
3
-0
/
+64
2023-01-25
bpf: Disallow NULLable pointers for trusted kfuncs
David Vernet
1
-2
/
+2
2023-01-23
selftests/bpf: Add 6-argument syscall tracing test
Andrii Nakryiko
1
-0
/
+26
2023-01-23
selftests/bpf: Validate arch-specific argument registers limits
Andrii Nakryiko
2
-2
/
+71
2023-01-23
selftests/bpf: Use __failure macro in task kfunc testsuite
David Vernet
1
-0
/
+18
2023-01-23
selftests/bpf: Simple program to dump XDP RX metadata
Stanislav Fomichev
1
-0
/
+81
2023-01-23
selftests/bpf: Verify xdp_metadata xdp->af_xdp path
Stanislav Fomichev
2
-0
/
+87
2023-01-21
selftests/bpf: Add dynptr helper tests
Kumar Kartikeya Dwivedi
1
-0
/
+192
2023-01-21
selftests/bpf: Add dynptr partial slot overwrite tests
Kumar Kartikeya Dwivedi
1
-0
/
+66
2023-01-21
selftests/bpf: Add dynptr var_off tests
Kumar Kartikeya Dwivedi
1
-0
/
+40
2023-01-21
selftests/bpf: Add dynptr pruning tests
Kumar Kartikeya Dwivedi
1
-0
/
+141
2023-01-21
selftests/bpf: convenience macro for use with 'asm volatile' blocks
Eduard Zingerman
1
-0
/
+7
2023-01-21
bpf: Invalidate slices on destruction of dynptrs on stack
Kumar Kartikeya Dwivedi
1
-2
/
+2
2023-01-21
bpf: Fix partial dynptr stack slot reads/writes
Kumar Kartikeya Dwivedi
1
-3
/
+3
[next]