summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-09-2510-13/+1522
|\
| * selftests/bpf: fix bpf_flow.c buildAlexei Starovoitov2018-09-141-1/+1
| * selftests/bpf: test bpf flow dissectionPetar Penkov2018-09-148-2/+1134
| * flow_dissector: implements eBPF parserPetar Penkov2018-09-142-1/+374
| * selftests/bpf/test_progs: do not check errno == 0Mauricio Vasquez B2018-09-061-10/+10
| * selftests/bpf: add missing executables to .gitignoreMauricio Vasquez B2018-09-061-0/+4
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-257-7/+216
|\ \
| * \ Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman2018-09-252-5/+9
| |\ \
| | * | bpf: test_maps, only support ESTABLISHED socksJohn Fastabend2018-09-221-3/+7
| | * | selftests: pmtu: properly redirect stderr to /dev/nullSabrina Dubroca2018-09-181-2/+2
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGreg Kroah-Hartman2018-09-215-2/+207
| |\ \ \ | | |/ / | |/| |
| | * | kvm: selftests: Add platform_info_testDrew Schmitt2018-09-205-1/+206
| | * | kvm: selftests: use -pthread instead of -lpthreadLei Yang2018-09-201-1/+1
* | | | selftests/net: add ipv6 tests to ip_defrag selftestPeter Oskolkov2018-09-212-98/+190
* | | | selftests: mlxsw: Add a test for UC behavior under MC floodPetr Machata2018-09-201-0/+347
* | | | selftests: forwarding: lib: Add mtu_set(), mtu_restore()Petr Machata2018-09-201-0/+17
* | | | selftests: forwarding: lib: Add ethtool_stats_get()Petr Machata2018-09-201-0/+8
* | | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-1818-19/+316
|\| | |
| * | | Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman2018-09-181-0/+49
| |\ \ \
| | * | | tls: fix currently broken MSG_PEEK behaviorDaniel Borkmann2018-09-171-0/+49
| | |/ /
| * | | Merge tag 'linux-kselftest-4.19-rc5' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2018-09-1717-19/+266
| |\ \ \ | | |/ / | |/| |
| | * | Add tests for memory.oom.groupJay Kamat2018-09-073-0/+227
| | * | Fix cg_read_strcmp()Jay Kamat2018-09-071-3/+14
| | * | cgroup: kselftests: add test_core to .gitignoreLei Yang2018-09-061-0/+1
| | * | selftests: memory-hotplug: add required configsLei Yang2018-09-051-0/+1
| | * | selftests/efivarfs: add required kernel configsLei Yang2018-09-051-0/+1
| | * | selftests: add headers_install to lib.mkAnders Roxell2018-09-059-15/+22
| | * | selftests: kselftest: Remove outdated commentThiago Jung Bauermann2018-08-271-1/+0
| | * | selftests: android: move config up a levelAnders Roxell2018-08-271-0/+0
* | | | selftests/tls: Add MSG_WAITALL in recv() syscallVakul Garg2018-09-171-9/+9
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-042-2/+53
|\| |
| * | selftests: pmtu: detect correct binary to ping ipv6 addressesSabrina Dubroca2018-08-311-1/+4
| * | selftests: pmtu: maximum MTU for vti4 is 2^16-1-20Sabrina Dubroca2018-08-311-1/+1
| * | tc-testing: add test-cases for numeric and invalid control actionPaolo Abeni2018-08-291-0/+48
| |/
* | selftests/tls: Add test for recv(PEEK) spanning across multiple recordsVakul Garg2018-09-011-0/+22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-08-314-64/+240
|\ \
| * | bpf: add selftest for bpf's (set|get)_sockopt for SAVE_SYNNikita V. Shirokov2018-09-012-4/+65
| * | tools/bpf: add bpffs percpu map pretty print tests in test_btfYonghong Song2018-08-301-35/+144
| * | bpf: use --cgroup in test_suite if suppliedJohn Fastabend2018-08-291-22/+31
| * | bpf: sockmap test remove shutdown() callsJohn Fastabend2018-08-291-3/+0
| |/
* / selftests/net: add ip_defrag selftestPeter Oskolkov2018-08-294-2/+344
|/
* Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-265-190/+58
|\
| * test_ida: check_ida_destroy and check_ida_allocMatthew Wilcox2018-08-211-66/+4
| * test_ida: Convert check_ida_conv to new APIMatthew Wilcox2018-08-211-46/+10
| * test_ida: Move ida_check_maxMatthew Wilcox2018-08-211-28/+0
| * test_ida: Move ida_check_leafMatthew Wilcox2018-08-211-27/+0
| * idr-test: Convert ida_check_nomem to new APIMatthew Wilcox2018-08-211-6/+7
| * ida: Start new test_ida moduleMatthew Wilcox2018-08-214-7/+22
| * radix tree test suite: Enable ubsanMatthew Wilcox2018-08-212-11/+14
| * radix tree test suite: Fix compilationMatthew Wilcox2018-08-211-0/+2