summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/adapters/gonet
AgeCommit message (Expand)Author
2021-11-09Implement OriginalDestinationAddrgonet-originaldestinationMikael Magnusson
2021-10-21Merge release-20211011.0-39-g207221ffb (automated)gVisor bot
2021-10-21Add an integration test for istio like redirect.Bhasker Hariharan
2021-10-15Satisfy nogoGhanan Gowripalan
2021-09-15Pass address properties in a single structTony Gong
2021-03-24Merge release-20210315.0-23-ge7ca2a51a (automated)gVisor bot
2021-03-24Add POLLRDNORM/POLLWRNORM support.Bhasker Hariharan
2021-01-29Merge release-20210125.0-21-g8d1afb418 (automated)gVisor bot
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-22Merge release-20210112.0-74-g6c0e1d9cf (automated)gVisor bot
2021-01-22Define tcpip.Payloader in terms of io.ReaderTamir Duberstein
2021-01-16Merge release-20210112.0-37-g12d979083 (automated)gVisor bot
2021-01-15Remove count argument from tcpip.Endpoint.ReadTamir Duberstein
2021-01-14Merge release-20201216.0-105-g25b5ec713 (automated)gVisor bot
2021-01-13Do not resolve remote link address at transport layerGhanan Gowripalan
2021-01-07Merge release-20201208.0-127-gb1de1da31 (automated)gVisor bot
2021-01-07netstack: Refactor tcpip.Endpoint.ReadTing-Yu Wang
2020-11-17Remove sniffer from gonet_test.Bhasker Hariharan
2020-11-17Fix SO_ERROR behavior for TCP in gVisor.Bhasker Hariharan
2020-10-20Fix nogo test in //pkg/tcpip/...Ting-Yu Wang
2020-09-28Support creating protocol instances with Stack refGhanan Gowripalan
2020-09-03Merge release-20200818.0-115-gb69352245 (automated)gVisor bot
2020-09-02Fix Accept to not return error for sockets in accept queue.Bhasker Hariharan
2020-08-27Merge release-20200818.0-69-gdc81eb9c3 (automated)gVisor bot
2020-08-27Add function to get error from a tcpip.EndpointGhanan Gowripalan
2020-06-05Drop flaky tag.Adin Scannell
2020-06-01Merge release-20200522.0-45-g839208f1 (automated)gVisor bot
2020-06-01Enable TCP Receive buffer moderation in gonet and benchmark.Bhasker Hariharan
2020-05-27Merge release-20200518.0-45-g0bc022b7 (automated)gVisor bot
2020-03-12Mark gonet_test as flaky.Zach Koopmans
2020-02-24Add support for tearing down protocol dispatchers and TIME_WAIT endpoints.Ian Gudger
2020-02-06Merge release-20200127.0-90-g736775e (automated)gVisor bot
2020-02-06Make gonet consistent both internally and with the net package.Ian Gudger
2020-02-06Merge release-20200127.0-85-g1b6a12a (automated)gVisor bot
2020-01-27Merge release-20200115.0-109-g60d7ff7 (automated)gVisor bot
2020-01-27Merge pull request #1676 from majek:marek/FIX-1632-expose-NewPacketConngVisor bot
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-27Expose gonet.NewPacketConn, for parity with gonet.NewConn APIMarek Majkowski
2020-01-22Merge release-20200115.0-74-g0e7f417 (automated)gVisor bot
2020-01-22gonet PacketConn.RemoteAddr() incorrectly returns *net.TCPAddr, should be *ne...Marek Majkowski
2020-01-10Merge release-20191213.0-96-g27500d5 (automated)gVisor bot
2020-01-09New sync package.Ian Gudger
2019-12-11Merge release-20191129.0-48-g0d02726 (automated)gVisor bot
2019-11-07Add support for TIME_WAIT timeout.Bhasker Hariharan
2019-09-25Remove centralized registration of protocols.Kevin Krakauer
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-08-21Use tcpip.Subnet in tcpip.RouteTamir Duberstein
2019-08-14Replace uinptr with int64 when returning lengthsTamir Duberstein
2019-08-13gonet: Replace NewPacketConn with DialUDP.Ian Gudger
2019-06-13Update canonical repository.Adin Scannell