summaryrefslogtreecommitdiff
path: root/tools/regression/netinet
AgeCommit message (Expand)Author
2025-02-17tools/ipbroadcast: make it compilable with modern compilerGleb Smirnoff
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26tools: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16Remove $FreeBSD$: one-line bare tagWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2022-09-10regression-netinet: Remove a double word in a source code commentGordon Bergling
2022-08-30tests: use PF_DIVERT/SOCK_RAW instead of PF_INET/SOCK_RAW/IPPROTO_DIVERTGleb Smirnoff
2021-08-14Fix a few typos in source code commentsGordon Bergling
2020-10-01Do a sweep and remove most WARNS=6 settingsKyle Evans
2015-11-19Use print as a function for Python 3 [PEP 3105]Craig Rodrigues
2015-04-23Reassign copyright statements on several files from AdvancedJohn Baldwin
2014-04-13NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh
2012-11-20Remove unused variable.Ed Maste
2012-11-19Use '%zu' and '%zd' as appropriate for size_t / ssize_t.Ed Maste
2012-10-22Covert regression test to python 3Eitan Adler
2011-08-06Properly initialise the "len" argument to getsockname(2) in the tcpdropRobert Watson
2011-06-04Add a very simple IPDIVERT test, which creates IP divert sockets andRobert Watson
2011-05-30Upgrade jail(2) to latest jail(2) API to make the regression test workBjoern A. Zeeb
2011-05-30Rework TIMEWAIT regression test so that kernel-allocated port numbers areRobert Watson
2011-05-30Add missing include of stdio.h.Robert Watson
2011-05-30In the tcpdrop regression test, allow the kernel to allocate us a portRobert Watson
2011-05-30Add missing #include of err.h.Robert Watson
2010-11-12Add a queue to hold packets while we await an ARP reply.George V. Neville-Neil
2008-10-07Update udpzerobyte to understand that passing 0 as a length to recv(2)Robert Watson
2008-10-07Add IPv6 support to zero-size UDP transmit/receive test.Robert Watson
2008-10-07Regression test for the loopback handling of zero-length UDP packets, whichRobert Watson
2008-02-06This is a regression test to verify the proper behavior of IP ID generationMike Silbersack
2007-11-28Convert errx(-1, ..., strerror(errno)) to err(-1, ...).Bjoern A. Zeeb
2007-11-28Add support for tcpmd5 tests.Bjoern A. Zeeb
2007-06-12Add regression test for SSM code.Bruce M Simpson
2007-06-12Import rewrite of IPv4 socket multicast layer to support source-specificBruce M Simpson
2007-04-12Nuke ipblock. A more complete multicast regression test suite is on the way.Bruce M Simpson
2007-04-09Fix a bug whereby group addresses were incorrectly computed in the test.Bruce M Simpson
2007-04-06Add a small test program for the additional socket options whichBruce M Simpson
2007-03-13Add raw IP support (protocol 114) to ipbroadcast regression test.Bruce M Simpson
2007-03-08Add -A to specify local address for bind().Bruce M Simpson
2007-03-08Support IP_SENDIF in -CURRENT.Bruce M Simpson
2007-03-01Add -t to set IP TTL.Bruce M Simpson
2007-03-01Introduce a test program for IPv4 broadcast datagram send.Bruce M Simpson
2007-02-02For the IPv4 multicast membership socket regression test:Bruce M Simpson
2006-07-09o style.Makefile(5): WARNS= -> WARNS?=.Maxim Konovalov
2006-05-20o Convert to Test::Harness testing infratructure.Maxim Konovalov
2006-05-14o A tiny regression test exposes bug in rip_disconnect().Maxim Konovalov
2006-05-14Add multicast group join/leave functionality to IPv4 regressionBruce M Simpson
2006-04-03Add a second pass to the close-before-accept test using a call to theRobert Watson
2006-04-03Add regression test for tcpdrop sysctl.Robert Watson
2006-04-03Add a regression test to exercise the case where accept() is called andRobert Watson
2006-04-02When running the second part of the test, kill off the server process fromRobert Watson