index
:
linux/linux-stable.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.14.y
linux-6.15.y
linux-6.16.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
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
2018-02-01
bpf: fix null pointer deref in bpf_prog_test_run_xdp
Daniel Borkmann
2018-01-26
bpf: add further test cases around div/mod and others
Daniel Borkmann
2018-01-23
tools/bpf: fix a test failure in selftests prog test_verifier
Yonghong Song
2018-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-01-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-19
bpf: add couple of test cases for div/mod by zero
Daniel Borkmann
2018-01-18
selftests/bpf: make test_verifier run most programs
Alexei Starovoitov
2018-01-17
bpf: mark dst unknown on inconsistent {s, u}bounds adjustments
Daniel Borkmann
2018-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-16
bpf: reject stores into ctx via st and xadd
Daniel Borkmann
2018-01-10
bpf: arsh is not supported in 32 bit alu thus reject it
Daniel Borkmann
2017-12-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2017-12-27
bpf: fix max call depth check
Alexei Starovoitov
2017-12-27
selftests/bpf: additional stack depth tests
Alexei Starovoitov
2017-12-27
bpf: selftest for late caller stack size increase
Jann Horn
2017-12-23
bpf: fix stacksafe exploration when comparing states
Gianluca Borello
2017-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-12-21
bpf: do not allow root to mangle valid pointers
Alexei Starovoitov
2017-12-21
selftests/bpf: add tests for recent bugfixes
Jann Horn
2017-12-17
selftests/bpf: additional bpf_call tests
Daniel Borkmann
2017-12-17
selftests/bpf: add tests for stack_zero tracking
Alexei Starovoitov
2017-12-17
selftests/bpf: add verifier tests for bpf_call
Alexei Starovoitov
2017-12-15
bpf: add test case for ld_abs and helper changing pkt data
Daniel Borkmann
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
[prev]
[next]