Age | Commit message (Expand) | Author |
2021-04-15 | Use nicer formatting for IP addresses in tests | Kevin Krakauer |
2021-04-08 | Join all routers group when forwarding is enabled | Ghanan Gowripalan |
2021-03-16 | Do not call into Stack from LinkAddressRequest | Ghanan Gowripalan |
2021-03-03 | Make dedicated methods for data operations in PacketBuffer | Ting-Yu Wang |
2021-02-06 | Check local address directly through NIC | Ghanan Gowripalan |
2021-02-05 | Refactor locally delivered packets | 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-28 | Change tcpip.Error to an interface | Tamir Duberstein |
2021-01-25 | Adjust included data size on icmp errors | Julian Elischer |
2020-12-12 | Introduce IPv6 extension header serialization facilities | Bruno Dal Bo |
2020-12-04 | Introduce IPv4 options serializer and add RouterAlert to IGMP | Bruno Dal Bo |
2020-11-25 | Make stack.Route safe to access concurrently | 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 | Use stack.Route exclusively for writing packets | Ghanan Gowripalan |
2020-10-27 | Add support for Timestamp and RecordRoute IP options | Julian Elischer |
2020-10-22 | Pass NetworkInterface to LinkAddressRequest | Ghanan Gowripalan |
2020-10-16 | Make IPv4 check the IP header checksum | Julian Elischer |
2020-10-16 | Enable IPv6 WriteHeaderIncludedPacket | 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-09-29 | Don't allow broadcast/multicast source address | 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-28 | Support creating protocol instances with Stack ref | Ghanan Gowripalan |
2020-09-26 | Remove generic ICMP errors | 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-14 | Give the ICMP Code its own type | Julian Elischer |
2020-08-13 | Migrate to PacketHeader API for PacketBuffer. | Ting-Yu Wang |
2020-07-22 | Support for receiving outbound packets in AF_PACKET. | Bhasker Hariharan |
2020-07-15 | Fix minor bugs in a couple of interface IOCTLs. | Bhasker Hariharan |
2020-06-07 | netstack: parse incoming packet headers up-front | Kevin Krakauer |
2020-06-03 | Pass PacketBuffer as pointer. | Ting-Yu Wang |
2020-04-03 | Refactor software GSO code. | Bhasker Hariharan |
2020-03-24 | Move tcpip.PacketBuffer and IPTables to stack package. | Bhasker Hariharan |
2020-01-13 | Fix test building. | Kevin Krakauer |
2020-01-08 | Remove redundant function argument | Tamir Duberstein |
2019-11-22 | Use PacketBuffers with GSO. | Kevin Krakauer |
2019-11-14 | Use PacketBuffers for outgoing packets. | Kevin Krakauer |
2019-11-06 | Use PacketBuffers, rather than VectorisedViews, in netstack. | Kevin Krakauer |
2019-10-25 | Validate the checksum for incoming ICMPv6 packets | Ghanan Gowripalan |
2019-10-22 | netstack/tcp: software segmentation offload | Andrei Vagin |
2019-10-21 | AF_PACKET support for netstack (aka epsocket). | Kevin Krakauer |