summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/strace/socket.go
AgeCommit message (Expand)Author
2021-04-27Remove uses of the binary package from networking code.Rahat Mahmood
2021-03-29[syserror] Split usermem packageZach Koopmans
2020-12-02[netstack] Refactor common utils out of netstack to socket package.Ayush Ranjan
2020-09-15Enable automated marshalling for the syscall package.Rahat Mahmood
2020-08-19ip6tables: move ipv4-specific logic into its own fileKevin Krakauer
2020-07-31iptables: support SO_ORIGINAL_DSTKevin Krakauer
2020-02-25Add netlink sockopt logging to strace.Ian Gudger
2020-02-11Move Align{Up,Down} into binary package.gVisor bot
2020-02-07Log level, optname, optval and optlen in getsockopt/setsockopt in strace.Ian Gudger
2020-01-27Update package locations.Adin Scannell
2020-01-13Allow dual stack sockets to operate on AF_INETTamir Duberstein
2019-12-03strace: don't create a slice with a negative valueAndrei Vagin
2019-10-07Rename epsocket to netstack.Kevin Krakauer
2019-08-16netstack: disconnect an unix socket only if the address family is AF_UNSPECAndrei Vagin
2019-07-03netstack/udp: connect with the AF_UNSPEC address family means disconnectAndrei Vagin
2019-06-13Update canonical repository.Adin Scannell
2019-06-06Use common definition of SockType.Rahat Mahmood
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2018-12-06Convert ValueSet to a mapMichael Pratt
2018-10-19Use correct company name in copyright headerIan Gudger
2018-05-03Clean up control message strace loggingIan Gudger
2018-05-01Implement SO_TIMESTAMPIan Gudger
2018-04-28Check in gVisor.Googler