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
/
test_verifier.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: add test cases to bpf selftests to cover all access tests
Daniel Borkmann
2017-10-22
1
-0
/
+480
*
bpf: remove mark access for SK_SKB program types
John Fastabend
2017-10-20
1
-2
/
+14
*
bpf: disallow arithmetic operations on context pointer
Jakub Kicinski
2017-10-18
1
-0
/
+14
*
bpf/verifier: reject BPF_ALU64|BPF_END
Edward Cree
2017-09-16
1
-0
/
+16
*
bpf: more SK_SKB selftests
John Fastabend
2017-08-28
1
-0
/
+98
*
selftests/bpf: add a test for a pruning bug in the verifier
Alexei Starovoitov
2017-08-24
1
-0
/
+28
*
selftests/bpf: add a test for a bug in liveness-based pruning
Edward Cree
2017-08-24
1
-0
/
+16
*
bpf: selftests: add tests for new __sk_buff members
John Fastabend
2017-08-16
1
-0
/
+152
*
bpf: add test cases for new BPF_J{LT, LE, SLT, SLE} instructions
Daniel Borkmann
2017-08-10
1
-0
/
+313
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-08-10
1
-9
/
+10
|
\
|
*
bpf: fix byte order test in test_verifier
Daniel Borkmann
2017-08-05
1
-9
/
+10
*
|
selftests/bpf: variable offset negative tests
Edward Cree
2017-08-09
1
-0
/
+41
*
|
selftests/bpf: don't try to access past MAX_PACKET_OFF in test_verifier
Edward Cree
2017-08-09
1
-8
/
+8
*
|
selftests/bpf: change test_verifier expectations
Edward Cree
2017-08-09
1
-180
/
+152
|
/
*
selftests/bpf: subtraction bounds test
Edward Cree
2017-07-24
1
-0
/
+28
*
bpf: more tests for mixed signed and unsigned bounds checks
Daniel Borkmann
2017-07-21
1
-0
/
+418
*
bpf: add test for mixed signed and unsigned bounds checks
Edward Cree
2017-07-21
1
-0
/
+52
*
bpf: fix up test cases with mixed signed/unsigned bounds
Daniel Borkmann
2017-07-21
1
-4
/
+4
*
bpf: allow to specify log level and reduce it for test_verifier
Daniel Borkmann
2017-07-21
1
-1
/
+1
*
bpf: add various test cases for verifier selftest
Daniel Borkmann
2017-07-03
1
-0
/
+165
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-30
1
-0
/
+66
|
\
|
*
bpf: prevent leaking pointer via xadd on unpriviledged
Daniel Borkmann
2017-06-29
1
-0
/
+66
*
|
selftests/bpf: Add test cases to test narrower ctx field loads
Yonghong Song
2017-06-14
1
-0
/
+176
*
|
bpf: permits narrower load from bpf program context fields
Yonghong Song
2017-06-14
1
-79
/
+13
*
|
selftests/bpf: make correct use of exit codes in bpf selftests
Jesper Dangaard Brouer
2017-06-13
1
-1
/
+1
|
/
*
bpf: add various verifier test cases
Daniel Borkmann
2017-05-25
1
-4
/
+235
*
bpf: enhance verifier to understand stack pointer arithmetic
Yonghong Song
2017-05-01
1
-6
/
+12
*
bpf: add various test cases to verifier selftests
Daniel Borkmann
2017-04-28
1
-0
/
+137
*
bpf: add napi_id read access to __sk_buff
Daniel Borkmann
2017-04-21
1
-0
/
+3
*
selftests/bpf: fix merge conflict
Alexei Starovoitov
2017-04-06
1
-5
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-06
1
-5
/
+290
|
\
|
*
bpf: add various verifier test cases for self-tests
Daniel Borkmann
2017-04-01
1
-5
/
+265
|
*
bpf: improve verifier packet range checks
Alexei Starovoitov
2017-03-25
1
-0
/
+20
*
|
bpf: Add tests for map-in-map
Martin KaFai Lau
2017-03-22
1
-13
/
+118
|
/
*
selftests/bpf: fix broken build
Alexei Starovoitov
2017-03-13
1
-0
/
+4
*
bpf: Remove bpf_sys.h from selftests
Mickaël Salaün
2017-02-10
1
-2
/
+2
*
bpf: Use bpf_create_map() from the library
Mickaël Salaün
2017-02-10
1
-2
/
+2
*
bpf: Use bpf_load_program() from the library
Mickaël Salaün
2017-02-10
1
-3
/
+5
*
bpf: Always test unprivileged programs
Mickaël Salaün
2017-02-10
1
-5
/
+63
*
bpf: enable verifier to add 0 to packet ptr
William Tu
2017-02-07
1
-0
/
+23
*
bpf: test for AND edge cases
Josef Bacik
2017-02-07
1
-0
/
+55
*
bpf: enable verifier to better track const alu ops
Daniel Borkmann
2017-01-24
1
-0
/
+82
*
bpf: allow b/h/w/dw access for bpf's cb in ctx
Daniel Borkmann
2017-01-12
1
-3
/
+439
*
bpf: allow helpers access to variable memory
Gianluca Borello
2017-01-09
1
-0
/
+410
*
bpf: allow adjusted map element values to spill
Gianluca Borello
2017-01-09
1
-0
/
+46
*
bpf: allow helpers access to map element values
Gianluca Borello
2017-01-09
1
-0
/
+491
*
bpf, test_verifier: fix a test case error result on unprivileged
Daniel Borkmann
2016-12-17
1
-1
/
+1
*
bpf: fix regression on verifier pruning wrt map lookups
Daniel Borkmann
2016-12-17
1
-0
/
+28
*
bpf: add additional verifier tests for BPF_PROG_TYPE_LWT_*
Thomas Graf
2016-12-06
1
-0
/
+134
*
bpf: Preserve const register type on const OR alu ops
Gianluca Borello
2016-12-05
1
-0
/
+60
[next]