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
/
control
/
control.go
Age
Commit message (
Expand
)
Author
2021-10-07
Store timestamps as time.Time
Tamir Duberstein
2021-09-19
Support IPV6_RECVPKTINFO on UDP sockets
Ghanan Gowripalan
2021-06-30
[syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM.
Zach Koopmans
2021-06-29
[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVAL
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-01-05
Fix panic when parsing SO_TIMESTAMP cmsg
Kevin Krakauer
2020-12-17
[netstack] Implement MSG_ERRQUEUE flag for recvmsg(2).
Ayush Ranjan
2020-12-14
[netstack] Update raw socket and hostinet control message parsing.
Ayush Ranjan
2020-12-11
[netstack] Decouple tcpip.ControlMessages from the IP control messges.
Ayush Ranjan
2020-12-09
Add support for IP_RECVORIGDSTADDR IP option.
Bhasker Hariharan
2020-08-03
Plumbing context.Context to DecRef() and Release().
Nayana Bidari
2020-04-24
Port SCM Rights to VFS2.
Dean Deng
2020-02-18
Enable IPV6_RECVTCLASS socket option for datagram sockets
gVisor bot
2020-02-13
Internal change.
gVisor bot
2020-02-11
Move Align{Up,Down} into binary package.
gVisor bot
2020-01-27
Update package locations.
Adin Scannell
2020-01-14
Implement {g,s}etsockopt(IP_RECVTOS) for UDP sockets
Tamir Duberstein
2020-01-08
Fix slice bounds out of range panic in parsing socket control message.
Ting-Yu Wang
2019-12-26
Automated rollback of changelist 287029703
gVisor bot
2019-12-24
Enable IP_RECVTOS socket option for datagram sockets
Ryan Heacock
2019-12-10
Deduplicate and simplify control message processing for recvmsg and sendmsg.
Dean Deng
2019-12-10
Make comments clearer for control message handling.
Dean Deng
2019-12-02
Support sending IP_TOS and IPV6_TCLASS control messages with hostinet sockets.
Dean Deng
2019-11-27
Add support for receiving TOS and TCLASS control messages in hostinet.
Dean Deng
2019-07-18
net/tcp/setockopt: impelment setsockopt(fd, SOL_TCP, TCP_INQ)
Andrei Vagin
2019-07-02
Remove map from fd_map, change to fd_table.
Adin Scannell
2019-06-13
Update canonical repository.
Adin Scannell
2019-06-03
gvisor/sock/unix: pass creds when a message is sent between unconnected sockets
Andrei Vagin
2019-04-29
Implement the MSG_CTRUNC msghdr flag for Unix sockets.
Ian Gudger
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-10-17
Move Unix transport out of netstack
Ian Gudger
2018-08-02
Automated rollback of changelist 207037226
Zhaozhong Ni
2018-08-01
Automated rollback of changelist 207007153
Michael Pratt
2018-08-01
stateify: convert all packages to use explicit mode.
Zhaozhong Ni
2018-05-01
Implement SO_TIMESTAMP
Ian Gudger
2018-04-28
Check in gVisor.
Googler