summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/socket/netstack
AgeCommit message (Expand)Author
2020-04-09Replace type assertion with TaskFromContext.Ting-Yu Wang
2020-04-09Convert int and bool socket options to use GetSockOptInt and GetSockOptBoolAndrei Vagin
2020-04-07Remove out-of-date TODOs.Ting-Yu Wang
2020-04-03Add FileDescriptionImpl for Unix sockets.Dean Deng
2020-04-02Fix typo in TODO comments.Dean Deng
2020-03-26Support owner matching for iptables.Nayana Bidari
2020-03-25Automated rollback of changelist 301837227Bhasker Hariharan
2020-03-24Move tcpip.PacketBuffer and IPTables to stack package.Bhasker Hariharan
2020-03-23Support basic /proc/net/dev metrics for netstackIan Lewis
2020-03-23Fix data race in SetSockOpt.Bhasker Hariharan
2020-03-19Change SocketOperations.readMu to an RWMutex.Bhasker Hariharan
2020-03-19Remove workMu from tcpip.Endpoint.Bhasker Hariharan
2020-03-02Fix panic caused by invalid address for Bind in packet sockets.Nayana Bidari
2020-03-02socket: take readMu to access readViewAndrei Vagin
2020-02-27Internal change.Nayana Bidari
2020-02-19Internal change.gVisor bot
2020-02-18Enable IPV6_RECVTCLASS socket option for datagram socketsgVisor bot
2020-02-13Internal change.gVisor bot
2020-02-05recv() on a closed TCP socket returns ENOTCONNEyal Soha
2020-02-04Support RTM_NEWADDR and RTM_GETLINK in (rt)netlink.Ting-Yu Wang
2020-01-29Add support for TCP_DEFER_ACCEPT.Bhasker Hariharan
2020-01-27Update package locations.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-21Add a new TCP stat for current open connections.Mithun Iyer
2020-01-21Merge pull request #1558 from kevinGC:iptables-write-input-dropgVisor bot
2020-01-17Filter out received packets with a local source IP address.Eyal Soha
2020-01-14Implement {g,s}etsockopt(IP_RECVTOS) for UDP socketsTamir Duberstein
2020-01-13Allow dual stack sockets to operate on AF_INETTamir Duberstein
2020-01-13Merge branch 'master' into iptables-write-input-dropKevin Krakauer
2020-01-13Merge pull request #1528 from kevinGC:iptables-writegVisor bot
2020-01-09New sync package.Ian Gudger
2020-01-09Change BindToDeviceOption to store NICIDEyal Soha
2020-01-08Merge branch 'iptables-write' into iptables-write-input-dropKevin Krakauer
2020-01-08Addressed GH commentsKevin Krakauer
2020-01-08Getting a panic when running tests. For some reason the filter table isKevin Krakauer
2020-01-08Introduce tcpip.SockOptBoolTamir Duberstein
2020-01-08Rename tcpip.SockOpt{,Int}Tamir Duberstein
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-06Add TCP stats for connection close and keep-alive timeouts.Mithun Iyer
2019-11-07Add support for TIME_WAIT timeout.Bhasker Hariharan
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