summaryrefslogtreecommitdiffstats
path: root/regress/sys/netinet6 (follow)
Commit message (Expand)AuthorAgeFilesLines
* py3-scapy is now scapykn2020-12-304-11/+11
* Missed a python2.7, scapy 2, copyright bump in previous scapy 3 commits.bluhm2020-12-261-2/+2
* Wrap long lines.bluhm2020-12-262-9/+10
* Wrap long lines.bluhm2020-12-257-26/+52
* Switch to scapy with python 3.bluhm2020-12-2510-86/+85
* Link pktinfo_addr and srcaddr regress to build.bluhm2020-12-251-2/+8
* Switch to scapy with python 3.bluhm2020-12-2534-377/+376
* Switch to scapy with python 3.bluhm2020-12-256-38/+37
* Switch to scapy with python 3.bluhm2020-12-253-45/+42
* Remove echo headlines.bluhm2020-12-175-48/+5
* Remove echo headlines. Use consistent target names.bluhm2020-12-161-14/+9
* initial framework for ipv6 source address selection testingpamela2020-04-133-0/+142
* Do not create files as dependency of .BEGIN rule. Noticed bybluhm2020-01-151-2/+2
* Make checksum comparison more robust. 0xffff is the same as 0.bluhm2019-09-191-1/+1
* Send ping6 fragment that ends behind ipv6 max packet size.bluhm2019-09-173-1/+105
* Ignore missing pseudo terminal for ssh when called from cron job.bluhm2019-09-051-5/+5
* Minimize differences between IPv4 and IPv6 multicast tests.bluhm2019-09-051-3/+2
* Link IPv6 multicast tests to regress build.bluhm2019-09-051-2/+2
* Test IPv6 multicast sender, receiver, router. Minimal mc6routebluhm2019-09-054-0/+858
* Python for scapy must be executed a bit differently in this test.bluhm2019-05-102-10/+4
* Simplify the detection for installed python and scapy. Refactorbluhm2019-05-104-80/+62
* Link rip6cksum regress to build.bluhm2019-05-091-2/+2
* Test IPv6 raw sockets with checksum calculation in kernel.bluhm2019-05-095-0/+454
* Check that pf and IPv6 stack handle two ping6 fragments with differentbluhm2019-04-081-0/+51
* Send many small fragments that exceed the pf reassembly queue limit.bluhm2018-09-102-1/+77
* Fragment one large 64k IP ping packet into 155 fragments, each withbluhm2018-09-071-0/+64
* hook up recvmsganton2018-07-041-2/+2
* Add regress covering the recently fixed mbuf double free in rip6_usrreq().anton2018-07-041-0/+19
* Do not expect an eui64 link-local source address during duplicatebluhm2018-02-271-1/+1
* Skip this regress test if no remote test machine is specified asbluhm2017-12-201-2/+3
* Add more checks helping to set up the test environment.bluhm2017-11-141-3/+6
* Clean up pf rules and states on remote machine so that they do notbluhm2017-09-152-4/+10
* Get IPv4 and IPv6 fragment tests into common shape. Some chunksbluhm2017-09-073-5/+5
* Link regress/sys/netinet/frag to build. Get IPv4 and IPv6 fragmentbluhm2017-09-0710-37/+183
* Remove useless make depend targets.bluhm2017-07-073-9/+3
* Add more checks and debug info to identify the sporadic test failures.bluhm2017-07-031-56/+73
* As pf blocks packets with IPv6 options header, the tests needs anbluhm2017-05-312-5/+11
* Avoid warnings from ssh -t, check remote SUDO at beginning.bluhm2017-03-012-10/+12
* Use consistent address schema with local and remote machine. Fillbluhm2017-03-0140-336/+435
* IPv6 packets with routing header 0 are dropped by pf, but answeredbluhm2017-02-2810-62/+68
* Fragment reassembly code exists in pf and network stack. To testbluhm2017-02-282-16/+52
* Fix typo in variable name.bluhm2017-01-243-3/+3
* Do not use privileged or NFS source ports for UDP packets as inetdbluhm2017-01-1832-165/+230
* Test that IPv6 framents with invalid length or more-fragment bitbluhm2016-11-215-0/+246
* Put all make targets in a loop and print a little more what eachbluhm2016-11-1721-160/+68
* Send fragment with Hop-by-Hop extension header after the fragmentbluhm2016-11-172-1/+55
* The clean:, cleandir:, and obj: targets of src/Makefile descend intotb2016-10-193-3/+9
* If we bind to [::], we do not check for sockaddr availability.vgross2016-09-041-3/+3
* Graceful failure handling at startup and runvgross2016-09-032-40/+63
* Print SKIPPED if a regress test cannot be executed for some reason.bluhm2016-09-023-3/+9