summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/net
AgeCommit message (Expand)Author
2024-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-14selftests: vrf_route_leaking: add local testNicolas Dichtel
2024-07-14selftests: forwarding: devlink_lib: Wait for udev events after reloadingAmit Cohen
2024-07-13selftests: mptcp: lib: fix shellcheck errorsMatthieu Baerts (NGI0)
2024-07-13selftests: tcp: Remove broken SNMP assumptions for TCP AO self-connect tests.Kuniyuki Iwashima
2024-07-11selftests: openvswitch: retry instead of sleepAdrian Moreno
2024-07-09selftests: forwarding: Make vxlan-bridge-1d pass on debug kernelsIdo Schimmel
2024-07-08selftests: net: ksft: interrupt cleanly on KeyboardInterruptJakub Kicinski
2024-07-05selftests: openvswitch: add psample testAdrian Moreno
2024-07-05selftests: openvswitch: parse trunc actionAdrian Moreno
2024-07-05selftests: openvswitch: add userspace parsingAdrian Moreno
2024-07-05selftests: openvswitch: add psample actionAdrian Moreno
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-03selftests: make order checking verbose in msg_zerocopy selftestZijian Zhang
2024-07-03selftests: fix OOM in msg_zerocopy selftestZijian Zhang
2024-07-03selftest: af_unix: Add test case for backtrack after finalising SCC.Kuniyuki Iwashima
2024-07-03selftests: openvswitch: Be more verbose with selftest debugging.Aaron Conole
2024-07-03selftests: openvswitch: Attempt to autoload module.Aaron Conole
2024-07-03selftests: openvswitch: Bump timeout to 15 minutes.Aaron Conole
2024-07-02tools: net: package libynl for use in selftestsJakub Kicinski
2024-07-01Merge tag 'nf-next-24-06-28' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller
2024-06-28selftests: drv-net: add ability to schedule cleanup with defer()Jakub Kicinski
2024-06-28selftests: net: ksft: avoid continue when handling resultsJakub Kicinski
2024-06-28selftests/net: Add test coverage for UDP GSO software fallbackJakub Sitnicki
2024-06-28selftests: netfilter: nft_queue.sh: add test for disappearing listenerFlorian Westphal
2024-06-28selftests: libs: Drop unused functionsPetr Machata
2024-06-28selftests: libs: Drop slow_path_trap_install()/_uninstall()Petr Machata
2024-06-28selftests: mirror_gre_lag_lacp: Drop unnecessary codePetr Machata
2024-06-28selftests: mirror: Drop dual SW/HW testingPetr Machata
2024-06-28selftests: mirror: mirror_test(): Allow exact count of packetsPetr Machata
2024-06-28selftests: mirror: do_test_span_dir_ips(): Install accurate tapsPetr Machata
2024-06-28selftests: mirror_gre_lag_lacp: Check counters at tunnelPetr Machata
2024-06-28selftests: lib: tc_rule_stats_get(): Move default to argument definitionPetr Machata
2024-06-28selftests: mirror: Drop direction argument from several functionsPetr Machata
2024-06-28selftests: libs: Expand "$@" where possiblePetr Machata
2024-06-27selftests: net: add config for openvswitchAaron Conole
2024-06-27selftests: net: Use the provided dpctl rather than the vswitchd for tests.Aaron Conole
2024-06-27selftests: openvswitch: Support implicit ipv6 arguments.Aaron Conole
2024-06-27selftests: openvswitch: Add support for tunnel() key.Aaron Conole
2024-06-27selftests: openvswitch: Add set() and set_masked() support.Aaron Conole
2024-06-27selftests: openvswitch: Refactor actions parsing.Aaron Conole
2024-06-27selftests: openvswitch: Support explicit tunnel port creation.Aaron Conole
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-27selftest: af_unix: Check SIOCATMARK after every send()/recv() in msg_oob.c.Kuniyuki Iwashima
2024-06-27af_unix: Fix wrong ioctl(SIOCATMARK) when consumed OOB skb is at the head.Kuniyuki Iwashima
2024-06-27selftest: af_unix: Check EPOLLPRI after every send()/recv() in msg_oob.cKuniyuki Iwashima
2024-06-27selftest: af_unix: Check SIGURG after every send() in msg_oob.cKuniyuki Iwashima
2024-06-27selftest: af_unix: Add SO_OOBINLINE test cases in msg_oob.cKuniyuki Iwashima
2024-06-27af_unix: Don't stop recv() at consumed ex-OOB skb.Kuniyuki Iwashima
2024-06-27selftest: af_unix: Add non-TCP-compliant test cases in msg_oob.c.Kuniyuki Iwashima