Age | Commit message (Expand) | Author |
2021-05-19 | Send ICMP errors when link address resolution fails | Nick Brown |
2021-05-14 | Control forwarding per NetworkEndpoint | Ghanan Gowripalan |
2021-05-12 | Send ICMP errors when unable to forward fragmented packets | Nick Brown |
2021-05-11 | Process Hop-by-Hop header when forwarding IPv6 packets | Nick Brown |
2021-05-05 | Send ICMP errors when the network is unreachable | Nick Brown |
2021-04-29 | netstack: Rename pkt.Data().TrimFront() to DeleteFront(), and ... | Ting-Yu Wang |
2021-04-21 | Only carry GSO options in the packet buffer | Ghanan Gowripalan |
2021-04-09 | Rename IsV6LinkLocalAddress to IsV6LinkLocalUnicastAddress | Ghanan Gowripalan |
2021-03-24 | Unexpose immutable fields in stack.Route | Nick Brown |
2021-03-16 | Detect looped-back NDP DAD messages | Ghanan Gowripalan |
2021-03-16 | Do not call into Stack from LinkAddressRequest | Ghanan Gowripalan |
2021-03-05 | Include duplicate address holder info in DADResult | Ghanan Gowripalan |
2021-03-05 | Make stack.DADResult an interface | Ghanan Gowripalan |
2021-03-03 | Make dedicated methods for data operations in PacketBuffer | Ting-Yu Wang |
2021-02-24 | Validate MLD packets | Arthur Sfez |
2021-02-08 | Support performing DAD for any address | Ghanan Gowripalan |
2021-02-06 | Check local address directly through NIC | Ghanan Gowripalan |
2021-02-01 | Refactor HandleControlPacket/SockError | Ghanan Gowripalan |
2021-01-31 | Use different neighbor tables per network endpoint | Ghanan Gowripalan |
2021-01-31 | Hide neighbor table kind from NetworkEndpoint | Ghanan Gowripalan |
2021-01-30 | Implement LinkAddressResolver on NetworkEndpoints | Ghanan Gowripalan |
2021-01-29 | Discard invalid Neighbor Advertisements | Peter Johnston |
2021-01-28 | Change tcpip.Error to an interface | Tamir Duberstein |
2021-01-26 | Do not use stack.Route to send NDP NS | Ghanan Gowripalan |
2021-01-25 | Adjust included data size on icmp errors | Julian Elischer |
2021-01-19 | Do not have a stack-wide linkAddressCache | Ghanan Gowripalan |
2021-01-19 | Per NIC NetworkEndpoint statistics | Arthur Sfez |
2020-12-09 | export MountTempDirectory | Zeling Feng |
2020-12-02 | Extract ICMPv4/v6 specific stats to their own types | Arthur Sfez |
2020-11-25 | Support listener-side MLDv1 | Ghanan Gowripalan |
2020-11-19 | Don't hold AddressEndpoints for multicast addresses | Ghanan Gowripalan |
2020-11-16 | Clean up fragmentation.Process | Toshi Kikuchi |
2020-11-13 | Decrement TTL/Hop Limit when forwarding IP packets | Ghanan Gowripalan |
2020-11-05 | Use stack.Route exclusively for writing packets | Ghanan Gowripalan |
2020-10-24 | Send ICMP error message if IP fragment reassembly fails | Toshi Kikuchi |
2020-10-23 | Do not hold NIC local address in neighbor entries | Ghanan Gowripalan |
2020-10-22 | Pass NetworkInterface to LinkAddressRequest | Ghanan Gowripalan |
2020-10-21 | Add underflow check when calculating the MTU | Arthur Sfez |
2020-10-15 | Process NAs without target link-layer addresses | Sam Balana |
2020-10-14 | Find route before sending NA response | Ghanan Gowripalan |
2020-10-13 | Correct NA minimum size | Sam Balana |
2020-10-13 | Use NDP option serializer instead of handcrafting the NS | Tamir Duberstein |
2020-10-09 | Automated rollback of changelist 336304024 | Ghanan Gowripalan |
2020-10-09 | Automated rollback of changelist 336185457 | Bhasker Hariharan |
2020-10-08 | Do not resolve routes immediately | Ghanan Gowripalan |
2020-10-08 | Send unicast probes when link address is known | Ghanan Gowripalan |
2020-10-06 | Discard invalid Neighbor Solicitations | Peter Johnston |
2020-09-30 | Use the ICMP error response facility | Julian Elischer |
2020-09-29 | Trim Network/Transport Endpoint/Protocol | Ghanan Gowripalan |
2020-09-29 | Move IP state from NIC to NetworkEndpoint/Protocol | Ghanan Gowripalan |