aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/netinet
Commit message (Expand)AuthorAgeFilesLines
* tools/ipbroadcast: make it compilable with modern compilerGleb Smirnoff2025-02-171-20/+9
* Remove residual blank line at start of MakefileWarner Losh2024-07-156-6/+0
* tools: Automated cleanup of cdefs and other formattingWarner Losh2023-11-272-2/+0
* Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-162-4/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-1622-22/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1613-26/+0
* regression-netinet: Remove a double word in a source code commentGordon Bergling2022-09-101-1/+1
* tests: use PF_DIVERT/SOCK_RAW instead of PF_INET/SOCK_RAW/IPPROTO_DIVERTGleb Smirnoff2022-08-301-1/+1
* Fix a few typos in source code commentsGordon Bergling2021-08-141-1/+1
* Do a sweep and remove most WARNS=6 settingsKyle Evans2020-10-011-2/+0
* Use print as a function for Python 3 [PEP 3105]Craig Rodrigues2015-11-191-0/+1
* Reassign copyright statements on several files from AdvancedJohn Baldwin2015-04-231-1/+1
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh2014-04-1316-16/+16
* Remove unused variable.Ed Maste2012-11-201-1/+0
* Use '%zu' and '%zd' as appropriate for size_t / ssize_t.Ed Maste2012-11-191-2/+2
* Covert regression test to python 3Eitan Adler2012-10-221-7/+7
* Properly initialise the "len" argument to getsockname(2) in the tcpdropRobert Watson2011-08-061-0/+1
* Add a very simple IPDIVERT test, which creates IP divert sockets andRobert Watson2011-06-042-0/+177
* Upgrade jail(2) to latest jail(2) API to make the regression test workBjoern A. Zeeb2011-05-301-2/+9
* Rework TIMEWAIT regression test so that kernel-allocated port numbers areRobert Watson2011-05-301-39/+84
* Add missing include of stdio.h.Robert Watson2011-05-301-0/+1
* In the tcpdrop regression test, allow the kernel to allocate us a portRobert Watson2011-05-301-37/+44
* Add missing #include of err.h.Robert Watson2011-05-301-0/+1
* Add a queue to hold packets while we await an ARP reply.George V. Neville-Neil2010-11-123-0/+178
* Update udpzerobyte to understand that passing 0 as a length to recv(2)Robert Watson2008-10-071-5/+26
* Add IPv6 support to zero-size UDP transmit/receive test.Robert Watson2008-10-071-27/+47
* Regression test for the loopback handling of zero-length UDP packets, whichRobert Watson2008-10-072-0/+111
* This is a regression test to verify the proper behavior of IP ID generationMike Silbersack2008-02-061-0/+76
* Convert errx(-1, ..., strerror(errno)) to err(-1, ...).Bjoern A. Zeeb2007-11-281-8/+8
* Add support for tcpmd5 tests.Bjoern A. Zeeb2007-11-282-13/+63
* Add regression test for SSM code.Bruce M Simpson2007-06-122-0/+798
* Import rewrite of IPv4 socket multicast layer to support source-specificBruce M Simpson2007-06-121-2/+2
* Nuke ipblock. A more complete multicast regression test suite is on the way.Bruce M Simpson2007-04-122-231/+0
* Fix a bug whereby group addresses were incorrectly computed in the test.Bruce M Simpson2007-04-091-2/+2
* Add a small test program for the additional socket options whichBruce M Simpson2007-04-062-0/+231
* Add raw IP support (protocol 114) to ipbroadcast regression test.Bruce M Simpson2007-03-131-3/+19
* Add -A to specify local address for bind().Bruce M Simpson2007-03-081-14/+24
* Support IP_SENDIF in -CURRENT.Bruce M Simpson2007-03-081-10/+68
* Add -t to set IP TTL.Bruce M Simpson2007-03-011-3/+19
* Introduce a test program for IPv4 broadcast datagram send.Bruce M Simpson2007-03-012-0/+276
* For the IPv4 multicast membership socket regression test:Bruce M Simpson2007-02-021-12/+58
* o style.Makefile(5): WARNS= -> WARNS?=.Maxim Konovalov2006-07-094-4/+4
* o Convert to Test::Harness testing infratructure.Maxim Konovalov2006-05-201-0/+22
* o A tiny regression test exposes bug in rip_disconnect().Maxim Konovalov2006-05-142-0/+85
* Add multicast group join/leave functionality to IPv4 regressionBruce M Simpson2006-05-141-10/+68
* Add a second pass to the close-before-accept test using a call to theRobert Watson2006-04-031-5/+59
* Add regression test for tcpdrop sysctl.Robert Watson2006-04-032-0/+257
* Add a regression test to exercise the case where accept() is called andRobert Watson2006-04-032-0/+156
* When running the second part of the test, kill off the server process fromRobert Watson2006-04-021-7/+10