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
/
epsocket
/
provider.go
Age
Commit message (
Expand
)
Author
2019-10-07
Rename epsocket to netstack.
Kevin Krakauer
2019-09-26
Make raw socket tests pass in environments with or without CAP_NET_RAW.
Kevin Krakauer
2019-07-12
Add IPPROTO_RAW, which allows raw sockets to write IP headers.
Kevin Krakauer
2019-06-13
Implement getsockopt() SO_DOMAIN, SO_PROTOCOL and SO_TYPE.
Rahat Mahmood
2019-06-13
Update canonical repository.
Adin Scannell
2019-06-10
Store more information in the kernel socket table.
Rahat Mahmood
2019-06-06
Use common definition of SockType.
Rahat Mahmood
2019-05-30
gvisor: socket() returns EPROTONOSUPPORT if protocol is not supported
Andrei Vagin
2019-05-22
UDP and TCP raw socket support.
Kevin Krakauer
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-02-27
Ping support via IPv4 raw sockets.
Kevin Krakauer
2018-11-13
Implement TCP_NODELAY and TCP_CORK
Ian Gudger
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-10-17
Move Unix transport out of netstack
Ian Gudger
2018-05-01
Add support for ping sockets
Ian Gudger
2018-04-28
Check in gVisor.
Googler