summaryrefslogtreecommitdiff
path: root/src/net/interface_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* syscall: reenable sysctl on iOSJason A. Donenfeld2019-10-231-14/+0
* vendor: re-vendor golang.org/x/net to fix Dragonfly buildTobias Klauser2019-10-211-3/+0
* net: skip some interface tests on Dragonfly for nowBrad Fitzpatrick2019-10-171-12/+17
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-091-1/+1
* net,os: disable more sysctl tests on iOSElias Naur2019-09-071-0/+12
* all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow2019-04-301-2/+2
* net: fix TestInterfaceMulticastAddrs for AIXClément Chigot2018-10-231-1/+1
* net: add js/wasm architectureRichard Musiol2018-06-041-0/+2
* net: adjust the test for IPv4 loopback address blockMikio Hara2018-02-201-1/+1
* net: delay IP protocol stack-snooping system callsMikio Hara2017-04-151-3/+3
* net: implement network interface API for SolarisMikio Hara2016-10-041-2/+9
* net: golang.org/x/net/route plumbingMikio Hara2016-05-151-21/+0
* net: reorganize interface tests to avoid vague flakinessMikio Hara2016-05-111-127/+165
* Revert "net: add support for Zone of IPNet"Mikio Hara2016-05-061-5/+1
* net: add support for Zone of IPNetMikio Hara2016-04-191-1/+5
* net: relax TestInterfaces and TestInterfaceAddrs for BSD variantsMikio Hara2016-04-151-2/+8
* net: skip failing or flaky TestInterfaces on freebsd-armBrad Fitzpatrick2016-04-121-0/+5
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* all: fix typos and spellingMartin Möhrmann2016-02-241-2/+2
* net: make use of IPv4 for parsing routing information on windowsMikio Hara2015-12-191-2/+14
* net, internal/syscall/windows: fix interface and address identification on wi...Mikio Hara2015-12-101-4/+26
* net: simplify sync.Once calls in testsMikio Hara2015-05-141-6/+6
* net: fix data race in benchmarksMikio Hara2015-04-011-12/+6
* net: add socket system call hooks for testingMikio Hara2015-03-311-0/+18
* net: fix TestInterfaces, TestInterfaceAddrs on platforms without loopback int...Mikio Hara2015-03-231-25/+58
* syscall: fix parsing ipv6 address prefix on dragonflyMikio Hara2015-03-031-6/+0
* net: disable failing interface tests on dragonflyRuss Cox2015-03-011-0/+6
* net: re-implement Interfaces and InterfaceAddrs for IPNet, IPv6 on Windowsmattn2015-02-101-10/+1
* net: update test cases for network interface APIMikio Hara2015-01-281-51/+109
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+211