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