aboutsummaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)Author
2019-01-27selftests: bpf: break up test_verifierJakub Kicinski
2019-01-27selftests: bpf: prepare for break up of verifier testsJakub Kicinski
2019-01-26selftests: bpf: makefile support sub-register code-gen test modeJiong Wang
2019-01-26selftests: bpf: functional and min/max reasoning unit tests for JMP32Jiong Wang
2019-01-25selftests/bpf: suppress readelf stderr when probing for BTF supportStanislav Fomichev
2019-01-24bpf: allow BPF programs access skb_shared_info->gso_segs fieldEric Dumazet
2019-01-23selftests: bpf: add tests for dead code removalJakub Kicinski
2019-01-23selftests/bpf: don't hardcode iptables/nc path in test_tcpnotify_userStanislav Fomichev
2019-01-23libbpf: Show supported ELF section names when failing to guess prog/attach typeTaeung Song
2019-01-16tools/bpf: add bpffs pretty print test for int128Yonghong Song
2019-01-16tools/bpf: refactor test_btf pretty printing for multiple map value formatsYonghong Song
2019-01-16tools/bpf: add int128 raw test in test_btfYonghong Song
2019-01-11tools/bpf: test btf bitfield with >=256 struct member offsetYonghong Song
2019-01-10selftests: bpf: install files tcp_(server|client)*.pyAnders Roxell
2019-01-10selftests/bpf: add missing executables to .gitignoreStanislav Fomichev
2019-01-08selftests: forwarding: Add a test for VLAN deletionIdo Schimmel
2019-01-08selftests: forwarding: Fix test for different devicesIdo Schimmel
2019-01-08selftests: mlxsw: Add a test case for VLAN addition error flowIdo Schimmel
2019-01-07selftests/bpf: fix incorrect users of create_and_get_cgroupStanislav Fomichev
2019-01-05bpf: add various test cases for alu op on mixed dst register typesDaniel Borkmann
2019-01-04selftests/bpf: Test [::] -> [::1] rewrite in sys_sendmsg in test_sock_addrAndrey Ignatov
2019-01-04selftests: net: fix/improve ip_defrag selftestPeter Oskolkov
2019-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-01-02bpf: add various test cases to selftestsDaniel Borkmann
2019-01-02Merge branch 'next-seccomp' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-01-02Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-01-01selftests/bpf: fix error printing in test_devmap()Xiaozhou Liu
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-12-28Merge tag 'linux-kselftest-4.21-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-12-28Merge tag 'libnvdimm-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-12-28mm, devm_memremap_pages: fix shutdown handlingDan Williams
2018-12-28mm, devm_memremap_pages: mark devm_memremap_pages() EXPORT_SYMBOL_GPLDan Williams
2018-12-27Merge miscellaneous libnvdimm updates for 4.21Dan Williams
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-12-27Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-12-21tools/testing/nvdimm: add Intel DSM 1.8 support for nfit_testDave Jiang
2018-12-21tools/testing/nvdimm: Add overwrite support for nfit_testDave Jiang
2018-12-21tools/testing/nvdimm: Add test support for Intel nvdimm security DSMsDave Jiang
2018-12-21bpf: fix segfault in test_verifier selftestDaniel Borkmann
2018-12-21kvm: selftests: ucall: fix exit mmio address guessingAndrew Jones
2018-12-21kvm: selftests: aarch64: dirty_log_test: support greater than 40-bit IPAsAndrew Jones
2018-12-21kvm: selftests: add pa-48/va-48 VM modesAndrew Jones
2018-12-21kvm: selftests: dirty_log_test: improve mode param managementAndrew Jones
2018-12-21kvm: selftests: dirty_log_test: reset guest test phys offsetAndrew Jones
2018-12-21kvm: selftests: dirty_log_test: always use -tAndrew Jones
2018-12-21kvm: selftests: dirty_log_test: don't identity map the test memAndrew Jones
2018-12-21kvm: selftests: x86_64: dirty_log_test: fix -tAndrew Jones