summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
Commit message (Expand)AuthorAgeFilesLines
* bpf: fix hashmap extra_elems logicAlexei Starovoitov2017-03-221-3/+26
* selftests/bpf: fix broken build, take 2Zi Shen Lim2017-03-211-9/+10
* selftests/bpf: fix broken buildAlexei Starovoitov2017-03-122-1/+7
* Merge tag 'linux-kselftest-4.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-251-8/+2
|\
| * selftests: remove duplicated all and clean targetbamvor.zhangjian@huawei.com2017-01-051-8/+2
* | bpf: Rebuild bpf.o for any dependency updateMickaël Salaün2017-02-151-2/+13
* | bpf: Add test_tag to .gitignoreMickaël Salaün2017-02-101-0/+1
* | bpf: Remove bpf_sys.h from selftestsMickaël Salaün2017-02-106-34/+3
* | bpf: Use bpf_create_map() from the libraryMickaël Salaün2017-02-106-30/+15
* | bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün2017-02-103-29/+18
* | bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün2017-02-103-24/+14
* | bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün2017-02-104-48/+37
* | bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün2017-02-104-89/+97
* | bpf: Use bpf_load_program() from the libraryMickaël Salaün2017-02-104-27/+12
* | bpf: Always test unprivileged programsMickaël Salaün2017-02-102-6/+64
* | bpf: Change the include directory for selftestMickaël Salaün2017-02-101-1/+1
* | bpf: enable verifier to add 0 to packet ptrWilliam Tu2017-02-061-0/+23
* | bpf: test for AND edge casesJosef Bacik2017-02-061-0/+55
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-281-26/+27
|\ \
| * | bpf: Fix test_lru_sanity5() in test_lru_map.cMartin KaFai Lau2017-01-171-26/+27
* | | bpf: use prefix_len in test_tag when reading fdinfoDaniel Borkmann2017-01-251-1/+1
* | | bpf: enable verifier to better track const alu opsDaniel Borkmann2017-01-241-0/+82
* | | bpf: add prog tag test case to bpf selftestsDaniel Borkmann2017-01-242-2/+204
* | | bpf: Add tests for the lpm trie mapDavid Herrmann2017-01-233-2/+361
* | | bpf: allow b/h/w/dw access for bpf's cb in ctxDaniel Borkmann2017-01-121-3/+439
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-111-1/+1
|\ \ \ | |/ /
| * | selftests: do not require bash to run bpf testsRolf Eike Beer2017-01-051-1/+1
| |/
* | bpf: allow helpers access to variable memoryGianluca Borello2017-01-091-0/+410
* | bpf: allow adjusted map element values to spillGianluca Borello2017-01-091-0/+46
* | bpf: allow helpers access to map element valuesGianluca Borello2017-01-091-0/+491
|/
* bpf, test_verifier: fix a test case error result on unprivilegedDaniel Borkmann2016-12-171-1/+1
* bpf: fix regression on verifier pruning wrt map lookupsDaniel Borkmann2016-12-171-0/+28
* bpf: add additional verifier tests for BPF_PROG_TYPE_LWT_*Thomas Graf2016-12-061-0/+134
* bpf: Preserve const register type on const OR alu opsGianluca Borello2016-12-052-0/+61
* bpf: add test for the verifier equal logic bugJosef Bacik2016-11-301-0/+23
* bpf: fix multiple issues in selftest suite and samplesDaniel Borkmann2016-11-274-6/+49
* bpf: Add tests for the LRU bpf_htabMartin KaFai Lau2016-11-152-3/+586
* bpf: Detect identical PTR_TO_MAP_VALUE_OR_NULL registersThomas Graf2016-10-191-0/+72
* bpf: add initial suite for selftestsDaniel Borkmann2016-10-187-0/+3456
OpenPOWER on IntegriCloud