aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* bind(2): Lookup local address in current FIB if '*.bind_all_fibs' is activeBojan Novković10 days2-0/+101
* tests: fix checksum computationMichael Tuexen2026-07-011-13/+17
* tests/socket_afinet: make multibind test more verbose on failureGleb Smirnoff2026-07-011-1/+5
* tests/netinet/socket_afinet: reduce tautology in test cases namesGleb Smirnoff2026-07-011-31/+31
* tests/socket_afinet: extend bind_connected_port_test to cover more casesGleb Smirnoff2026-07-011-28/+105
* tests/socket_afinet: make child_bind() return a full spectre of resultsGleb Smirnoff2026-07-011-22/+31
* tests/libalias: Add a regression test for an alias_smedia bugMark Johnston2026-06-302-0/+78
* tests/if_carp: Run all tests with execenv=jailMark Johnston2026-05-191-0/+2
* tests/ip_mroute: Remove test timeoutsMark Johnston2026-05-121-6/+0
* tests/carp: Rework unicast_v4Zhenlei Huang2026-05-031-36/+44
* fix typo: recieved -> received in test commentFelipe Matarazzo2026-04-301-1/+1
* tests/socket_afinet: Fix the bind_connected_port testMark Johnston2026-04-201-7/+7
* tests/socket_afinet: Remove a conditional skipMark Johnston2026-04-171-3/+0
* ip_mroute: Fix a lock leak in X_ip_mforward()Mark Johnston2026-04-151-13/+140
* tests: Add some simple regression tests for ip_mrouteMark Johnston2026-03-303-4/+628
* routing: Retire ROUTE_MPATH compile optionPouria Mousavizadeh Tehrani2026-03-271-1/+1
* tests/netinet: add raw:reconnect testGleb Smirnoff2026-03-251-69/+168
* tests/netinet: add test for getsockname() on a disconnected TCP socketGleb Smirnoff2026-03-242-4/+37
* tests/netinet/raw: fix ssize_t printf(3) formatGleb Smirnoff2026-03-181-1/+1
* tests/netinet: provide test for raw_ip.c:rip_input()Gleb Smirnoff2026-03-182-0/+222
* carp: fix global demotion counter to VRRP advertisementsOlivier Cochard2026-03-051-0/+61
* tests/netinet: fix tests that depended on connect(in6addr_any)Gleb Smirnoff2026-01-301-0/+2
* tests/fibs_test: unskip udp_dontroute6 testcaseSiva Mahadevan2025-12-161-3/+0
* tests/carp: make a 0.2 second pause before configuring second jailGleb Smirnoff2025-12-041-0/+7
* tests/carp: make sleep interval in the wait loop smallerGleb Smirnoff2025-12-041-1/+1
* multicast tests: Run in VNET jailsMark Johnston2025-11-091-0/+2
* so_reuseport_lb_test: Add a test case for connected UDP socketsMark Johnston2025-10-221-0/+148
* tests/carp: kill routed(8) before destroying interfacesGleb Smirnoff2025-10-151-0/+3
* netinet: do route lookup when asked to join multicast group on ifindex 0Gleb Smirnoff2025-10-152-6/+57
* tests/multicast: fix test flakynessGleb Smirnoff2025-10-141-13/+16
* tcp: Initial ktest for HPTSNick Banks2025-10-132-0/+5
* tests/netinet: fix so_reuseport_lb_test flakynessGleb Smirnoff2025-10-071-0/+5
* tests/netinet: add a few missing atf_checks in multicast.shGleb Smirnoff2025-10-021-0/+2
* tests/netinet: extend IPv4 multicast testing frameworkGleb Smirnoff2025-10-013-18/+239
* tests/netinet: rename and extend sendto-IP_MULTICAST_IF.cGleb Smirnoff2025-10-013-16/+51
* tests/sys/netinet: use require.kmods property instead of ad-hoc checksSiva Mahadevan2025-09-052-12/+4
* fibs_test: Mark same_ip_multiple_ifaces_fib0 as expected to failMark Johnston2025-06-261-0/+3
* netinet/tests: Mark broadcast:INADDR_BROADCAST as needing network accessMark Johnston2025-06-241-1/+5
* tcp: Fix the SO_REUSEPORT_LB checkMark Johnston2025-06-171-0/+10
* tests/netinet: fix several tests that depended on connect(INADDR_ANY)Gleb Smirnoff2025-05-283-1/+4
* Decorate IPv4 structures used for byte buffer overlays as packed.Michal Meloun2025-05-041-4/+8
* netinet tests: ensure we send IGMPv2 messages if net.inet.igmp.default_version=2Kristof Provost2025-05-011-1/+49
* tests/arp: Add a 1-second toleranceOlivier Cochard2025-04-251-3/+5
* tests/netinet: enable test against kern/189088Gleb Smirnoff2025-04-021-5/+4
* tests/netinet: add test for IP_MULTICAST_IFGleb Smirnoff2025-03-223-1/+126
* inpcb: fix a panic with SO_REUSEPORT_LB + connect(2) misuseGleb Smirnoff2025-03-071-0/+65
* tests: Require python3 when using ScapyJose Luis Duran2025-03-033-7/+7
* inpcb: Fix reuseport lbgroup array resizingMark Johnston2025-02-231-0/+46
* tests: carp: Update test case unicast_v4 to catch PR 284872Zhenlei Huang2025-02-221-17/+21
* tests/netinet: add few tests for sending a broadcast packetGleb Smirnoff2025-02-222-1/+194