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
*
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2020-04-03
1
-0
/
+1
|
\
|
*
.gitignore: add SPDX License Identifier
Masahiro Yamada
2020-03-25
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-03-31
3
-16
/
+154
|
\
\
|
*
|
bpf: Test_verifier, add alu32 bounds tracking tests
John Fastabend
2020-03-31
1
-0
/
+39
|
*
|
bpf: Test_verifier, #65 error message updates for trunc of boundary-cross
John Fastabend
2020-03-31
1
-8
/
+4
|
*
|
bpf: Test_verifier, bpf_get_stack return value add <0
John Fastabend
2020-03-31
1
-4
/
+4
|
*
|
bpf: Add selftest cases for ctx_or_null argument type
Daniel Borkmann
2020-03-28
1
-0
/
+105
|
*
|
bpf: Test_verifier, #70 error message updates for 32-bit right shift
John Fastabend
2020-03-26
1
-4
/
+2
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-03-26
1
-0
/
+15
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
selftests: bpf: Add test for JMP32 JSET BPF_X with upper bits set
Luke Nelson
2020-03-06
1
-0
/
+15
|
|
/
*
/
selftests/bpf: Test new __sk_buff field gso_size
Willem de Bruijn
2020-03-04
1
-0
/
+47
|
/
*
bpf: Add further test_verifier cases for record_func_key
Daniel Borkmann
2019-12-19
2
-3
/
+154
*
selftests/bpf: Add verifier tests for better jmp32 register bounds
Yonghong Song
2019-11-25
1
-0
/
+83
*
bpf: Add loop test case with 32 bit reg comparison against 0
Daniel Borkmann
2019-10-04
1
-0
/
+17
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-09-06
1
-0
/
+194
|
\
|
*
selftests/bpf: precision tracking tests
Alexei Starovoitov
2019-09-05
1
-0
/
+52
|
*
selftests/bpf: add precision tracking test
Alexei Starovoitov
2019-08-28
1
-0
/
+25
|
*
selftests/bpf: verifier precise tests
Alexei Starovoitov
2019-08-28
1
-0
/
+117
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-19
1
-0
/
+28
|
\
\
|
|
/
|
/
|
|
*
selftests/bpf: tests for jmp to 1st insn
Alexei Starovoitov
2019-08-01
1
-0
/
+28
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2019-08-14
1
-0
/
+94
|
\
\
|
|
/
|
/
|
|
*
selftests/bpf: Add selftests for bpf_perf_event_output
Allan Zhang
2019-07-26
1
-0
/
+94
*
|
selftests/bpf: add another gso_segs access
Eric Dumazet
2019-07-23
1
-0
/
+11
|
/
*
selftests/bpf: fix "valid read map access into a read-only array 1" on s390
Ilya Leoshkevich
2019-07-18
1
-1
/
+1
*
selftests/bpf: fix "alu with different scalars 1" on s390
Ilya Leoshkevich
2019-07-16
1
-1
/
+1
*
selftests/bpf: add selftests for wide loads
Stanislav Fomichev
2019-07-15
1
-0
/
+37
*
selftests/bpf: rename verifier/wide_store.c to verifier/wide_access.c
Stanislav Fomichev
2019-07-15
2
-36
/
+36
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-07-09
1
-0
/
+85
|
\
|
*
selftests: bpf: add tests for shifts by zero
Luke Nelson
2019-07-03
1
-0
/
+85
*
|
selftests/bpf: add verifier tests for wide stores
Stanislav Fomichev
2019-07-08
1
-0
/
+36
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-06-20
7
-42
/
+216
|
\
\
|
|
/
|
/
|
|
*
selftests/bpf: add basic verifier tests for loops
Alexei Starovoitov
2019-06-19
1
-0
/
+161
|
*
selftests/bpf: fix tests
Alexei Starovoitov
2019-06-19
2
-13
/
+20
|
*
selftests/bpf: fix tests due to const spill/fill
Alexei Starovoitov
2019-06-19
2
-14
/
+17
|
*
tools/bpf: Add bpf_map_lookup_elem selftest for xskmap
Jonathan Lemon
2019-06-11
1
-0
/
+18
|
*
bpf: Allow bpf_map_lookup_elem() on an xskmap
Jonathan Lemon
2019-06-11
1
-15
/
+0
*
|
bpf: fix div64 overflow tests to properly detect errors
Naveen N. Rao
2019-06-13
1
-4
/
+10
*
|
selftests: bpf: complete sub-register zero extension checks
Jiong Wang
2019-05-29
1
-11
/
+505
*
|
selftests: bpf: move sub-register zero extension checks into subreg.c
Jiong Wang
2019-05-29
2
-39
/
+39
*
|
selftests: bpf: add zero extend checks for ALU32 and/or/xor
Björn Töpel
2019-05-23
1
-0
/
+39
|
/
*
bpf: add various test cases for backward jumps
Daniel Borkmann
2019-05-13
1
-0
/
+195
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-08
1
-0
/
+19
|
\
|
*
bpf, x32: Fix bug for BPF_JMP | {BPF_JSGT, BPF_JSLE, BPF_JSLT, BPF_JSGE}
Wang YanQing
2019-05-01
1
-0
/
+19
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-05-03
2
-0
/
+47
|
\
|
|
*
selftests/bpf: test cases for pkt/null checks in subprogs
Paul Chaignon
2019-04-26
2
-0
/
+47
*
|
bpf: Add verifier tests for the bpf_sk_storage
Martin KaFai Lau
2019-04-27
1
-0
/
+116
*
|
selftests: bpf: test writable buffers in raw tps
Matt Mullins
2019-04-27
1
-0
/
+34
*
|
selftests/bpf: two scale tests
Alexei Starovoitov
2019-04-16
1
-0
/
+18
*
|
selftests/bpf: Test ARG_PTR_TO_LONG arg type
Andrey Ignatov
2019-04-12
1
-0
/
+160
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-04-12
5
-3
/
+699
|
\
\
[next]