summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/sample
AgeCommit message (Expand)Author
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-11-16Remove ARP address workaroundGhanan Gowripalan
2020-09-28Support creating protocol instances with Stack refGhanan Gowripalan
2020-09-02Fix Accept to not return error for sockets in accept queue.Bhasker Hariharan
2020-08-27Add function to get error from a tcpip.EndpointGhanan Gowripalan
2020-01-27Standardize on tools directory.Adin Scannell
2019-12-31netstack: minor fix typo in "if err" handlerMarek Majkowski
2019-12-11Add additional packages to go branchMichael Pratt
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
2019-01-31Remove license commentsMichael Pratt
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-10-19Use correct company name in copyright headerIan Gudger
2018-09-28Change tcpip.Route.Mask to tcpip.AddressMask.Googler
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