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-11-30
bpf: Make more use of 'any' alignment in test_verifier.c
David Miller
2018-11-30
bpf: Adjust F_NEEDS_EFFICIENT_UNALIGNED_ACCESS handling in test_verifier.c
David Miller
2018-11-30
bpf: Add BPF_F_ANY_ALIGNMENT.
David Miller
2018-11-30
bpf: Fix verifier log string check for bad alignment.
David Miller
2018-11-30
bpf: Fix verifier log string check for bad alignment.
David Miller
2018-11-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-11-22
bpf: add skb->tstamp r/w access from tc clsact and cg skb progs
Vlad Dumitrescu
2018-11-16
bpf: fix off-by-one error in adjust_subprog_starts
Edward Cree
2018-11-10
selftests/bpf: Test narrow loads with off > 0 in test_verifier
Andrey Ignatov
2018-10-31
bpf: test make sure to run unpriv test cases in test_verifier
Daniel Borkmann
2018-10-31
bpf: add various test cases to test_verifier
Daniel Borkmann
2018-10-25
bpf: disallow direct packet access for unpriv in cg_skb
Daniel Borkmann
2018-10-25
bpf: fix test suite to enable all unpriv program types
Daniel Borkmann
2018-10-20
bpf, verifier: fix register type dump in xadd and st
Daniel Borkmann
2018-10-19
bpf: add tests for direct packet access from CGROUP_SKB
Song Liu
2018-10-09
selftests/bpf: test_verifier, check bpf_map_lookup_elem access in bpf prog
Prashant Bhole
2018-10-09
selftests/bpf: test_verifier, change names of fixup maps
Prashant Bhole
2018-10-03
selftests/bpf: Add tests for reference tracking
Joe Stringer
2018-10-03
selftests/bpf: Generalize dummy program types
Joe Stringer
2018-10-03
bpf: Reuse canonical string formatter for ctx errs
Joe Stringer
2018-10-03
bpf: Simplify ptr_min_max_vals adjustment
Joe Stringer
2018-10-01
selftests/bpf: add verifier per-cpu cgroup storage tests
Roman Gushchin
2018-08-11
bpf: Refactor ARRAY_SIZE macro to bpf_util.h
Martin KaFai Lau
2018-08-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-08-03
selftests/bpf: fix a typo in map in map test
Roman Gushchin
2018-08-03
selftests/bpf: add verifier cgroup storage tests
Roman Gushchin
2018-07-31
bpf: verifier: MOV64 don't mark dst reg unbounded
Arthur Fabre
2018-07-19
bpf: test case to check whether src/dst regs got mangled by xadd
Daniel Borkmann
2018-07-11
bpf: fix panic due to oob in bpf_prog_test_run_skb
Daniel Borkmann
2018-06-07
bpf: reject passing modified ctx to helper functions
Daniel Borkmann
2018-06-03
bpf: test case for map pointer poison with calls/branches
Daniel Borkmann
2018-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-05-18
bpf: add sk_msg prog sk access tests to test_verifier
John Fastabend
2018-05-17
selftests/bpf: check return value of fopen in test_verifier.c
Jesper Dangaard Brouer
2018-05-14
bpf: add ld64 imm test cases
Daniel Borkmann
2018-05-03
bpf: migrate ebpf ld_abs/ld_ind tests to test_verifier
Daniel Borkmann
2018-04-29
tools/bpf: add a verifier test case for bpf_get_stack helper and ARSH
Yonghong Song
2018-04-24
tools/bpf: add verifier tests for accesses to map values
Paul Chaignon
2018-03-19
bpf: add verifier tests for BPF_PROG_TYPE_SK_MSG
John Fastabend
2018-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-02-26
bpf: add tail call tests to test_verifier
Daniel Borkmann
2018-02-26
bpf: unify rlimit handling in selftests
Daniel Borkmann
2018-02-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-02-23
bpf: add various jit test cases
Daniel Borkmann
2018-02-23
bpf: allow xadd only on aligned memory
Daniel Borkmann
2018-02-22
bpf, arm64: fix out of bounds access in tail call
Daniel Borkmann
2018-02-15
selftests/bpf: Only run tests if !bpf_disabled
Joe Stringer
2018-02-15
selftests/bpf: Count tests skipped by unpriv
Joe Stringer
2018-02-15
selftests/bpf: Print unexpected output on fail
Joe Stringer
[prev]
[next]