aboutsummaryrefslogtreecommitdiffstats
path: root/samples/bpf/test_verifier.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-16bpf: fix two bugs in verification logic when accessing 'ctx' pointerAlexei Starovoitov1-0/+22
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+82
2015-04-02samples/bpf: Add simple non-portable kprobe filter exampleAlexei Starovoitov1-1/+1
2015-03-17bpf: allow BPF programs access 'protocol' and 'vlan_tci' fieldsAlexei Starovoitov1-0/+9
2015-03-15samples: bpf: add skb->field examples and testsAlexei Starovoitov1-0/+70
2015-03-01ebpf: remove kernel test stubsDaniel Borkmann1-2/+3
2014-11-18bpf: remove test map scaffolding and user proper typesAlexei Starovoitov1-7/+7
2014-10-30samples: bpf: add a verifier test and summary lineAlexei Starovoitov1-1/+45
2014-10-21bpf: fix bug in eBPF verifierAlexei Starovoitov1-0/+11
2014-10-01bpf: add tests to verifier testsuiteAlexei Starovoitov1-0/+130
2014-09-26bpf: mini eBPF library, test stubs and verifier testsuiteAlexei Starovoitov1-0/+548