summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2017-02-15bpf: Rebuild bpf.o for any dependency updateMickaël Salaün1-2/+13
2017-02-10bpf: Add test_tag to .gitignoreMickaël Salaün1-0/+1
2017-02-10bpf: Remove bpf_sys.h from selftestsMickaël Salaün6-34/+3
2017-02-10bpf: Use bpf_create_map() from the libraryMickaël Salaün6-30/+15
2017-02-10bpf: Use bpf_map_get_next_key() from the libraryMickaël Salaün3-29/+18
2017-02-10bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün3-24/+14
2017-02-10bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün4-48/+37
2017-02-10bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün4-89/+97
2017-02-10bpf: Use bpf_load_program() from the libraryMickaël Salaün4-27/+12
2017-02-10bpf: Always test unprivileged programsMickaël Salaün2-6/+64
2017-02-10bpf: Change the include directory for selftestMickaël Salaün1-1/+1
2017-02-07bpf: enable verifier to add 0 to packet ptrWilliam Tu1-0/+23
2017-02-07bpf: test for AND edge casesJosef Bacik1-0/+55
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-27/+28
2017-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-26/+27
2017-01-26bpf: use prefix_len in test_tag when reading fdinfoDaniel Borkmann1-1/+1
2017-01-24bpf: enable verifier to better track const alu opsDaniel Borkmann1-0/+82
2017-01-24bpf: add prog tag test case to bpf selftestsDaniel Borkmann2-2/+204
2017-01-24bpf: Add tests for the lpm trie mapDavid Herrmann3-2/+361
2017-01-18selftest/powerpc: Wrong PMC initialized in pmc56_overflow testMadhavan Srinivasan1-1/+1
2017-01-17bpf: Fix test_lru_sanity5() in test_lru_map.cMartin KaFai Lau1-26/+27
2017-01-12tools: psock_lib: harden socket filter used by psock testsSowmini Varadhan1-7/+32
2017-01-12bpf: allow b/h/w/dw access for bpf's cb in ctxDaniel Borkmann1-3/+439
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-4/+4
2017-01-10bpf: allow helpers access to variable memoryGianluca Borello1-0/+410
2017-01-10bpf: allow adjusted map element values to spillGianluca Borello1-0/+46
2017-01-10bpf: allow helpers access to map element valuesGianluca Borello1-0/+491
2017-01-05selftests: x86/pkeys: fix spelling mistake: "itertation" -> "iteration"Colin King1-1/+1
2017-01-05selftests: do not require bash to run netsocktests testcaseRolf Eike Beer1-1/+1
2017-01-05selftests: do not require bash to run bpf testsRolf Eike Beer1-1/+1
2017-01-05selftests: do not require bash for the generated testRolf Eike Beer1-1/+1
2017-01-05tools: psock_tpacket: block Rx until socket filter has been added and socket ...Sowmini Varadhan1-3/+3
2017-01-03tools: test case for TPACKET_V3/TX_RING supportSowmini Varadhan1-17/+74
2016-12-19Merge tag 'libnvdimm-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-7/+23
2016-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+29
2016-12-18Merge branch 'for-4.10/libnvdimm' into libnvdimm-for-nextDan Williams1-7/+23
2016-12-17bpf, test_verifier: fix a test case error result on unprivilegedDaniel Borkmann1-1/+1
2016-12-17bpf: fix regression on verifier pruning wrt map lookupsDaniel Borkmann1-0/+28
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds53-337/+3307
2016-12-16Merge tag 'linux-kselftest-4.10-rc1-update' of git://git.kernel.org/pub/scm/l...Linus Torvalds24-0/+1948
2016-12-16Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds7-7/+131
2016-12-15redo: radix tree test suite: fix compilationMatthew Wilcox2-29/+1
2016-12-15radix tree test suite: delete unused rcupdate.cMatthew Wilcox1-86/+0
2016-12-15radix tree test suite: add new tag checkMatthew Wilcox1-0/+3
2016-12-15radix-tree: ensure counts are initialisedMatthew Wilcox1-4/+41
2016-12-15radix tree test suite: cache recently freed objectsMatthew Wilcox2-12/+41
2016-12-15radix tree test suite: add some more functionalityMatthew Wilcox3-0/+21
2016-12-15radix tree test suite: check multiorder iterationMatthew Wilcox4-35/+73
2016-12-15radix-tree: fix replacement for multiorder entriesMatthew Wilcox1-12/+75
2016-12-15radix-tree: add radix_tree_split_preload()Matthew Wilcox2-2/+45