summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/net
AgeCommit message (Expand)AuthorLines
2024-04-26test: hsr: Extract version agnostic information from ping command outputLukasz Majewski-1/+2
2024-04-26test: hsr: Move common code to hsr_common.sh fileLukasz Majewski-78/+88
2024-04-26test: hsr: Remove script code already implemented in lib.shLukasz Majewski-25/+3
2024-04-25tools: testing: selftests: prefer TEST_PROGS for conntrack_dump_flushFlorian Westphal-2/+1
2024-04-24selftests: net: extract BPF building logic from the MakefileJakub Kicinski-52/+54
2024-04-24selftests: net: name bpf objects consistently and simplify MakefileJakub Kicinski-14/+11
2024-04-24selftests: netfilter: fix conntrack_dump_flush retval on unsupported kernelFlorian Westphal-5/+3
2024-04-24selftests: netfilter: nft_zones_many.sh: set ct sysctl after ruleset loadFlorian Westphal-1/+3
2024-04-24selftests: netfilter: conntrack_vrf.sh: prefer socat, not iperf3Florian Westphal-19/+21
2024-04-24selftests: netfilter: skip tests on early errorsFlorian Westphal-3/+14
2024-04-24selftests: netfilter: nft_flowtable.sh: shellcheck cleanupsFlorian Westphal-121/+136
2024-04-24selftests: netfilter: nft_flowtable.sh: re-run with random mtu sizesFlorian Westphal-0/+19
2024-04-24selftests: netfilter: nft_concat_range.sh: shellcheck cleanupsFlorian Westphal-28/+25
2024-04-24selftests: netfilter: nft_concat_range.sh: drop netcat supportFlorian Westphal-61/+13
2024-04-24selftests: netfilter: nft_concat_range.sh: move to lib.sh infraFlorian Westphal-25/+37
2024-04-23selftests: drv-net: add a TCP ping test case (and useful helpers)Jakub Kicinski-0/+43
2024-04-23selftests: net: support matching cases by name prefixJakub Kicinski-1/+12
2024-04-23selftests: drv-net: construct environment for running tests which require an ...Jakub Kicinski-0/+32
2024-04-23selftests: drv-net: define endpoint structuresJakub Kicinski-8/+9
2024-04-23selftests: drv-net: test dumping qstats per deviceJakub Kicinski-0/+18
2024-04-19selftests: netfilter: update makefiles and kernel configFlorian Westphal-1/+57
2024-04-19selftests: netfilter: nft_audit.sh: add more skip checksFlorian Westphal-4/+26
2024-04-19selftests: netfilter: nft_meta.sh: small shellcheck cleanupFlorian Westphal-2/+2
2024-04-19selftests: netfilter: nft_fib.sh: shellcheck cleanupsFlorian Westphal-67/+61
2024-04-19selftests: netfilter: conntrack_ipip_mtu.sh: shellcheck cleanupsFlorian Westphal-37/+37
2024-04-19selftests: netfilter: nft_nat_zones.sh: shellcheck cleanupsFlorian Westphal-118/+75
2024-04-19selftests: netfilter: xt_string.sh: shellcheck cleanupsFlorian Westphal-17/+17
2024-04-19selftests: netfilter: xt_string.sh: move to lib.sh infraFlorian Westphal-25/+30
2024-04-19selftests: netfilter: nft_zones_many.sh: move to lib.sh infraFlorian Westphal-48/+45
2024-04-19selftests: netfilter: nft_synproxy.sh: move to lib.sh infraFlorian Westphal-49/+28
2024-04-19selftests: netfilter: nft_queue.sh: shellcheck cleanupsFlorian Westphal-108/+103
2024-04-19selftests: netfilter: nft_queue.sh: move to lib.sh infraFlorian Westphal-61/+34
2024-04-18selftests: net: set the exit code correctly in Python testsJakub Kicinski-1/+13
2024-04-18selftests: net: fix counting totals when some checks failJakub Kicinski-1/+4
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-19/+22
2024-04-17selftests: openvswitch: Fix escape chars in regexp.Adrian Moreno-8/+8
2024-04-17selftests: adopt BPF's approach to quieter buildsJakub Kicinski-3/+6
2024-04-16selftests: drv-net: add stdout to the command failed exceptionJakub Kicinski-1/+2
2024-04-16selftests/tcp_ao: Printing fixes to confirm with format-securityDmitry Safonov-6/+6
2024-04-16selftests/tcp_ao: Fix fscanf() call for format-securityDmitry Safonov-1/+1
2024-04-16selftests/tcp_ao: Zero-init tcp_ao_info_optDmitry Safonov-1/+1
2024-04-16selftests/tcp_ao: Make RST tests less flakyDmitry Safonov-10/+13
2024-04-16selftests: forwarding: router_nh: Add a diagramPetr Machata-0/+14
2024-04-16selftests: forwarding: router_mpath_nh_res: Add a diagramPetr Machata-0/+35
2024-04-16selftests: forwarding: router_mpath_nh: Add a diagramPetr Machata-0/+35
2024-04-16selftests: forwarding: bail_on_lldpad() should SKIPPetr Machata-1/+4
2024-04-16selftests: forwarding: lib.sh: Validate NETIFSPetr Machata-5/+17
2024-04-16selftests: net: Unify code of busywait() and slowwait()Petr Machata-23/+15
2024-04-15selftests: net: exercise page pool reporting via netlinkJakub Kicinski-2/+87
2024-04-15selftests: net: support use of NetdevSimDev under "with" in pythonJakub Kicinski-1/+14