summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/stack.go
AgeCommit message (Expand)Author
2019-11-06Rename nicid to nicID to follow go-readability initialismsGhanan Gowripalan
2019-11-06Use PacketBuffers, rather than VectorisedViews, in netstack.Kevin Krakauer
2019-11-06Validate incoming NDP Router Advertisements, as per RFC 4861 section 6.1.2Ghanan Gowripalan
2019-10-30Store endpoints inside multiPortEndpoint in a sorted orderAndrei Vagin
2019-10-29Add Close and Wait methods to stack.Ian Gudger
2019-10-29Add endpoint tracking to the stack.Ian Gudger
2019-10-24Use interface-specific NDP configurations instead of the stack-wide default.Ghanan Gowripalan
2019-10-23Inform netstack integrator when Duplicate Address Detection completesGhanan Gowripalan
2019-10-22Auto-generate an IPv6 link-local address based on the NIC's MAC Address.Ghanan Gowripalan
2019-10-21AF_PACKET support for netstack (aka epsocket).Kevin Krakauer
2019-10-16Do Duplicate Address Detection on permanent IPv6 addresses.Ghanan Gowripalan
2019-10-14Internal change.gVisor bot
2019-10-09Internal change.gVisor bot
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-17Automated rollback of changelist 268047073Ghanan Gowripalan
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-21Use tcpip.Subnet in tcpip.RouteTamir 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-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-05-03Implement support for SACK based recovery(RFC 6675).Bhasker Hariharan
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
2019-04-02Add a raw socket transport endpoint and use it for raw ICMP sockets.Kevin Krakauer
2019-03-19Add layer 2 stats (tx, rx) X (packets, bytes) to netstackBert Muthalaly
2019-03-12Make HandleLocal apply to all non-loopback interfaces.Ian Gudger
2019-03-08Implement IP_MULTICAST_LOOP.Ian Gudger
2019-02-28Map IPv{4,6} addresses to ethernet addressesTamir Duberstein
2019-02-27Ping support via IPv4 raw sockets.Kevin Krakauer
2019-02-15Implement IP_MULTICAST_IF.Ian Gudger
2019-02-07Plumb IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP to netstack.Ian Gudger
2018-12-28Implement SO_REUSEPORT for TCP and UDP socketsAndrei Vagin
2018-12-16Allow sending of multicast and IPv6 link-local packets w/o route.Chris Kuiper
2018-12-06Allow sending of broadcast packets w/o route.Chris Kuiper