summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-096-25/+422
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-12-094-21/+382
| |\
| | * bpf: improve verifier branch analysisAlexei Starovoitov2018-12-041-2/+2
| | * bpf: Support sk lookup in netns with id 0Joe Stringer2018-11-302-11/+11
| | * bpf: Fix verifier log string check for bad alignment.David Miller2018-11-301-1/+1
| | * tools/bpf: add addition type tests to test_btfYonghong Song2018-11-281-0/+361
| | * tools/bpf: fix two test_btf unit test casesMartin KaFai Lau2018-11-281-7/+7
| * | Merge tag 'libnvdimm-fixes-4.20-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-12-091-2/+33
| |\ \
| | * | tools/testing/nvdimm: Align test resources to 128MDan Williams2018-12-051-2/+33
| * | | proc: fixup map_files test on armAlexey Dobriyan2018-11-301-2/+7
| | |/ | |/|
* | | tc-testing: gitignore, ignore generated test resultsLucas Bates2018-12-071-0/+3
* | | tc-testing: Implement the TdcResults module in tdcLucas Bates2018-12-073-51/+91
* | | tc-testing: Add new TdcResults moduleLucas Bates2018-12-071-0/+132
* | | tc-testing: Add command timeout feature to tdcLucas Bates2018-12-072-5/+13
* | | selftests: forwarding: Add PVID test case for VXLAN with VLAN-aware bridgesIdo Schimmel2018-12-071-0/+70
* | | selftests: mlxsw: vxlan: Test FDB un/marking on VXLAN join/leavePetr Machata2018-12-071-0/+177
* | | selftests: mlxsw: Add a new test extack.shPetr Machata2018-12-061-0/+84
* | | selftests: mlxsw: Add one-armed router testIdo Schimmel2018-12-041-0/+259
* | | selftests: extend zerocopy tests to udpWillem de Bruijn2018-12-033-1/+7
* | | test/net: Add script for VXLAN underlay in a VRFAlexis Bauvin2018-12-032-1/+130
* | | selftests: forwarding: Add VxLAN test with a VLAN-aware bridgeIdo Schimmel2018-11-302-0/+800
* | | selftests: mlxsw: Add a test for VxLAN configuration with a VLAN-aware bridgeIdo Schimmel2018-11-301-1/+203
* | | selftests: mlxsw: Consider VLAN-aware bridges as validIdo Schimmel2018-11-301-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-296-53/+192
|\ \ \
| * | | bpf: Fix various lib and testsuite build failures on 32-bit.David Miller2018-11-281-5/+5
| * | | selftests/bpf: add config fragment CONFIG_FTRACE_SYSCALLSNaresh Kamboju2018-11-281-0/+1
| * | | bpf: test_sockmap, add options for msg_pop_data() helperJohn Fastabend2018-11-282-17/+180
| * | | bpf: add msg_pop_data helper to toolsJohn Fastabend2018-11-281-0/+2
| * | | libbpf: Name changing for btf_get_from_idMartin KaFai Lau2018-11-261-1/+1
| * | | tools/bpf: change selftest test_btf for both jit and non-jitYonghong Song2018-11-261-30/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-286-1/+110
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-11-284-0/+87
| |\ \
| | * | selftests: add script to stress-test nft packet path vs. control planeFlorian Westphal2018-11-124-0/+87
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-11-252-1/+23
| |\ \ \
| | * | | bpf: fix off-by-one error in adjust_subprog_startsEdward Cree2018-11-161-0/+19
| | * | | kselftests/bpf: use ping6 as the default ipv6 ping binary when it existsLi Zhijian2018-11-091-1/+4
| | |/ /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-11-2617-77/+1629
|\ \ \ \
| * | | | bpf: add skb->tstamp r/w access from tc clsact and cg skb progsVlad Dumitrescu2018-11-221-0/+29
| * | | | tools/bpf: fix spelling mistake "memeory" -> "memory"Colin Ian King2018-11-221-2/+2
| * | | | bpf: adding tests for map_in_map helpber in libbpfNikita V. Shirokov2018-11-213-1/+141
| * | | | tools/bpf: enhance test_btf file testing to test func infoYonghong Song2018-11-203-13/+136
| * | | | tools/bpf: do not use pahole if clang/llvm can generate BTF sectionsYonghong Song2018-11-201-0/+8
| * | | | tools/bpf: extends test_btf to test load/retrieve func_type infoYonghong Song2018-11-201-3/+329
| * | | | tools/bpf: Add tests for BTF_KIND_FUNC_PROTO and BTF_KIND_FUNCMartin KaFai Lau2018-11-201-2/+472
| * | | | tools: add selftest for BPF_F_ZERO_SEEDLorenz Bauer2018-11-201-9/+55
| * | | | selftest/bpf: Use bpf_sk_lookup_{tcp, udp} in test_sock_addrAndrey Ignatov2018-11-162-21/+78
| * | | | selftests/bpf: Fix uninitialized duration warningJoe Stringer2018-11-161-1/+1
| * | | | selftests/bpf: Test narrow loads with off > 0 for bpf_sock_addrAndrey Ignatov2018-11-101-4/+24
| * | | | selftests/bpf: Test narrow loads with off > 0 in test_verifierAndrey Ignatov2018-11-101-10/+38
| * | | | selftests/bpf: rename flow dissector section to flow_dissectorStanislav Fomichev2018-11-102-2/+2