summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/socket/netstack
AgeCommit message (Expand)Author
2020-09-17Return ENOPROTOOPT for all SOL_PACKET options.Bhasker Hariharan
2020-09-16Automated rollback of changelist 329526153Nayana Bidari
2020-09-11Move the 'marshal' and 'primitive' packages to the 'pkg' directory.Rahat Mahmood
2020-09-08Improve type safety for transport protocol optionsGhanan Gowripalan
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-28Fix kernfs.Dentry reference leak.Nicolas Lacasse
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-05Add loss recovery option for TCP.Nayana Bidari
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-24Add support for Stack level options.Bhasker Hariharan
2020-06-19Implement UDP cheksum verification.gVisor bot
2020-06-18iptables: remove metadata structKevin Krakauer
2020-06-18Support setsockopt SO_SNDBUF/SO_RCVBUF for raw/udp sockets.Bhasker Hariharan
2020-06-17Implement POSIX locksFabricio Voznika
2020-06-10{S,G}etsockopt for TCP_KEEPCNT option.Nayana Bidari
2020-06-09Implement flock(2) in VFS2Fabricio Voznika
2020-06-05Fix error code returned due to Port exhaustion.Bhasker Hariharan
2020-06-05Fix copylocks error about copying IPTables.Ting-Yu Wang
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-07Allocate device numbers for VFS2 filesystems.Jamie Liu
2020-05-05Update vfs2 socket TODOs.Dean Deng
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-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