summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/socket/netstack/netstack.go
AgeCommit message (Expand)Author
2020-09-11Move the 'marshal' and 'primitive' packages to the 'pkg' directory.Rahat Mahmood
2020-09-02Fix Accept to not return error for sockets in accept queue.Bhasker Hariharan
2020-09-01Automated rollback of changelist 328350576Nayana Bidari
2020-08-27Improve type safety for socket optionsGhanan Gowripalan
2020-08-27Add function to get error from a tcpip.EndpointGhanan Gowripalan
2020-08-27ip6tables: (de)serialize ip6tables structsKevin Krakauer
2020-08-25remove iptables sockopt special casesKevin Krakauer
2020-08-25Support SO_LINGER socket option.Nayana Bidari
2020-08-25Fix TCP_LINGER2 behavior to match linux.Bhasker Hariharan
2020-08-20Skip listening TCP ports when trying to bind a free port.Bhasker Hariharan
2020-08-19ip6tables: move ipv4-specific logic into its own fileKevin Krakauer
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-31iptables: support SO_ORIGINAL_DSTKevin Krakauer
2020-07-28Redirect TODO to GitHub issuesFabricio Voznika
2020-07-24Enable automated marshalling for netstack.Ayush Ranjan
2020-07-23Marshallable socket opitons.Ayush Ranjan
2020-07-22Support for receiving outbound packets in AF_PACKET.Bhasker Hariharan
2020-07-16Add support to return protocol in recvmsg for AF_PACKET.Bhasker Hariharan
2020-07-15Fix minor bugs in a couple of interface IOCTLs.Bhasker Hariharan
2020-07-11Stub out SO_DETACH_FILTER.Bhasker Hariharan
2020-07-09Discard multicast UDP source address.gVisor bot
2020-07-09Add support for IP_HDRINCL IP option for raw sockets.Bhasker Hariharan
2020-06-26Implement SO_NO_CHECK socket option.gVisor bot
2020-06-19Implement UDP cheksum verification.gVisor bot
2020-06-10{S,G}etsockopt for TCP_KEEPCNT option.Nayana Bidari
2020-06-05Fix error code returned due to Port exhaustion.Bhasker Hariharan
2020-05-15Minor formatting updates for gvisor.dev.Adin Scannell
2020-05-13Stub support for TCP_SYNCNT and TCP_WINDOW_CLAMP.Bhasker Hariharan
2020-05-12Don't call kernel.Task.Block() from netstack.SocketOperations.Write().Jamie Liu
2020-05-01Port netstack, hostinet, and netlink sockets to VFS2.Dean Deng
2020-04-21Sentry metrics updates.Dave Bailey
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-03Add FileDescriptionImpl for Unix sockets.Dean Deng
2020-04-02Fix typo in TODO comments.Dean Deng
2020-03-25Automated rollback of changelist 301837227Bhasker Hariharan
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-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-01-29Add support for TCP_DEFER_ACCEPT.Bhasker Hariharan
2020-01-27Update package locations.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