Age | Commit message (Expand) | Author |
2021-06-17 | raw sockets: don't overwrite destination address | Kevin Krakauer |
2021-05-28 | Clean up warnings | Tamir Duberstein |
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-03 | Convey GSO capabilities through GSOEndpoint | Ghanan Gowripalan |
2021-04-21 | Only carry GSO options in the packet buffer | 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-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-28 | Change tcpip.Error to an interface | Tamir Duberstein |
2021-01-19 | Do not have a stack-wide linkAddressCache | Ghanan Gowripalan |
2021-01-19 | Per NIC NetworkEndpoint statistics | Arthur Sfez |
2021-01-19 | Drop CheckLocalAddress from LinkAddressCache | Ghanan Gowripalan |
2021-01-15 | Support GetLinkAddress with neighborCache | Ghanan Gowripalan |
2021-01-15 | Only pass stack.Route's fields to LinkEndpoints | Ghanan Gowripalan |
2021-01-13 | Do not resolve remote link address at transport layer | Ghanan Gowripalan |
2021-01-12 | Drop TransportEndpointID from HandleControlPacket | Ghanan Gowripalan |
2020-12-22 | Invoke address resolution upon subsequent traffic to Failed neighbor | Peter Johnston |
2020-12-04 | Introduce IPv4 options serializer and add RouterAlert to IGMP | Bruno Dal Bo |
2020-12-01 | Track join count in multicast group protocol state | Ghanan Gowripalan |
2020-11-18 | Introduce stack.WritePacketToRemote, remove LinkEndpoint.WriteRawPacket | Bruno Dal Bo |
2020-11-16 | Remove ARP address workaround | Ghanan Gowripalan |
2020-11-12 | Change AllocationSize to SizeWithPadding as requested | Julian Elischer |
2020-11-12 | Move packet handling to NetworkEndpoint | Ghanan Gowripalan |
2020-11-11 | Teach netstack how to add options to IPv4 packets | Julian Elischer |
2020-11-05 | Cache addressEndpoint.addr.Subnet() to avoid allocations. | Bhasker Hariharan |
2020-11-05 | Use stack.Route exclusively for writing packets | Ghanan Gowripalan |
2020-10-22 | Pass NetworkInterface to LinkAddressRequest | Ghanan Gowripalan |
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-05 | Remove AssignableAddressEndpoint.NetworkEndpoint | Ghanan Gowripalan |
2020-09-30 | Use the ICMP error response facility | Julian Elischer |
2020-09-29 | Return permanent addresses when NIC is down | Ghanan Gowripalan |
2020-09-29 | Trim Network/Transport Endpoint/Protocol | Ghanan Gowripalan |
2020-09-29 | Move IP state from NIC to NetworkEndpoint/Protocol | Ghanan Gowripalan |
2020-09-26 | Remove generic ICMP errors | Ghanan Gowripalan |
2020-09-23 | Extract ICMP error sender from UDP | Julian Elischer |
2020-09-08 | Improve type safety for transport protocol options | Ghanan Gowripalan |
2020-08-28 | Improve type safety for network protocol options | Ghanan Gowripalan |
2020-08-25 | Add option to replace linkAddrCache with neighborCache | Sam Balana |
2020-08-14 | Use a single NetworkEndpoint per NIC per protocol | Ghanan Gowripalan |
2020-08-10 | Set the NetworkProtocolNumber of all PacketBuffers. | Kevin Krakauer |
2020-07-27 | Add ability to send unicast ARP requests and Neighbor Solicitations | Sam Balana |