summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/sample/tun_tcp_connect/main.go
AgeCommit message (Expand)Author
2021-09-21WIP gre testgre-masterMikael Magnusson
2021-09-15Pass address properties in a single structTony Gong
2021-07-20Add go:build directives as required by Go 1.17's gofmt.Jamie Liu
2021-03-24Add POLLRDNORM/POLLWRNORM support.Bhasker Hariharan
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-22Define tcpip.Payloader in terms of io.ReaderTamir Duberstein
2021-01-15Remove count argument from tcpip.Endpoint.ReadTamir Duberstein
2021-01-13Do not resolve remote link address at transport layerGhanan Gowripalan
2021-01-07netstack: Refactor tcpip.Endpoint.ReadTing-Yu Wang
2020-09-28Support creating protocol instances with Stack refGhanan Gowripalan
2020-08-27Add function to get error from a tcpip.EndpointGhanan Gowripalan
2019-12-31netstack: minor fix typo in "if err" handlerMarek Majkowski
2019-09-25Remove centralized registration of protocols.Kevin Krakauer
2019-09-17Update remaining users of LinkEndpoints to not refer to them as an ID.Ian Gudger
2019-08-21Use tcpip.Subnet in tcpip.RouteTamir Duberstein
2019-06-13Update canonical repository.Adin Scannell
2019-06-06Add multi-fd support to fdbased endpoint.Bhasker Hariharan
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-17Return error from fdbased.NewFabricio Voznika
2019-03-05Remove unused commit() function argument to Bind.Kevin Krakauer
2018-10-19Use correct company name in copyright headerIan Gudger
2018-09-28Block for link address resolutionSepehr Raissian
2018-08-22Allow building on !linuxGoogler
2018-08-01Move stack clock to options structIan Gudger
2018-07-17netstack: update goroutine save / restore safety comments.Zhaozhong Ni
2018-07-09Switch netstack licenses to Apache 2.0.Nicolas Lacasse
2018-05-01Implement SO_TIMESTAMPIan Gudger
2018-04-28Check in gVisor.Googler