summaryrefslogtreecommitdiff
path: root/regress/sys/netinet
AgeCommit message (Expand)Author
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
2016-07-18Remote regression tests should not run ssh with -t all the time.Alexander Bluhm
2016-07-11Add regression tests for the path MTU discovery implementation in Alexander Bluhm
2016-07-12Link path MTU discovery regress test into build.Alexander Bluhm
2016-07-11Add regression tests for the path MTU discovery implementation in Alexander Bluhm
2016-03-30Clear local and remote ARP cache for every subtest.Alexander Bluhm
2016-03-30Fix multicast test and a typo.Martin Pieuchot
2016-03-24Make sure that two ARP entries can be created for the same IP whenMartin Pieuchot
2015-12-23Add my machines' configuration files as an example to the readme.Alexander Bluhm
2015-12-22Correct expected results on v6 mcast bind on ANY, and add comments toVincent Gross
2015-12-09add multicast test suitesVincent Gross
2015-12-07Add regression tests for in_pcbbind.Vincent Gross
2015-12-04Comment all existing ARP test cases describing what is going on.Alexander Bluhm
2015-12-04Enter a static ARP entry for a fake address which is not publishedAlexander Bluhm
2015-11-05Add regression tests for the ARP implementation in the kernel. SendAlexander Bluhm
2015-12-02KNF and use ${SUDO} when needed.Martin Pieuchot