summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack
AgeCommit message (Expand)Author
2019-10-16Do Duplicate Address Detection on permanent IPv6 addresses.Ghanan Gowripalan
2019-10-15Set NDP hop limit in accordance with RFC 4861Tamir Duberstein
2019-10-14Internal change.gVisor bot
2019-10-14Reorder BUILD license and load functions in netstack.Kevin Krakauer
2019-10-09Internal change.gVisor bot
2019-10-07Implement IP_TTL.Ian Gudger
2019-10-03Implement proper local broadcast behaviorChris Kuiper
2019-09-30Fix bugs in PickEphemeralPort for TCP.Bhasker Hariharan
2019-09-27Implement SO_BINDTODEVICE sockoptgVisor bot
2019-09-25Remove centralized registration of protocols.Kevin Krakauer
2019-09-24Return only primary addresses in Stack.NICInfo()Chris Kuiper
2019-09-24Simplify ICMPRateLimiterTamir Duberstein
2019-09-23netstack: convert more socket options to {Set,Get}SockOptIntAndrei Vagin
2019-09-20Allow waiting for LinkEndpoint worker goroutines to finish.Ian Gudger
2019-09-17Automated rollback of changelist 268047073Ghanan Gowripalan
2019-09-12Implement splice methods for pipes and sockets.Adin Scannell
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-09-12Automated rollback of changelist 268047073Ghanan Gowripalan
2019-09-09Join IPv6 all-nodes and solicited-node multicast addresses where appropriate.Ghanan Gowripalan
2019-09-06Remove reundant global tcpip.LinkEndpointID.Ian Gudger
2019-09-04Handle subnet and broadcast addresses correctly with NIC.subnetsChris Kuiper
2019-09-03Make UDP traceroute work.Bhasker Hariharan
2019-08-30Fix data race accessing referencedNetworkEndpoint.kindChris Kuiper
2019-08-28Export generated linkAddrEntryEntryTamir Duberstein
2019-08-27Populate link address cache at dispatchTamir Duberstein
2019-08-26Prevent a network endpoint to send/rcv if its address was removedChris Kuiper
2019-08-21Use tcpip.Subnet in tcpip.RouteTamir Duberstein
2019-08-16netstack: disconnect an unix socket only if the address family is AF_UNSPECAndrei Vagin
2019-08-16Add subnet checking to NIC.findEndpoint and consolidate with NIC.getRefChris Kuiper
2019-08-14Replace uinptr with int64 when returning lengthsTamir Duberstein
2019-08-08netstack: Don't start endpoint goroutines too soon on restore.Rahat Mahmood
2019-08-02Plumbing for iptables sockopts.Kevin Krakauer
2019-08-02Automated rollback of changelist 261191548Rahat Mahmood
2019-08-01Implement getsockopt(TCP_INFO).Rahat Mahmood
2019-07-30Pass ProtocolAddress instead of its fieldsTamir Duberstein
2019-07-24Add support for a subnet prefix length on interface network addressesChris Kuiper
2019-07-18net/tcp/setockopt: impelment setsockopt(fd, SOL_TCP, TCP_INQ)Andrei Vagin
2019-07-12Add IPPROTO_RAW, which allows raw sockets to write IP headers.Kevin Krakauer
2019-06-13Add support for TCP receive buffer auto tuning.Bhasker Hariharan
2019-06-13Update canonical repository.Adin Scannell
2019-06-06Track and export socket state.Rahat Mahmood
2019-06-05Adjust route when looping multicast packetsChris Kuiper
2019-05-24Remove unused wakersTamir Duberstein
2019-05-22UDP and TCP raw socket support.Kevin Krakauer
2019-05-03Implement support for SACK based recovery(RFC 6675).Bhasker Hariharan
2019-05-03Proper cleanup of sockets that used REUSEPORTChris Kuiper
2019-05-02Support reception of multicast data on more than one socketChris Kuiper
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-26Make raw sockets a toggleable feature disabled by default.Kevin Krakauer