summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/route.go
AgeCommit message (Expand)Author
2021-05-14Control forwarding per NetworkEndpointGhanan Gowripalan
2021-05-03Convey GSO capabilities through GSOEndpointGhanan Gowripalan
2021-04-21Only carry GSO options in the packet bufferGhanan Gowripalan
2021-04-09Rename IsV6LinkLocalAddress to IsV6LinkLocalUnicastAddressGhanan Gowripalan
2021-03-24Unexpose immutable fields in stack.RouteNick Brown
2021-03-02Plumb link address request errors up to requesterTamir Duberstein
2021-02-06Remove linkAddrCacheGhanan Gowripalan
2021-02-06Unexpose NICGhanan Gowripalan
2021-01-31Use different neighbor tables per network endpointGhanan Gowripalan
2021-01-30Implement LinkAddressResolver on NetworkEndpointsGhanan Gowripalan
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-27Confirm neighbor reachability with TCP ACKsGhanan Gowripalan
2021-01-22Pass RouteInfo to the route resolve callbackGhanan Gowripalan
2021-01-21Only use callback for GetLinkAddressGhanan Gowripalan
2021-01-21Do not cache remote link address in RouteGhanan Gowripalan
2021-01-15Resolve known link address on route creationGhanan Gowripalan
2021-01-15Support GetLinkAddress with neighborCacheGhanan Gowripalan
2021-01-15Only pass stack.Route's fields to LinkEndpointsGhanan Gowripalan
2020-12-22Invoke address resolution upon subsequent traffic to Failed neighborPeter Johnston
2020-12-03Make `stack.Route` thread safePeter Johnston
2020-11-25Make stack.Route safe to access concurrentlyGhanan Gowripalan
2020-11-18Remove unused methods from stack.RouteGhanan Gowripalan
2020-11-18Fix loopback subnet routing errorGhanan Gowripalan
2020-11-12Move packet handling to NetworkEndpointGhanan Gowripalan
2020-11-05Cache addressEndpoint.addr.Subnet() to avoid allocations.Bhasker Hariharan
2020-11-05Use stack.Route exclusively for writing packetsGhanan Gowripalan
2020-10-30Automated rollback of changelist 339750876Dean Deng
2020-10-29Automated rollback of changelist 339675182Dean Deng
2020-10-29Delay goroutine creation during TCP handshake for accept/connect.Dean Deng
2020-10-14Find route before sending NA responseGhanan Gowripalan
2020-10-09Automated rollback of changelist 336304024Ghanan Gowripalan
2020-10-09Automated rollback of changelist 336185457Bhasker Hariharan
2020-10-08Do not resolve routes immediatelyGhanan Gowripalan
2020-10-05Remove AssignableAddressEndpoint.NetworkEndpointGhanan Gowripalan
2020-09-30Count IP OutgoingPacketErrors in the NetworkEndpoint methodsArthur Sfez
2020-09-29Trim Network/Transport Endpoint/ProtocolGhanan Gowripalan
2020-09-29Move IP state from NIC to NetworkEndpoint/ProtocolGhanan Gowripalan
2020-09-15Don't conclude broadcast from route destinationGhanan Gowripalan
2020-08-25Add option to replace linkAddrCache with neighborCacheSam Balana
2020-08-13Migrate to PacketHeader API for PacketBuffer.Ting-Yu Wang
2020-08-08Use unicast source for ICMP echo repliesGhanan Gowripalan
2020-07-30Use brodcast MAC for broadcast IPv4 packetsGhanan Gowripalan
2020-06-09Handle removed NIC in NDP timer for packet txGhanan Gowripalan
2020-06-03Pass PacketBuffer as pointer.Ting-Yu Wang
2020-05-29Update WritePacket* API to take ownership of packets to be written.Ting-Yu Wang
2020-05-01Support for connection tracking of TCP packets.Nayana Bidari
2020-04-30FIFO QDisc implementationBhasker Hariharan
2020-04-03Refactor software GSO code.Bhasker Hariharan
2020-03-24Move tcpip.PacketBuffer and IPTables to stack package.Bhasker Hariharan
2020-01-31Use multicast Ethernet address for multicast NDPGhanan Gowripalan