index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pkg
/
sentry
/
socket
/
netstack
/
BUILD
Age
Commit message (
Expand
)
Author
2021-09-26
Implement dummy network interfaces
feature/dummy-iface
Mikael Magnusson
2021-09-01
Extract network datagram endpoint common facilities
Ghanan 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-27
Remove uses of the binary package from networking code.
Rahat Mahmood
2021-03-29
[syserror] Split usermem package
Zach Koopmans
2021-03-15
Make netstack (//pkg/tcpip) buildable for 32 bit
Kevin Krakauer
2021-01-22
Define tcpip.Payloader in terms of io.Reader
Tamir Duberstein
2021-01-20
Move Lock/UnlockPOSIX into LockFD util.
Dean Deng
2021-01-13
Do not resolve remote link address at transport layer
Ghanan Gowripalan
2021-01-07
netstack: Refactor tcpip.Endpoint.Read
Ting-Yu Wang
2020-09-11
Move the 'marshal' and 'primitive' packages to the 'pkg' directory.
Rahat Mahmood
2020-07-23
Marshallable socket opitons.
Ayush Ranjan
2020-06-17
Implement POSIX locks
Fabricio Voznika
2020-06-09
Implement flock(2) in VFS2
Fabricio Voznika
2020-06-05
Fix error code returned due to Port exhaustion.
Bhasker Hariharan
2020-05-12
Don't call kernel.Task.Block() from netstack.SocketOperations.Write().
Jamie Liu
2020-05-07
Allocate device numbers for VFS2 filesystems.
Jamie Liu
2020-05-01
Port netstack, hostinet, and netlink sockets to VFS2.
Dean Deng
2020-03-24
Move tcpip.PacketBuffer and IPTables to stack package.
Bhasker Hariharan
2020-01-27
Update package locations.
Adin Scannell
2020-01-27
Standardize on tools directory.
Adin Scannell
2020-01-09
New sync package.
Ian Gudger
2019-10-16
Reorder BUILD license and load functions in gvisor.
Kevin Krakauer
2019-10-07
Rename epsocket to netstack.
Kevin Krakauer