aboutsummaryrefslogtreecommitdiffstats
path: root/samples/bpf/test_verifier.c
Commit message (Expand)AuthorAge
* bpf: enhance verifier to understand stack pointer arithmeticYonghong Song2017-05-14
* bpf: allow access into map value arraysJosef Bacik2016-09-29
* bpf: add test cases for direct packet accessDaniel Borkmann2016-09-20
* bpf: fix range propagation on direct packet accessDaniel Borkmann2016-09-08
* samples/bpf: add verifier tests for the helper access to the packetAaron Yue2016-08-13
* samples/bpf: add verifier testsAlexei Starovoitov2016-05-06
* bpf, samples: add test cases for raw stackDaniel Borkmann2016-04-14
* samples/bpf: add map_flags to bpf loaderAlexei Starovoitov2016-03-08
* bpf: add unprivileged bpf testsAlexei Starovoitov2015-10-12
* ebpf: Allow dereferences of PTR_TO_STACK registersAlex Gartrell2015-07-27
* bpf: allow programs to write to certain skb fieldsAlexei Starovoitov2015-06-07
* bpf: fix two bugs in verification logic when accessing 'ctx' pointerAlexei Starovoitov2015-04-16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-15
|\
| * bpf: allow BPF programs access 'protocol' and 'vlan_tci' fieldsAlexei Starovoitov2015-03-17
| * samples: bpf: add skb->field examples and testsAlexei Starovoitov2015-03-15
| * ebpf: remove kernel test stubsDaniel Borkmann2015-03-01
* | samples/bpf: Add simple non-portable kprobe filter exampleAlexei Starovoitov2015-04-02
|/
* bpf: remove test map scaffolding and user proper typesAlexei Starovoitov2014-11-18
* samples: bpf: add a verifier test and summary lineAlexei Starovoitov2014-10-30
* bpf: fix bug in eBPF verifierAlexei Starovoitov2014-10-21
* bpf: add tests to verifier testsuiteAlexei Starovoitov2014-10-01
* bpf: mini eBPF library, test stubs and verifier testsuiteAlexei Starovoitov2014-09-26