summaryrefslogtreecommitdiff
path: root/tests/net
AgeCommit message (Expand)Author
2020-11-10Pull up following revision(s) (requested by knakahara in ticket #1129):martin
2020-06-20Pull up following revision(s) (requested by rmind in ticket #956):martin
2019-11-13Pull up following revision(s) (requested by yamaguchi in ticket #420):martin
2019-10-23Pull up following revision(s) (requested by ozaki-r in ticket #368):martin
2019-09-05Pull up following revision(s) (requested by roy in ticket #175):martin
2019-08-26Pull up following revision(s) (requested by ozaki-r in ticket #117):martin
2019-08-19Pull up following revision(s) (requested by ozaki-r in ticket #98):martin
2019-07-23tests: add tests for getspi and udpateozaki-r
2019-07-18tests: extract all kernel logs, not just a panic message, from rump_server.coreozaki-r
2019-07-18tests: shorten the expire time of neighbor caches to reduce the runtime of th...ozaki-r
2019-07-09tests: check that a new cache is not created over the limitozaki-r
2019-07-04Add ATF test for a description.ozaki-r
2019-06-28tests: test state transitions of neighbor cachesozaki-r
2019-06-24Another spello of 'unknown'skrll
2019-06-11In the "got %d/%d" message printed at the end of the pingsize test,gson
2019-06-01Deal with fallout from the addition ofkre
2019-05-31Increase the timeout for the manyaddrs test case; the default is oftengson
2019-05-13Get rid of all the -lrumpdev and -lrumpvfs that are no longer neededbad
2019-04-18tests: dump kernel stats on cleanupozaki-r
2019-04-18tests: make utility funtions easy to use for tests that don't use the frameworkozaki-r
2019-04-14ifix uninialized pidchristos
2019-01-17Add ATF for ipsecif(4) pfil.knakahara
2019-01-15Fix PR kern/53848. Add missing "ifconfig -w".knakahara
2019-01-15revert t_ipsec.sh:r1.7knakahara
2019-01-11workaround for PR kern/53848knakahara
2019-01-10tests/net/if_ipsec/t_ipsec disable dad. This may fix PR kern/53848knakahara
2018-12-26Add ATF for ipsecif(4) which connect to two peers in the same NAPT.knakahara
2018-12-25Add ATF for NAT-T enabled ipsecif(4).knakahara
2018-12-25reduce debug messages when $DEBUG is not true.knakahara
2018-12-11tests: add missing $afozaki-r
2018-12-07tests: check error messages strictlyozaki-r
2018-12-07tests: reduce repeated phrases... (NFC)ozaki-r
2018-11-22Add ATF for IPv6 NAT-T.knakahara
2018-11-14let ATF detect a bug fixed by if_vla.c:r1.132.knakahara
2018-11-09Add a test to show a large number of MAC addresses cached in a bridgeozaki-r
2018-06-14Update the error message in t_vlan (ENXIO => EINVAL)yamaguchi
2018-06-14Add test cases for multicast address handling of vlan(4)yamaguchi
2018-06-12Add tests of vlan with bridgeozaki-r
2018-04-26Remove ping6_opts_hops, "-g" does not exist anymore (RH0 removed).maxv
2018-04-18Add a test that checks if brconfig flush surely removes all entriesozaki-r
2018-04-10Add a test case for bridge_rtdeleteozaki-r
2018-04-07Fix typoozaki-r
2018-04-06Add tests for GARP without DADozaki-r
2018-04-06Show outputs of commands if $DEBUGozaki-r
2018-04-06Improve packet checks and error reportingozaki-r
2018-03-26Handle errors better.roy
2018-03-24Allow a valid sendto .... duhroy
2018-03-24Fix a printf(3)-like format in ATF ICMP t_ping.ckamil
2018-03-23Note value received. Harden another sendto for ENOBUFS.roy
2018-03-22Handle ENOBUFS in sendtoroy