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
Age
Commit message (
Expand
)
Author
2020-01-08
More GH comments.
Kevin Krakauer
2020-01-08
Return correct length with MSG_TRUNC for unix sockets.
Ian Lewis
2020-01-08
Addressed GH comments
Kevin Krakauer
2020-01-08
Fix slice bounds out of range panic in parsing socket control message.
Ting-Yu Wang
2020-01-08
Getting a panic when running tests. For some reason the filter table is
Kevin Krakauer
2020-01-08
Introduce tcpip.SockOptBool
Tamir Duberstein
2020-01-08
Built dead-simple traversal, but now getting depedency cycle error :'(
Kevin Krakauer
2020-01-08
Rename tcpip.SockOpt{,Int}
Tamir Duberstein
2020-01-08
First commit -- re-adding DROP
Kevin Krakauer
2020-01-08
Comment cleanup.
Kevin Krakauer
2020-01-08
Minor fixes to comments and logging
Kevin Krakauer
2020-01-08
Write simple ACCEPT rules to the filter table.
Kevin Krakauer
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-12
unix: allow to bind unix sockets only to AF_UNIX addresses
Andrei Vagin
2019-12-11
Add support for TCP_USER_TIMEOUT option.
Bhasker Hariharan
2019-12-10
Deduplicate and simplify control message processing for recvmsg and sendmsg.
Dean Deng
2019-12-10
Let socket.ControlMessages Release() the underlying transport.ControlMessages.
Dean Deng
2019-12-10
Make comments clearer for control message handling.
Dean Deng
2019-12-06
Add TCP stats for connection close and keep-alive timeouts.
Mithun Iyer
2019-12-03
Remove TODO for obsolete bug.
Zach Koopmans
2019-12-03
Support IP_TOS and IPV6_TCLASS socket options for hostinet sockets.
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-11-07
Add support for TIME_WAIT timeout.
Bhasker Hariharan
2019-11-04
Add NETLINK_KOBJECT_UEVENT socket support
Michael Pratt
2019-11-01
Add SO_PASSCRED support to netlink sockets
Michael Pratt
2019-10-29
Add endpoint tracking to the stack.
Ian Gudger
2019-10-25
Convert DelayOption to the newer/faster SockOpt int type.
Ian Gudger
2019-10-23
Merge pull request #641 from tanjianfeng:master
gVisor bot
2019-10-21
AF_PACKET support for netstack (aka epsocket).
Kevin Krakauer
2019-10-16
Reorder BUILD license and load functions in gvisor.
Kevin Krakauer
2019-10-16
Merge pull request #736 from tanjianfeng:fix-unix
gVisor bot
2019-10-15
epsocket: support /proc/net/snmp
Jianfeng Tan
2019-10-15
netstack: add counters for tcp CurrEstab and EstabResets
Jianfeng Tan
2019-10-15
hostinet: support /proc/net/snmp and /proc/net/dev
Jianfeng Tan
2019-10-14
Internal change.
gVisor bot
2019-10-10
Allow for zero byte iovec with MSG_PEEK | MSG_TRUNC in recvmsg.
Ian Lewis
2019-10-10
Fix bugs in fragment handling.
Bhasker Hariharan
2019-10-09
Internal change.
gVisor bot
2019-10-07
Implement IP_TTL.
Ian Gudger
2019-10-07
Rename epsocket to netstack.
Kevin Krakauer
2019-09-27
Implement SO_BINDTODEVICE sockopt
gVisor bot
2019-09-26
Make raw socket tests pass in environments with or without CAP_NET_RAW.
Kevin Krakauer
2019-09-23
netstack: convert more socket options to {Set,Get}SockOptInt
Andrei Vagin
2019-09-23
internal BUILD file cleanup.
gVisor bot
2019-09-19
Remove defer from hot path and ensure Atomic is applied consistently.
Adin Scannell
2019-09-12
Implement splice methods for pipes and sockets.
Adin Scannell
2019-09-12
Remove go_test from go_stateify and go_marshal
Michael Pratt
2019-08-30
Return correct buffer size for ioctl(socket, FIONREAD)
Fabricio Voznika
[prev]
[next]