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
/
fsimpl
/
host
/
socket.go
Age
Commit message (
Expand
)
Author
2021-07-01
[syserror] Update several syserror errors to linuxerr equivalents.
Zach Koopmans
2021-06-22
[syserror] Add conversions to linuxerr with temporary Equals method.
Zach Koopmans
2021-04-20
Move SO_RCVBUF to socketops.
Nayana Bidari
2021-04-15
Add S/R logic for host.ConnectedEndpoint
Fabricio Voznika
2021-03-24
Add POLLRDNORM/POLLWRNORM support.
Bhasker Hariharan
2021-03-03
[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.
Ayush Ranjan
2021-02-09
Add support for setting SO_SNDBUF for unix domain sockets.
Bhasker Hariharan
2021-01-28
Change tcpip.Error to an interface
Tamir Duberstein
2020-11-09
Initialize references with a value of 1.
Dean Deng
2020-09-01
fsimpl/host: fix the order of removing FD notifier
Tiwei Bie
2020-08-20
Add reference count checking to the fsimpl/host package.
Dean Deng
2020-08-03
Plumbing context.Context to DecRef() and Release().
Nayana Bidari
2020-07-01
Remove maxSendBufferSize from vfs2.
Dean Deng
2020-05-01
Port netstack, hostinet, and netlink sockets to VFS2.
Dean Deng
2020-04-27
Import host sockets.
Dean Deng