summaryrefslogtreecommitdiff
path: root/regress/sys/netinet
AgeCommit message (Expand)Author
2018-07-08zap empty lineanton
2018-07-04hook up recvmsganton
2018-07-04Add regress covering the recently fixed mbuf double free in rip_usrreq().anton
2018-05-28Make sure that the inetd echo and nonxt protocol reflectors areAlexander Bluhm
2018-05-21Activate IPv6 no next header protocol over IPsec test. Run theAlexander Bluhm
2018-05-19Install inetd.conf files and start the daemon on remote machinesAlexander Bluhm
2018-05-19Additionally send no next header protocol 59 packets through theAlexander Bluhm
2018-05-15Typo fix, ok bluhm@Martin Pieuchot
2018-04-12Disable counting TCP packets in the test as it does not work reliably.Alexander Bluhm
2017-09-15Clean up pf rules and states on remote machine so that they do notAlexander Bluhm
2017-09-07Copy IPv6 fragment test cases to IPv4 and adapt to the different Alexander Bluhm
2017-09-07Link regress/sys/netinet/frag to build. Get IPv4 and IPv6 fragmentAlexander Bluhm
2017-09-07Copy IPv6 fragment test cases to IPv4 and adapt to the different Alexander Bluhm
2017-07-11Rewrite regress sendsrcaddr so that is uses UDP sockets on localhost,Alexander Bluhm
2017-07-07Remove useless make depend targets.Alexander Bluhm
2017-07-06Initialize the return value and do not use garbage as exit status.Alexander Bluhm
2017-05-28Now that pf looks behind IPv4 authentication headers, disable theAlexander Bluhm
2017-05-27Do not use reject routes as they prevent path MTU discovery.Alexander Bluhm
2017-05-15Try to work around a race in the daily test run. Before killingAlexander Bluhm
2017-05-12Run all IPsec tests with a pf rule that logs everything on the enc0Alexander Bluhm
2017-05-11Enable IPv6 IPsec transport mode tests for ping and TCP over ESPAlexander Bluhm
2017-05-11Use the new netcat -W recvlimit feature to speed up the test.Alexander Bluhm
2017-05-10Run tcpdump(8) on the enc0 device while the test is sending IPsecAlexander Bluhm
2017-05-04Add IPsec test for manually configured SA bundles. That does ipcomp,Alexander Bluhm
2017-04-16Make sure these tests print "SKIPPED" if the necessary variables aren't set.Mark Kettenis
2017-04-14Add test for IP payload compression. It is sending small and bigAlexander Bluhm
2017-02-27Add IPsec tests for ipip encapsulation.Alexander Bluhm
2017-02-13Test IPsec with AH the same way it is already done for ESP.Alexander Bluhm
2017-02-08Fix IP address schema to make space for AH tests.Alexander Bluhm
2017-02-08Encrypt UDP and TCP packets in test. Use a sane transport config.Alexander Bluhm
2017-02-06Test combinations of IPsec tunnel and transport mode on severalAlexander Bluhm
2017-02-06Ping via IPsec must increment ESP input and output counter by one.Alexander Bluhm
2017-02-06Add ipsec subdir.Alexander Bluhm
2017-02-06Test combinations of IPsec tunnel and transport mode on severalAlexander Bluhm
2017-01-19Our kernel does not generate IPv6 atomic fragments anymore. CheckAlexander Bluhm
2017-01-19Sending a PMTU ICMP packet will trigger a TCP retransmit. The testAlexander Bluhm
2017-01-18Do not use privileged or NFS source ports for UDP packets as inetdAlexander Bluhm
2017-01-18Add tests that generate IPv6 atomic fragments for UDP and TCP byAlexander Bluhm
2016-12-13Print better error messages in case an expected packet is missing.Alexander Bluhm
2016-12-12Set promiscuous mode during srp1() to receive the arp reply directedAlexander Bluhm
2016-11-15Fix rdomain_is_used() now that lo(4) is created automagically.Martin Pieuchot
2016-11-09Use netstat -n in target check-setup to avoid DNS timeout.Alexander Bluhm
2016-11-09Use variable REMOTE_SSH to check the setup of the remote machine.Alexander Bluhm
2016-10-24Add regress tests for carp(4).YASUOKA Masahiko
2016-10-19The clean:, cleandir:, and obj: targets of src/Makefile descend intoTheo Buehler
2016-10-19Do not change routes during test run, but expect that everythingAlexander Bluhm
2016-09-05Big refactoring in main(), simplify the invocation syntax.Vincent Gross
2016-09-03split ipv4 and ipv6Vincent Gross
2016-09-02Print SKIPPED if a regress test cannot be executed for some reason.Alexander Bluhm
2016-08-16Add regression tests for IP_SENDSRCADDR.Vincent Gross