Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
c71d227fc4133f949dae620ed5e3a250b43f2415
/
tools
/
testing
/
selftests
/
bpf
/
test_verifier.c
db1ac49
bpf: introduce ARG_PTR_TO_MEM_OR_NULL
by Gianluca Borello
· 7 years ago
f1a8b8e
bpf: change bpf_probe_write_user to bpf_trace_printk in test_verifier
by Yonghong Song
· 7 years ago
b6ff639
bpf: fix and add test cases for ARG_CONST_SIZE_OR_ZERO semantics change
by Yonghong Song
· 7 years ago
634eab1
bpf: add test cases to bpf selftests to cover all meta tests
by Daniel Borkmann
· 7 years ago
b06723d
bpf: minor cleanups after merge
by Daniel Borkmann
· 7 years ago
f8ddadc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
b37242c
bpf: add test cases to bpf selftests to cover all access tests
by Daniel Borkmann
· 7 years ago
f7e9cb1
bpf: remove mark access for SK_SKB program types
by John Fastabend
· 7 years ago
28e33f9
bpf: disallow arithmetic operations on context pointer
by Jakub Kicinski
· 7 years ago
390ee7e
bpf: enforce return code for cgroup-bpf programs
by Alexei Starovoitov
· 7 years ago
88cda1c
bpf: libbpf: Provide basic API support to specify BPF obj name
by Martin KaFai Lau
· 7 years ago
22c8852
bpf: improve selftests and add tests for meta pointer
by Daniel Borkmann
· 7 years ago
e67b8a6
bpf/verifier: reject BPF_ALU64|BPF_END
by Edward Cree
· 7 years ago
ed85054
bpf: more SK_SKB selftests
by John Fastabend
· 7 years ago
df20cb7
selftests/bpf: add a test for a pruning bug in the verifier
by Alexei Starovoitov
· 7 years ago
d893dc2
selftests/bpf: add a test for a bug in liveness-based pruning
by Edward Cree
· 7 years ago
41bc94f
bpf: selftests: add tests for new __sk_buff members
by John Fastabend
· 7 years ago
31e482b
bpf: add test cases for new BPF_J{LT, LE, SLT, SLE} instructions
by Daniel Borkmann
· 7 years ago
3118e6e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
69c4e8a
selftests/bpf: variable offset negative tests
by Edward Cree
· 7 years ago
1f9ab38
selftests/bpf: don't try to access past MAX_PACKET_OFF in test_verifier
by Edward Cree
· 7 years ago
f65b184
selftests/bpf: change test_verifier expectations
by Edward Cree
· 7 years ago
2c46062
bpf: fix byte order test in test_verifier
by Daniel Borkmann
· 7 years ago
545722c
selftests/bpf: subtraction bounds test
by Edward Cree
· 8 years ago
8641250
bpf: more tests for mixed signed and unsigned bounds checks
by Daniel Borkmann
· 8 years ago
b712296
bpf: add test for mixed signed and unsigned bounds checks
by Edward Cree
· 8 years ago
a150213
bpf: fix up test cases with mixed signed/unsigned bounds
by Daniel Borkmann
· 8 years ago
d655490
bpf: allow to specify log level and reduce it for test_verifier
by Daniel Borkmann
· 8 years ago
6d191ed4
bpf: add various test cases for verifier selftest
by Daniel Borkmann
· 8 years ago
b079115
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
6bdf6ab
bpf: prevent leaking pointer via xadd on unpriviledged
by Daniel Borkmann
· 8 years ago
18f3d6b
selftests/bpf: Add test cases to test narrower ctx field loads
by Yonghong Song
· 8 years ago
31fd858
bpf: permits narrower load from bpf program context fields
by Yonghong Song
· 8 years ago
efe5f9c
selftests/bpf: make correct use of exit codes in bpf selftests
by Jesper Dangaard Brouer
· 8 years ago
614d0d7
bpf: add various verifier test cases
by Daniel Borkmann
· 8 years ago
332270f
bpf: enhance verifier to understand stack pointer arithmetic
by Yonghong Song
· 8 years ago
728a853
bpf: add various test cases to verifier selftests
by Daniel Borkmann
· 8 years ago
b1d9fc4
bpf: add napi_id read access to __sk_buff
by Daniel Borkmann
· 8 years ago
89c0a361
selftests/bpf: fix merge conflict
by Alexei Starovoitov
· 8 years ago
6f14f44
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
02ea80b
bpf: add various verifier test cases for self-tests
by Daniel Borkmann
· 8 years ago
b197768
bpf: improve verifier packet range checks
by Alexei Starovoitov
· 8 years ago
fb30d4b
bpf: Add tests for map-in-map
by Martin KaFai Lau
· 8 years ago
1da8ac7
selftests/bpf: fix broken build
by Alexei Starovoitov
· 8 years ago
702498a
bpf: Remove bpf_sys.h from selftests
by Mickaël Salaün
· 8 years ago
f4874d0
bpf: Use bpf_create_map() from the library
by Mickaël Salaün
· 8 years ago
2ee89fb
bpf: Use bpf_load_program() from the library
by Mickaël Salaün
· 8 years ago
d02d898
bpf: Always test unprivileged programs
by Mickaël Salaün
· 8 years ago
63dfef7
bpf: enable verifier to add 0 to packet ptr
by William Tu
· 8 years ago
29200c1
bpf: test for AND edge cases
by Josef Bacik
· 8 years ago
3fadc80
bpf: enable verifier to better track const alu ops
by Daniel Borkmann
· 8 years ago
62c7989
bpf: allow b/h/w/dw access for bpf's cb in ctx
by Daniel Borkmann
· 8 years ago
06c1c04
bpf: allow helpers access to variable memory
by Gianluca Borello
· 8 years ago
f0318d0
bpf: allow adjusted map element values to spill
by Gianluca Borello
· 8 years ago
5722569
bpf: allow helpers access to map element values
by Gianluca Borello
· 8 years ago
0eb6984
bpf, test_verifier: fix a test case error result on unprivileged
by Daniel Borkmann
· 8 years ago
a08dd0d
bpf: fix regression on verifier pruning wrt map lookups
by Daniel Borkmann
· 8 years ago
3f731d8
bpf: add additional verifier tests for BPF_PROG_TYPE_LWT_*
by Thomas Graf
· 8 years ago
3c839744
bpf: Preserve const register type on const OR alu ops
by Gianluca Borello
· 8 years ago
e954890
bpf: add test for the verifier equal logic bug
by Josef Bacik
· 8 years ago
e00c7b2
bpf: fix multiple issues in selftest suite and samples
by Daniel Borkmann
· 8 years ago
57a09bf
bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registers
by Thomas Graf
· 8 years ago
5aa5bd1
bpf: add initial suite for selftests
by Daniel Borkmann
· 8 years ago
[Renamed (84%) from samples/bpf/test_verifier.c]
1a776b9
bpf: add various tests around spill/fill of regs
by Daniel Borkmann
· 8 years ago
1441dc9
Merge branch 'ethernet-use-core-min-max-mtu'
by David S. Miller
· 8 years ago