index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
/
verifier
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests, bpf: Test that dead ldx_w insns are accepted
Ilya Leoshkevich
2021-08-13
1
-0
/
+12
*
bpf, selftests: Add test cases for pointer alu from multiple paths
Daniel Borkmann
2021-07-16
1
-0
/
+229
*
bpf, selftests: Adjust few selftest outcomes wrt unreachable code
Daniel Borkmann
2021-06-14
7
-7
/
+52
*
bpf, selftests: Adjust few selftest result_unpriv outcomes
Daniel Borkmann
2021-05-25
2
-10
/
+0
*
bpf: Fix propagation of 32 bit unsigned bounds from 64 bit bounds
Daniel Borkmann
2021-04-27
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-04-26
1
-0
/
+43
|
\
|
*
bpf/selftests: Add bpf_get_task_stack retval bounds verifier test
Dave Marchevsky
2021-04-20
1
-0
/
+43
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-04-17
6
-35
/
+16
|
\
\
|
|
/
|
/
|
|
*
bpf: Update selftests to reflect new error states
Daniel Borkmann
2021-04-16
6
-35
/
+16
*
|
bpf: Support bpf program calling kernel function
Martin KaFai Lau
2021-03-27
2
-11
/
+11
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-03-25
4
-10
/
+59
|
\
|
|
*
bpf, selftests: Fix up some test_verifier cases for unprivileged
Piotr Krysiuk
2021-03-17
4
-10
/
+59
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-03-10
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
selftests: bpf: Don't run sk_lookup in verifier tests
Lorenz Bauer
2021-03-05
1
-0
/
+1
*
|
bpf: Explicitly zero-extend R0 after 32-bit cmpxchg
Brendan Jackman
2021-03-05
2
-0
/
+50
*
|
selftests/bpf: Mask bpf_csum_diff() return value to 16 bits in test_verifier
Yauheni Kaliuta
2021-03-02
1
-1
/
+2
*
|
bpf, x86: Fix BPF_FETCH atomic and/or/xor with r0 as src
Brendan Jackman
2021-02-22
1
-0
/
+23
|
/
*
selftests/bpf: Fix endianness issues in atomic tests
Ilya Leoshkevich
2021-02-10
3
-3
/
+3
*
selftest/bpf: Verifier tests for var-off access
Andrei Matei
2021-02-10
1
-2
/
+97
*
selftest/bpf: Adjust expected verifier errors
Andrei Matei
2021-02-10
9
-37
/
+41
*
bpf: Propagate stack bounds to registers in atomics w/ BPF_FETCH
Brendan Jackman
2021-02-03
1
-0
/
+27
*
selftests/bpf: Add verifier tests for x64 jit jump padding
Gary Lin
2021-01-20
1
-0
/
+24
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-01-20
1
-0
/
+30
|
\
|
*
selftests/bpf: Add verifier test for PTR_TO_MEM spill
Gilad Reti
2021-01-14
1
-0
/
+30
*
|
bpf: Add tests for new BPF atomic operations
Brendan Jackman
2021-01-15
6
-0
/
+479
*
|
bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
Brendan Jackman
2021-01-15
7
-24
/
+24
|
/
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-12-15
1
-2
/
+3
|
\
|
*
selftests/bpf: Add a test for ptr_to_map_value on stack for helper access
Yonghong Song
2020-12-14
1
-2
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-12-12
2
-1
/
+42
|
\
\
|
|
/
|
/
|
|
*
selftests/bpf: Fix array access with signed variable test
Jean-Philippe Brucker
2020-12-10
1
-1
/
+1
|
*
selftests/bpf: Add test for signed 32-bit bound check bug
Jean-Philippe Brucker
2020-12-10
1
-0
/
+41
*
|
selftests/bpf: Mark tests that require unaligned memory access
Björn Töpel
2020-11-19
7
-18
/
+52
*
|
selftests/bpf: Add asm tests for pkt vs pkt_end comparison.
Alexei Starovoitov
2020-11-13
1
-0
/
+42
|
/
*
bpf: selftest: Ensure the return value of bpf_skc_to helpers must be checked
Martin KaFai Lau
2020-10-20
1
-0
/
+25
*
bpf: Fix register equivalence tracking.
Alexei Starovoitov
2020-10-15
1
-0
/
+26
*
selftests/bpf: Asm tests for the verifier regalloc tracking.
Alexei Starovoitov
2020-10-09
1
-0
/
+243
*
bpf: Propagate scalar ranges through register assignments.
Alexei Starovoitov
2020-10-09
1
-1
/
+1
*
selftests/bpf: Fix test_verifier after introducing resolve_pseudo_ldimm64
Hao Luo
2020-10-07
2
-9
/
+1
*
bpf: Add AND verifier test case where 32bit and 64bit bounds differ
John Fastabend
2020-09-26
1
-0
/
+16
*
bpf: selftest: Add ref_tracking verifier test for bpf_skc casting
Martin KaFai Lau
2020-09-25
1
-0
/
+47
*
bpf: Add abnormal return checks.
Alexei Starovoitov
2020-09-18
1
-3
/
+3
*
selftests/bpf: Add test for map_ptr arithmetic
Yonghong Song
2020-09-09
1
-0
/
+32
*
selftests/bpf: Add verifier tests for xor operation
Yonghong Song
2020-08-27
1
-0
/
+146
*
selftests/bpf: Add verifier test for d_path helper
Jiri Olsa
2020-08-26
1
-0
/
+37
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-08-02
1
-0
/
+1
|
\
|
*
selftests/bpf: Fix cgroup sockopt verifier test
Jean-Philippe Brucker
2020-07-11
1
-0
/
+1
*
|
selftests/bpf: Add verifier tests for bpf_sk_lookup context access
Jakub Sitnicki
2020-07-18
1
-0
/
+492
*
|
selftests/bpf: Test access to bpf map pointer
Andrey Ignatov
2020-06-22
1
-0
/
+62
*
|
bpf: Support access to bpf map fields
Andrey Ignatov
2020-06-22
1
-1
/
+1
*
|
tools/bpf: Add verifier tests for 32bit pointer/scalar arithmetic
Yonghong Song
2020-06-19
1
-0
/
+38
|
/
[next]