aboutsummaryrefslogtreecommitdiff
path: root/src/net/interface_test.go
AgeCommit message (Expand)Author
2019-10-23syscall: reenable sysctl on iOSJason A. Donenfeld
2019-10-21vendor: re-vendor golang.org/x/net to fix Dragonfly buildTobias Klauser
2019-10-17net: skip some interface tests on Dragonfly for nowBrad Fitzpatrick
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-09-07net,os: disable more sysctl tests on iOSElias Naur
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2018-10-23net: fix TestInterfaceMulticastAddrs for AIXClément Chigot
2018-06-04net: add js/wasm architectureRichard Musiol
2018-02-20net: adjust the test for IPv4 loopback address blockMikio Hara
2017-04-15net: delay IP protocol stack-snooping system callsMikio Hara
2016-10-04net: implement network interface API for SolarisMikio Hara
2016-05-15net: golang.org/x/net/route plumbingMikio Hara
2016-05-11net: reorganize interface tests to avoid vague flakinessMikio Hara
2016-05-06Revert "net: add support for Zone of IPNet"Mikio Hara
2016-04-19net: add support for Zone of IPNetMikio Hara
2016-04-15net: relax TestInterfaces and TestInterfaceAddrs for BSD variantsMikio Hara
2016-04-12net: skip failing or flaky TestInterfaces on freebsd-armBrad Fitzpatrick
2016-03-02all: single space after period.Brad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-24all: fix typos and spellingMartin Möhrmann
2015-12-19net: make use of IPv4 for parsing routing information on windowsMikio Hara
2015-12-10net, internal/syscall/windows: fix interface and address identification on wi...Mikio Hara
2015-05-14net: simplify sync.Once calls in testsMikio Hara
2015-04-01net: fix data race in benchmarksMikio Hara
2015-03-31net: add socket system call hooks for testingMikio Hara
2015-03-23net: fix TestInterfaces, TestInterfaceAddrs on platforms without loopback int...Mikio Hara
2015-03-03syscall: fix parsing ipv6 address prefix on dragonflyMikio Hara
2015-03-01net: disable failing interface tests on dragonflyRuss Cox
2015-02-10net: re-implement Interfaces and InterfaceAddrs for IPNet, IPv6 on Windowsmattn
2015-01-28net: update test cases for network interface APIMikio Hara
2014-09-08build: move package sources from src/pkg to srcRuss Cox