summaryrefslogtreecommitdiff
path: root/tools/testing/selftests
AgeCommit message (Expand)Author
2024-04-26selftests: drv-net: validate the environmentJakub Kicinski
2024-04-26selftests: drv-net: reimplement the config parserJakub Kicinski
2024-04-26selftests: drv-net: extend the README with more info and exampleJakub Kicinski
2024-04-26selftests: virtio_net: add initial testsJiri Pirko
2024-04-26selftests: forwarding: add wait_for_dev() helperJiri Pirko
2024-04-26selftests: forwarding: add check_driver() helperJiri Pirko
2024-04-26selftests: forwarding: add ability to assemble NETIFS array by driver nameJiri Pirko
2024-04-26test: hsr: Add test for HSR RedBOX (HSR-SAN) mode of operationLukasz Majewski
2024-04-26test: hsr: Extract version agnostic information from ping command outputLukasz Majewski
2024-04-26test: hsr: Move common code to hsr_common.sh fileLukasz Majewski
2024-04-26test: hsr: Remove script code already implemented in lib.shLukasz Majewski
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-25tools: testing: selftests: prefer TEST_PROGS for conntrack_dump_flushFlorian Westphal
2024-04-24selftests: net: extract BPF building logic from the MakefileJakub Kicinski
2024-04-24selftests: net: name bpf objects consistently and simplify MakefileJakub Kicinski
2024-04-24selftests: netfilter: fix conntrack_dump_flush retval on unsupported kernelFlorian Westphal
2024-04-24selftests: netfilter: nft_zones_many.sh: set ct sysctl after ruleset loadFlorian Westphal
2024-04-24selftests: netfilter: conntrack_vrf.sh: prefer socat, not iperf3Florian Westphal
2024-04-24selftests: netfilter: skip tests on early errorsFlorian Westphal
2024-04-24selftests: netfilter: nft_flowtable.sh: shellcheck cleanupsFlorian Westphal
2024-04-24selftests: netfilter: nft_flowtable.sh: re-run with random mtu sizesFlorian Westphal
2024-04-24selftests: netfilter: nft_concat_range.sh: shellcheck cleanupsFlorian Westphal
2024-04-24selftests: netfilter: nft_concat_range.sh: drop netcat supportFlorian Westphal
2024-04-24selftests: netfilter: nft_concat_range.sh: move to lib.sh infraFlorian Westphal
2024-04-23selftests: drv-net: add require_XYZ() helpers for validating envJakub Kicinski
2024-04-23selftests: drv-net: add a TCP ping test case (and useful helpers)Jakub Kicinski
2024-04-23selftests: net: support matching cases by name prefixJakub Kicinski
2024-04-23selftests: drv-net: add a trivial ping testJakub Kicinski
2024-04-23selftests: drv-net: construct environment for running tests which require an ...Jakub Kicinski
2024-04-23selftests: drv-net: factor out parsing of the envJakub Kicinski
2024-04-23selftests: drv-net: define endpoint structuresJakub Kicinski
2024-04-23selftests: drv-net: test dumping qstats per deviceJakub Kicinski
2024-04-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-04-20Merge tag 'powerpc-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2024-04-19selftests: netfilter: update makefiles and kernel configFlorian Westphal
2024-04-19selftests: netfilter: nft_audit.sh: add more skip checksFlorian Westphal
2024-04-19selftests: netfilter: nft_meta.sh: small shellcheck cleanupFlorian Westphal
2024-04-19selftests: netfilter: nft_fib.sh: shellcheck cleanupsFlorian Westphal
2024-04-19selftests: netfilter: conntrack_ipip_mtu.sh: shellcheck cleanupsFlorian Westphal
2024-04-19selftests: netfilter: nft_nat_zones.sh: shellcheck cleanupsFlorian Westphal
2024-04-19selftests: netfilter: xt_string.sh: shellcheck cleanupsFlorian Westphal
2024-04-19selftests: netfilter: xt_string.sh: move to lib.sh infraFlorian Westphal
2024-04-19selftests: netfilter: nft_zones_many.sh: move to lib.sh infraFlorian Westphal
2024-04-19selftests: netfilter: nft_synproxy.sh: move to lib.sh infraFlorian Westphal
2024-04-19selftests: netfilter: nft_queue.sh: shellcheck cleanupsFlorian Westphal
2024-04-19selftests: netfilter: nft_queue.sh: move to lib.sh infraFlorian Westphal
2024-04-19Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-04-18selftests: net: set the exit code correctly in Python testsJakub Kicinski
2024-04-18selftests: net: fix counting totals when some checks failJakub Kicinski
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski