Age | Commit message (Expand) | Author |
2020-12-01 | Merge release-20201117.0-84-g25570ac4f (automated) | gVisor bot |
2020-12-01 | Track join count in multicast group protocol state | Ghanan Gowripalan |
2020-11-30 | Add more fragment reassembly tests | Toshi Kikuchi |
2020-11-30 | Merge release-20201117.0-78-ge81300866 (automated) | gVisor bot |
2020-11-30 | Perform IGMP/MLD when the NIC is enabled/disabled | Ghanan Gowripalan |
2020-11-27 | Merge release-20201109.0-121-g4fd71a7b2 (automated) | gVisor bot |
2020-11-27 | Don't add a temporary address to send DAD/RS packets | Ghanan Gowripalan |
2020-11-26 | Merge release-20201109.0-118-gbc81fcced (automated) | gVisor bot |
2020-11-25 | Support listener-side MLDv1 | Ghanan Gowripalan |
2020-11-25 | Make stack.Route safe to access concurrently | Ghanan Gowripalan |
2020-11-24 | Merge release-20201109.0-113-g4da63dc82 (automated) | gVisor bot |
2020-11-24 | Report correct pointer value for "bad next header" ICMP error | Julian Elischer |
2020-11-24 | Merge release-20201109.0-110-g732e98985 (automated) | gVisor bot |
2020-11-24 | Extract IGMPv2 core state machine | Ghanan Gowripalan |
2020-11-24 | Merge release-20201109.0-108-g1de08889d (automated) | gVisor bot |
2020-11-24 | Deduplicate code in ipv6.protocol | Ghanan Gowripalan |
2020-11-24 | Merge release-20201109.0-107-gba2d5cb7e (automated) | gVisor bot |
2020-11-23 | Use time.Duration for IGMP Max Response Time field | Ghanan Gowripalan |
2020-11-20 | Merge release-20201109.0-95-gfbc4a8dbd (automated) | gVisor bot |
2020-11-19 | Perform IGMPv2 when joining IPv4 multicast groups | Ryan Heacock |
2020-11-19 | Merge release-20201109.0-91-g49adf36ed (automated) | gVisor bot |
2020-11-19 | Fix possible panic due to bad data. | Julian Elischer |
2020-11-19 | Merge release-20201109.0-88-g27ee4fe76 (automated) | gVisor bot |
2020-11-19 | Don't hold AddressEndpoints for multicast addresses | Ghanan Gowripalan |
2020-11-19 | Fix some code not using NewPacketBuffer for creating a PacketBuffer. | Ting-Yu Wang |
2020-11-18 | Introduce stack.WritePacketToRemote, remove LinkEndpoint.WriteRawPacket | Bruno Dal Bo |
2020-11-16 | Merge release-20201109.0-51-gcc5cfce4c (automated) | gVisor bot |
2020-11-16 | Remove ARP address workaround | Ghanan Gowripalan |
2020-11-16 | Merge release-20201109.0-49-g758e45618 (automated) | gVisor bot |
2020-11-16 | Clean up fragmentation.Process | Toshi Kikuchi |
2020-11-14 | Merge release-20201030.0-95-g0fee59c8c (automated) | gVisor bot |
2020-11-13 | Requested Comment/Message wording changes | Julian Elischer |
2020-11-13 | Merge release-20201030.0-91-g6c0f53002 (automated) | gVisor bot |
2020-11-13 | Decrement TTL/Hop Limit when forwarding IP packets | Ghanan Gowripalan |
2020-11-13 | Merge release-20201030.0-80-g638d64c63 (automated) | gVisor bot |
2020-11-12 | Change AllocationSize to SizeWithPadding as requested | Julian Elischer |
2020-11-12 | Pad with a loop rather than a copy from an allocation. | Julian Elischer |
2020-11-13 | Merge release-20201030.0-74-g1a972411b (automated) | gVisor bot |
2020-11-12 | Move packet handling to NetworkEndpoint | Ghanan Gowripalan |
2020-11-11 | Merge release-20201030.0-68-g9c4102896 (automated) | gVisor bot |
2020-11-11 | Teach netstack how to add options to IPv4 packets | Julian Elischer |
2020-11-06 | Merge release-20201030.0-38-g06e33cd73 (automated) | gVisor bot |
2020-11-05 | Cache addressEndpoint.addr.Subnet() to avoid allocations. | Bhasker Hariharan |
2020-11-06 | Merge release-20201030.0-34-g8c0701462 (automated) | gVisor bot |
2020-11-05 | Use stack.Route exclusively for writing packets | Ghanan Gowripalan |
2020-10-29 | Keep magic constants out of netstack | Kevin Krakauer |
2020-10-28 | Avoid time.Now in NUD | Tamir Duberstein |
2020-10-28 | Merge release-20201019.0-76-g035b1c827 (automated) | gVisor bot |
2020-10-27 | Add support for Timestamp and RecordRoute IP options | Julian Elischer |
2020-10-27 | Pass NeighborEntry in NUD callbacks | Tamir Duberstein |