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
/
verifier
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-08
bpf: Add selftests to cover packet access corner cases
Maxim Mikityanskiy
1
-16
/
+584
2021-12-03
bpf: Fix the off-by-two error in range markings
Maxim Mikityanskiy
1
-16
/
+16
2021-11-16
selftests/bpf: Add tests for restricted helpers
Dmitrii Banshchikov
1
-0
/
+196
2021-11-13
selftests/bpf: Check map in map pruning
Lorenz Bauer
1
-0
/
+34
2021-11-03
selftests/bpf: Verifier test on refill from a smaller spill
Martin KaFai Lau
1
-0
/
+17
2021-11-02
bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.
Alexei Starovoitov
1
-1
/
+1
2021-10-26
selftests/bpf: Use __BYTE_ORDER__
Ilya Leoshkevich
3
-11
/
+11
2021-10-21
selftests/bpf: Some more atomic tests
Brendan Jackman
3
-0
/
+120
2021-10-06
bpf, x64: Save bytes for DIV by reducing reg copies
Jie Meng
1
-0
/
+47
2021-10-06
bpf: selftests: Add selftests for module kfunc support
Kumar Kartikeya Dwivedi
1
-0
/
+23
2021-09-26
bpf: selftest: Add verifier tests for <8-byte scalar spill and refill
Martin KaFai Lau
1
-0
/
+161
2021-09-15
bpf,x64 Emit IMUL instead of MUL for x86-64
Jie Meng
1
-3
/
+19
2021-09-11
selftests/bpf: Test new __sk_buff field hwtstamp
Vadim Fedorenko
1
-0
/
+60
2021-08-13
selftests, bpf: Test that dead ldx_w insns are accepted
Ilya Leoshkevich
1
-0
/
+12
2021-07-16
bpf, selftests: Add test cases for pointer alu from multiple paths
Daniel Borkmann
1
-0
/
+229
2021-06-15
bpf, selftests: Adjust few selftest outcomes wrt unreachable code
Daniel Borkmann
7
-7
/
+52
2021-05-25
bpf, selftests: Adjust few selftest result_unpriv outcomes
Daniel Borkmann
2
-10
/
+0
2021-04-27
bpf: Fix propagation of 32 bit unsigned bounds from 64 bit bounds
Daniel Borkmann
1
-1
/
+1
2021-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+43
2021-04-20
bpf/selftests: Add bpf_get_task_stack retval bounds verifier test
Dave Marchevsky
1
-0
/
+43
2021-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-35
/
+16
2021-04-17
bpf: Update selftests to reflect new error states
Daniel Borkmann
6
-35
/
+16
2021-03-27
bpf: Support bpf program calling kernel function
Martin KaFai Lau
2
-11
/
+11
2021-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
4
-10
/
+59
2021-03-17
bpf, selftests: Fix up some test_verifier cases for unprivileged
Piotr Krysiuk
4
-10
/
+59
2021-03-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+1
2021-03-05
selftests: bpf: Don't run sk_lookup in verifier tests
Lorenz Bauer
1
-0
/
+1
2021-03-05
bpf: Explicitly zero-extend R0 after 32-bit cmpxchg
Brendan Jackman
2
-0
/
+50
2021-03-02
selftests/bpf: Mask bpf_csum_diff() return value to 16 bits in test_verifier
Yauheni Kaliuta
1
-1
/
+2
2021-02-22
bpf, x86: Fix BPF_FETCH atomic and/or/xor with r0 as src
Brendan Jackman
1
-0
/
+23
2021-02-10
selftests/bpf: Fix endianness issues in atomic tests
Ilya Leoshkevich
3
-3
/
+3
2021-02-10
selftest/bpf: Verifier tests for var-off access
Andrei Matei
1
-2
/
+97
2021-02-10
selftest/bpf: Adjust expected verifier errors
Andrei Matei
9
-37
/
+41
2021-02-03
bpf: Propagate stack bounds to registers in atomics w/ BPF_FETCH
Brendan Jackman
1
-0
/
+27
2021-01-21
selftests/bpf: Add verifier tests for x64 jit jump padding
Gary Lin
1
-0
/
+24
2021-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+30
2021-01-15
bpf: Add tests for new BPF atomic operations
Brendan Jackman
6
-0
/
+479
2021-01-15
bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
Brendan Jackman
7
-24
/
+24
2021-01-14
selftests/bpf: Add verifier test for PTR_TO_MEM spill
Gilad Reti
1
-0
/
+30
2020-12-15
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-2
/
+3
2020-12-14
selftests/bpf: Add a test for ptr_to_map_value on stack for helper access
Yonghong Song
1
-2
/
+3
2020-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-1
/
+42
2020-12-11
selftests/bpf: Fix array access with signed variable test
Jean-Philippe Brucker
1
-1
/
+1
2020-12-11
selftests/bpf: Add test for signed 32-bit bound check bug
Jean-Philippe Brucker
1
-0
/
+41
2020-11-19
selftests/bpf: Mark tests that require unaligned memory access
Björn Töpel
7
-18
/
+52
2020-11-13
selftests/bpf: Add asm tests for pkt vs pkt_end comparison.
Alexei Starovoitov
1
-0
/
+42
2020-10-20
bpf: selftest: Ensure the return value of bpf_skc_to helpers must be checked
Martin KaFai Lau
1
-0
/
+25
2020-10-15
bpf: Fix register equivalence tracking.
Alexei Starovoitov
1
-0
/
+26
2020-10-09
selftests/bpf: Asm tests for the verifier regalloc tracking.
Alexei Starovoitov
1
-0
/
+243
2020-10-09
bpf: Propagate scalar ranges through register assignments.
Alexei Starovoitov
1
-1
/
+1
[next]