summaryrefslogtreecommitdiff
path: root/tests/sys/netinet
AgeCommit message (Expand)Author
2025-12-16tests/fibs_test: unskip udp_dontroute6 testcaseSiva Mahadevan
2025-12-04tests/carp: make a 0.2 second pause before configuring second jailGleb Smirnoff
2025-12-04tests/carp: make sleep interval in the wait loop smallerGleb Smirnoff
2025-11-09multicast tests: Run in VNET jailsMark Johnston
2025-10-22so_reuseport_lb_test: Add a test case for connected UDP socketsMark Johnston
2025-10-15tests/carp: kill routed(8) before destroying interfacesGleb Smirnoff
2025-10-15netinet: do route lookup when asked to join multicast group on ifindex 0Gleb Smirnoff
2025-10-14tests/multicast: fix test flakynessGleb Smirnoff
2025-10-13tcp: Initial ktest for HPTSNick Banks
2025-10-07tests/netinet: fix so_reuseport_lb_test flakynessGleb Smirnoff
2025-10-02tests/netinet: add a few missing atf_checks in multicast.shGleb Smirnoff
2025-10-01tests/netinet: extend IPv4 multicast testing frameworkGleb Smirnoff
2025-10-01tests/netinet: rename and extend sendto-IP_MULTICAST_IF.cGleb Smirnoff
2025-09-05tests/sys/netinet: use require.kmods property instead of ad-hoc checksSiva Mahadevan
2025-06-26fibs_test: Mark same_ip_multiple_ifaces_fib0 as expected to failMark Johnston
2025-06-24netinet/tests: Mark broadcast:INADDR_BROADCAST as needing network accessMark Johnston
2025-06-17tcp: Fix the SO_REUSEPORT_LB checkMark Johnston
2025-05-27tests/netinet: fix several tests that depended on connect(INADDR_ANY)Gleb Smirnoff
2025-05-04Decorate IPv4 structures used for byte buffer overlays as packed.Michal Meloun
2025-05-01netinet tests: ensure we send IGMPv2 messages if net.inet.igmp.default_version=2Kristof Provost
2025-04-25tests/arp: Add a 1-second toleranceOlivier Cochard
2025-04-02tests/netinet: enable test against kern/189088Gleb Smirnoff
2025-03-22tests/netinet: add test for IP_MULTICAST_IFGleb Smirnoff
2025-03-06inpcb: fix a panic with SO_REUSEPORT_LB + connect(2) misuseGleb Smirnoff
2025-03-03tests: Require python3 when using ScapyJose Luis Duran
2025-02-23inpcb: Fix reuseport lbgroup array resizingMark Johnston
2025-02-23tests: carp: Update test case unicast_v4 to catch PR 284872Zhenlei Huang
2025-02-21tests/netinet: add few tests for sending a broadcast packetGleb Smirnoff
2025-02-17tests/netinet: add few tests for unconnected UDP socketGleb Smirnoff
2025-02-12sys tests: Add scapy as a required programJose Luis Duran
2025-02-12netinet tests: Move importJose Luis Duran
2025-02-08fibs_multibind_test: Explicitly cast the checksum valueMark Johnston
2025-02-06tests: Add some FIB multibind test casesMark Johnston
2025-02-03netstat: restore printing the "default" keyword, provide -nn optionGleb Smirnoff
2025-01-28socket tests: Add a test which calls listen() twice on an lb socketMark Johnston
2025-01-24carp: don't unintentionally revert to multicast modeKristof Provost
2025-01-23inpcb: Close some SO_REUSEPORT_LB races, part 2Mark Johnston
2025-01-21fibs tests: Fix test failures and simplifyMark Johnston
2025-01-20netinet tests: basic garp testKristof Provost
2024-12-23inpcb: Further restrict binding to a port owned by a different UIDMark Johnston
2024-12-18tests: remove reference to renamed testGleb Smirnoff
2024-12-12inpcb: Remove bogus SO_REUSEPORT(_LB) checks in in_pcbbind()Mark Johnston
2024-12-05libalias: Add support for EIM NATDamjan Jovanovic
2024-11-21fibs_test: Run in a jailMark Johnston
2024-11-20netinet: handle blackhole routesKristof Provost
2024-09-09netinet tests: Make some tests more reliable when run in parallelMark Johnston
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-06-04vnet tests: check for if_bridge.koKristof Provost
2024-05-08netinet tests: basic VRRP testsKristof Provost
2024-03-23tests/netinet: fix UDP I/O test buildGleb Smirnoff