summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/route.go
AgeCommit message (Expand)Author
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
2020-01-08Remove redundant function argumentTamir Duberstein
2019-11-22Use PacketBuffers with GSO.Kevin Krakauer
2019-11-14Use PacketBuffers for outgoing packets.Kevin Krakauer
2019-10-22netstack/tcp: software segmentation offloadAndrei Vagin
2019-10-14Internal change.gVisor bot
2019-10-07Implement IP_TTL.Ian Gudger
2019-10-03Implement proper local broadcast behaviorChris Kuiper
2019-09-03Make UDP traceroute work.Bhasker Hariharan
2019-08-26Prevent a network endpoint to send/rcv if its address was removedChris Kuiper
2019-07-12Add IPPROTO_RAW, which allows raw sockets to write IP headers.Kevin Krakauer
2019-06-13Update canonical repository.Adin Scannell
2019-06-05Adjust route when looping multicast packetsChris Kuiper
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-03-28netstack/fdbased: add generic segmentation offload (GSO) supportAndrei Vagin
2019-03-26netstack: Don't exclude length when a pseudo-header checksum is calculatedAndrei Vagin
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