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
/
strace
/
socket.go
Age
Commit message (
Expand
)
Author
2020-12-02
[netstack] Refactor common utils out of netstack to socket package.
Ayush Ranjan
2020-09-15
Enable automated marshalling for the syscall package.
Rahat Mahmood
2020-08-19
ip6tables: move ipv4-specific logic into its own file
Kevin Krakauer
2020-07-31
iptables: support SO_ORIGINAL_DST
Kevin Krakauer
2020-02-25
Add netlink sockopt logging to strace.
Ian Gudger
2020-02-11
Move Align{Up,Down} into binary package.
gVisor bot
2020-02-07
Log level, optname, optval and optlen in getsockopt/setsockopt in strace.
Ian Gudger
2020-01-27
Update package locations.
Adin Scannell
2020-01-13
Allow dual stack sockets to operate on AF_INET
Tamir Duberstein
2019-12-03
strace: don't create a slice with a negative value
Andrei Vagin
2019-10-07
Rename epsocket to netstack.
Kevin Krakauer
2019-08-16
netstack: disconnect an unix socket only if the address family is AF_UNSPEC
Andrei Vagin
2019-07-03
netstack/udp: connect with the AF_UNSPEC address family means disconnect
Andrei Vagin
2019-06-13
Update canonical repository.
Adin Scannell
2019-06-06
Use common definition of SockType.
Rahat Mahmood
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2018-12-06
Convert ValueSet to a map
Michael Pratt
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-05-03
Clean up control message strace logging
Ian Gudger
2018-05-01
Implement SO_TIMESTAMP
Ian Gudger
2018-04-28
Check in gVisor.
Googler