开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
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
2017-11-22
bpf: introduce ARG_PTR_TO_MEM_OR_NULL
Gianluca Borello
2017-11-21
bpf: change bpf_probe_write_user to bpf_trace_printk in test_verifier
Yonghong Song
2017-11-14
bpf: fix and add test cases for ARG_CONST_SIZE_OR_ZERO semantics change
Yonghong Song
2017-11-02
bpf: add test cases to bpf selftests to cover all meta tests
Daniel Borkmann
2017-11-02
bpf: minor cleanups after merge
Daniel Borkmann
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-22
bpf: add test cases to bpf selftests to cover all access tests
Daniel Borkmann
2017-10-20
bpf: remove mark access for SK_SKB program types
John Fastabend
2017-10-18
bpf: disallow arithmetic operations on context pointer
Jakub Kicinski
2017-10-04
bpf: enforce return code for cgroup-bpf programs
Alexei Starovoitov
2017-09-29
bpf: libbpf: Provide basic API support to specify BPF obj name
Martin KaFai Lau
2017-09-26
bpf: improve selftests and add tests for meta pointer
Daniel Borkmann
2017-09-15
bpf/verifier: reject BPF_ALU64|BPF_END
Edward Cree
2017-08-28
bpf: more SK_SKB selftests
John Fastabend
2017-08-23
selftests/bpf: add a test for a pruning bug in the verifier
Alexei Starovoitov
2017-08-23
selftests/bpf: add a test for a bug in liveness-based pruning
Edward Cree
2017-08-16
bpf: selftests: add tests for new __sk_buff members
John Fastabend
2017-08-09
bpf: add test cases for new BPF_J{LT, LE, SLT, SLE} instructions
Daniel Borkmann
2017-08-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-08-08
selftests/bpf: variable offset negative tests
Edward Cree
2017-08-08
selftests/bpf: don't try to access past MAX_PACKET_OFF in test_verifier
Edward Cree
2017-08-08
selftests/bpf: change test_verifier expectations
Edward Cree
2017-08-04
bpf: fix byte order test in test_verifier
Daniel Borkmann
2017-07-24
selftests/bpf: subtraction bounds test
Edward Cree
2017-07-20
bpf: more tests for mixed signed and unsigned bounds checks
Daniel Borkmann
2017-07-20
bpf: add test for mixed signed and unsigned bounds checks
Edward Cree
2017-07-20
bpf: fix up test cases with mixed signed/unsigned bounds
Daniel Borkmann
2017-07-20
bpf: allow to specify log level and reduce it for test_verifier
Daniel Borkmann
2017-07-03
bpf: add various test cases for verifier selftest
Daniel Borkmann
2017-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-29
bpf: prevent leaking pointer via xadd on unpriviledged
Daniel Borkmann
2017-06-14
selftests/bpf: Add test cases to test narrower ctx field loads
Yonghong Song
2017-06-14
bpf: permits narrower load from bpf program context fields
Yonghong Song
2017-06-13
selftests/bpf: make correct use of exit codes in bpf selftests
Jesper Dangaard Brouer
2017-05-25
bpf: add various verifier test cases
Daniel Borkmann
2017-05-01
bpf: enhance verifier to understand stack pointer arithmetic
Yonghong Song
2017-04-28
bpf: add various test cases to verifier selftests
Daniel Borkmann
2017-04-21
bpf: add napi_id read access to __sk_buff
Daniel Borkmann
2017-04-06
selftests/bpf: fix merge conflict
Alexei Starovoitov
2017-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-01
bpf: add various verifier test cases for self-tests
Daniel Borkmann
2017-03-24
bpf: improve verifier packet range checks
Alexei Starovoitov
2017-03-22
bpf: Add tests for map-in-map
Martin KaFai Lau
2017-03-12
selftests/bpf: fix broken build
Alexei Starovoitov
2017-02-10
bpf: Remove bpf_sys.h from selftests
Mickaël Salaün
2017-02-10
bpf: Use bpf_create_map() from the library
Mickaël Salaün
2017-02-10
bpf: Use bpf_load_program() from the library
Mickaël Salaün
2017-02-10
bpf: Always test unprivileged programs
Mickaël Salaün
2017-02-06
bpf: enable verifier to add 0 to packet ptr
William Tu
2017-02-06
bpf: test for AND edge cases
Josef Bacik
[next]