summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/net
AgeCommit message (Expand)AuthorFilesLines
2024-04-19selftests: netfilter: nft_synproxy.sh: move to lib.sh infraFlorian Westphal1-49/+28
2024-04-19selftests: netfilter: nft_queue.sh: shellcheck cleanupsFlorian Westphal1-108/+103
2024-04-19selftests: netfilter: nft_queue.sh: move to lib.sh infraFlorian Westphal1-61/+34
2024-04-18selftests: net: set the exit code correctly in Python testsJakub Kicinski2-1/+13
2024-04-18selftests: net: fix counting totals when some checks failJakub Kicinski1-1/+4
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-19/+22
2024-04-17selftests: openvswitch: Fix escape chars in regexp.Adrian Moreno1-8/+8
2024-04-17selftests: adopt BPF's approach to quieter buildsJakub Kicinski1-3/+6
2024-04-16selftests: drv-net: add stdout to the command failed exceptionJakub Kicinski1-1/+2
2024-04-16selftests/tcp_ao: Printing fixes to confirm with format-securityDmitry Safonov1-6/+6
2024-04-16selftests/tcp_ao: Fix fscanf() call for format-securityDmitry Safonov1-1/+1
2024-04-16selftests/tcp_ao: Zero-init tcp_ao_info_optDmitry Safonov1-1/+1
2024-04-16selftests/tcp_ao: Make RST tests less flakyDmitry Safonov1-10/+13
2024-04-16selftests: forwarding: router_nh: Add a diagramPetr Machata1-0/+14
2024-04-16selftests: forwarding: router_mpath_nh_res: Add a diagramPetr Machata1-0/+35
2024-04-16selftests: forwarding: router_mpath_nh: Add a diagramPetr Machata1-0/+35
2024-04-16selftests: forwarding: bail_on_lldpad() should SKIPPetr Machata1-1/+4
2024-04-16selftests: forwarding: lib.sh: Validate NETIFSPetr Machata1-5/+17
2024-04-16selftests: net: Unify code of busywait() and slowwait()Petr Machata2-23/+15
2024-04-15selftests: net: exercise page pool reporting via netlinkJakub Kicinski3-2/+87
2024-04-15selftests: net: support use of NetdevSimDev under "with" in pythonJakub Kicinski1-1/+14
2024-04-15selftests: net: print full exception on failureJakub Kicinski1-1/+3
2024-04-15selftests: net: print report check location in python testsJakub Kicinski1-11/+14
2024-04-14net: change maximum number of UDP segments to 128Yuri Benditovich1-1/+1
2024-04-12selftests: netfilter: nft_nat.sh: move to lib.sh infraFlorian Westphal1-274/+206
2024-04-12selftests: netfilter: nft_flowtable.sh: move test to lib.sh infraFlorian Westphal1-72/+36
2024-04-12selftests: netfilter: nft_fib.sh: move to lib.sh infraFlorian Westphal1-52/+19
2024-04-12selftests: netfilter: nft_conntrack_helper.sh: test to lib.sh infraFlorian Westphal1-79/+53
2024-04-12selftests: netfilter: nf_nat_edemux.sh: move to lib.sh infraFlorian Westphal1-56/+26
2024-04-12selftests: netfilter: ipvs.sh: move to lib.sh infraFlorian Westphal1-85/+68
2024-04-12selftests: netfilter: place checktool helper in lib.shFlorian Westphal3-12/+8
2024-04-12selftests: netfilter: conntrack_ipip_mtu.sh" move to lib.sh infraFlorian Westphal1-23/+14
2024-04-12selftests: netfilter: conntrack_vrf.sh: move to lib.sh infraFlorian Westphal1-62/+39
2024-04-12selftests: netfilter: conntrack_sctp_collision.sh: move to lib.sh infraFlorian Westphal1-34/+32
2024-04-12selftests: netfilter: conntrack_tcp_unreplied.sh: move to lib.sh infraFlorian Westphal1-69/+55
2024-04-12selftests: netfilter: conntrack_icmp_related.sh: move to lib.sh infraFlorian Westphal1-108/+71
2024-04-12selftests: netfilter: br_netfilter.sh: move to lib.sh infraFlorian Westphal1-76/+55
2024-04-12selftests: netfilter: bridge_brouter.sh: move to lib.sh infraFlorian Westphal1-76/+52
2024-04-12selftests: netfilter: move to net subdirFlorian Westphal31-0/+8797
2024-04-11selftests: mptcp: test last time mptcp_infoGeliang Tang1-0/+53
2024-04-10selftests: fib_rule_tests: Add VRF testsIdo Schimmel1-3/+43
2024-04-10selftests: net: reuse common code in bpf_offloadJakub Kicinski2-96/+37
2024-04-10selftests: net: declare section names for bpf_offloadJakub Kicinski4-3/+7
2024-04-10selftests: net: bpf_offload: wait for mapsJakub Kicinski1-8/+8
2024-04-10selftests: move bpf-offload test from bpf to netJakub Kicinski4-1/+1453
2024-04-08selftests: mptcp: netlink: drop disable=SC2086Geliang Tang1-8/+3
2024-04-08selftests: mptcp: ip_mptcp option for more scriptsGeliang Tang3-4/+35
2024-04-08selftests: mptcp: use pm_nl endpoint opsGeliang Tang3-61/+89
2024-04-08selftests: mptcp: export pm_nl endpoint opsGeliang Tang2-66/+91
2024-04-08selftests: mptcp: join: update endpoint opsGeliang Tang1-49/+23