summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/socket/netstack/BUILD
AgeCommit message (Expand)Author
2021-09-26Implement dummy network interfacesfeature/dummy-ifaceMikael Magnusson
2021-09-01Extract network datagram endpoint common facilitiesGhanan Gowripalan
2021-08-13[syserror] Remove pkg syserror.Zach Koopmans
2021-06-22[syserror] Add conversions to linuxerr with temporary Equals method.Zach Koopmans
2021-06-16[syserror] Refactor linuxerr and error package.Zach Koopmans
2021-04-27Remove uses of the binary package from networking code.Rahat Mahmood
2021-03-29[syserror] Split usermem packageZach Koopmans
2021-03-15Make netstack (//pkg/tcpip) buildable for 32 bitKevin Krakauer
2021-01-22Define tcpip.Payloader in terms of io.ReaderTamir Duberstein
2021-01-20Move Lock/UnlockPOSIX into LockFD util.Dean Deng
2021-01-13Do not resolve remote link address at transport layerGhanan Gowripalan
2021-01-07netstack: Refactor tcpip.Endpoint.ReadTing-Yu Wang
2020-09-11Move the 'marshal' and 'primitive' packages to the 'pkg' directory.Rahat Mahmood
2020-07-23Marshallable socket opitons.Ayush Ranjan
2020-06-17Implement POSIX locksFabricio Voznika
2020-06-09Implement flock(2) in VFS2Fabricio Voznika
2020-06-05Fix error code returned due to Port exhaustion.Bhasker Hariharan
2020-05-12Don't call kernel.Task.Block() from netstack.SocketOperations.Write().Jamie Liu
2020-05-07Allocate device numbers for VFS2 filesystems.Jamie Liu
2020-05-01Port netstack, hostinet, and netlink sockets to VFS2.Dean Deng
2020-03-24Move tcpip.PacketBuffer and IPTables to stack package.Bhasker Hariharan
2020-01-27Update package locations.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-09New sync package.Ian Gudger
2019-10-16Reorder BUILD license and load functions in gvisor.Kevin Krakauer
2019-10-07Rename epsocket to netstack.Kevin Krakauer