summaryrefslogtreecommitdiffstats
path: root/regress/sys/netinet/pmtu (follow)
Commit message (Expand)AuthorAgeFilesLines
* py3-scapy is now scapykn2020-12-301-3/+3
* Missed a python2.7, scapy 2, copyright bump in previous scapy 3 commits.bluhm2020-12-261-13/+13
* Switch to scapy with python 3.bluhm2020-12-256-73/+72
* Remove echo headlines.bluhm2020-12-171-11/+1
* Simplify the detection for installed python and scapy. Refactorbluhm2019-05-101-26/+21
* Replace fork with sniffer thread in Python. Clear the BPF listbluhm2018-07-305-40/+129
* Remove useless make depend targets.bluhm2017-07-071-3/+1
* Make sure these tests print "SKIPPED" if the necessary variables aren't set.kettenis2017-04-161-3/+2
* Our kernel does not generate IPv6 atomic fragments anymore. Checkbluhm2017-01-195-43/+37
* Sending a PMTU ICMP packet will trigger a TCP retransmit. The testbluhm2017-01-194-14/+24
* Do not use privileged or NFS source ports for UDP packets as inetdbluhm2017-01-185-16/+16
* Add tests that generate IPv6 atomic fragments for UDP and TCP bybluhm2017-01-186-4/+174
* Print better error messages in case an expected packet is missing.bluhm2016-12-133-0/+28
* Use netstat -n in target check-setup to avoid DNS timeout.bluhm2016-11-091-3/+3
* Use variable REMOTE_SSH to check the setup of the remote machine.bluhm2016-11-091-3/+3
* The clean:, cleandir:, and obj: targets of src/Makefile descend intotb2016-10-191-1/+3
* Do not change routes during test run, but expect that everythingbluhm2016-10-192-21/+68
* Print SKIPPED if a regress test cannot be executed for some reason.bluhm2016-09-021-1/+3
* Remote regression tests should not run ssh with -t all the time.bluhm2016-07-181-3/+12
* Add regression tests for the path MTU discovery implementation in bluhm2016-07-116-0/+378