summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/socket
AgeCommit message (Expand)Author
2020-01-08More GH comments.Kevin Krakauer
2020-01-08Return correct length with MSG_TRUNC for unix sockets.Ian Lewis
2020-01-08Addressed GH commentsKevin Krakauer
2020-01-08Fix slice bounds out of range panic in parsing socket control message.Ting-Yu Wang
2020-01-08Getting a panic when running tests. For some reason the filter table isKevin Krakauer
2020-01-08Introduce tcpip.SockOptBoolTamir Duberstein
2020-01-08Built dead-simple traversal, but now getting depedency cycle error :'(Kevin Krakauer
2020-01-08Rename tcpip.SockOpt{,Int}Tamir Duberstein
2020-01-08First commit -- re-adding DROPKevin Krakauer
2020-01-08Comment cleanup.Kevin Krakauer
2020-01-08Minor fixes to comments and loggingKevin Krakauer
2020-01-08Write simple ACCEPT rules to the filter table.Kevin Krakauer
2019-12-26Automated rollback of changelist 287029703gVisor bot
2019-12-24Enable IP_RECVTOS socket option for datagram socketsRyan Heacock
2019-12-12unix: allow to bind unix sockets only to AF_UNIX addressesAndrei Vagin
2019-12-11Add support for TCP_USER_TIMEOUT option.Bhasker Hariharan
2019-12-10Deduplicate and simplify control message processing for recvmsg and sendmsg.Dean Deng
2019-12-10Let socket.ControlMessages Release() the underlying transport.ControlMessages.Dean Deng
2019-12-10Make comments clearer for control message handling.Dean Deng
2019-12-06Add TCP stats for connection close and keep-alive timeouts.Mithun Iyer
2019-12-03Remove TODO for obsolete bug.Zach Koopmans
2019-12-03Support IP_TOS and IPV6_TCLASS socket options for hostinet sockets.Dean Deng
2019-12-02Support sending IP_TOS and IPV6_TCLASS control messages with hostinet sockets.Dean Deng
2019-11-27Add support for receiving TOS and TCLASS control messages in hostinet.Dean Deng
2019-11-07Add support for TIME_WAIT timeout.Bhasker Hariharan
2019-11-04Add NETLINK_KOBJECT_UEVENT socket supportMichael Pratt
2019-11-01Add SO_PASSCRED support to netlink socketsMichael Pratt
2019-10-29Add endpoint tracking to the stack.Ian Gudger
2019-10-25Convert DelayOption to the newer/faster SockOpt int type.Ian Gudger
2019-10-23Merge pull request #641 from tanjianfeng:mastergVisor bot
2019-10-21AF_PACKET support for netstack (aka epsocket).Kevin Krakauer
2019-10-16Reorder BUILD license and load functions in gvisor.Kevin Krakauer
2019-10-16Merge pull request #736 from tanjianfeng:fix-unixgVisor bot
2019-10-15epsocket: support /proc/net/snmpJianfeng Tan
2019-10-15netstack: add counters for tcp CurrEstab and EstabResetsJianfeng Tan
2019-10-15hostinet: support /proc/net/snmp and /proc/net/devJianfeng Tan
2019-10-14Internal change.gVisor bot
2019-10-10Allow for zero byte iovec with MSG_PEEK | MSG_TRUNC in recvmsg.Ian Lewis
2019-10-10Fix bugs in fragment handling.Bhasker Hariharan
2019-10-09Internal change.gVisor bot
2019-10-07Implement IP_TTL.Ian Gudger
2019-10-07Rename epsocket to netstack.Kevin Krakauer
2019-09-27Implement SO_BINDTODEVICE sockoptgVisor bot
2019-09-26Make raw socket tests pass in environments with or without CAP_NET_RAW.Kevin Krakauer
2019-09-23netstack: convert more socket options to {Set,Get}SockOptIntAndrei Vagin
2019-09-23internal BUILD file cleanup.gVisor bot
2019-09-19Remove defer from hot path and ensure Atomic is applied consistently.Adin Scannell
2019-09-12Implement splice methods for pipes and sockets.Adin Scannell
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-08-30Return correct buffer size for ioctl(socket, FIONREAD)Fabricio Voznika