Age | Commit message (Expand) | Author |
2021-05-27 | Use fake clocks in all tests | Tamir Duberstein |
2021-05-25 | Use opaque types to represent time | Tamir Duberstein |
2021-05-22 | Remove detritus | Tamir Duberstein |
2021-05-21 | Add aggregated NIC stats | Arthur Sfez |
2021-05-14 | Control forwarding per NetworkEndpoint | Ghanan Gowripalan |
2021-05-13 | Rename SetForwarding to SetForwardingDefaultAndAllNICs | Ghanan Gowripalan |
2021-05-05 | Allow handling RAs when forwarding is enabled | Ghanan Gowripalan |
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-20 | Move SO_RCVBUF to socketops. | Nayana Bidari |
2021-04-15 | Use nicer formatting for IP addresses in tests | Kevin Krakauer |
2021-03-24 | Unexpose immutable fields in stack.Route | Nick Brown |
2021-03-22 | Return tcpip.Error from (*Stack).GetMainNICAddress | Ghanan Gowripalan |
2021-03-16 | Do not call into Stack from LinkAddressRequest | 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-03-02 | Plumb link address request errors up to requester | Tamir Duberstein |
2021-02-08 | Support performing DAD for any address | Ghanan Gowripalan |
2021-02-06 | Remove linkAddrCache | 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-26 | Move SO_SNDBUF to socketops. | Nayana Bidari |
2021-01-22 | Refactor GetMainNICAddress | Arthur Sfez |
2021-01-21 | Resolve static link addresses in GetLinkAddress | Ghanan Gowripalan |
2021-01-21 | Only use callback for GetLinkAddress | Ghanan Gowripalan |
2021-01-19 | Per NIC NetworkEndpoint statistics | Arthur Sfez |
2021-01-15 | Resolve known link address on route creation | Ghanan Gowripalan |
2021-01-15 | Support GetLinkAddress with neighborCache | Ghanan Gowripalan |
2021-01-13 | Clear neighbor table on NIC down | Ghanan Gowripalan |
2020-12-22 | Invoke address resolution upon subsequent traffic to Failed neighbor | Peter Johnston |
2020-12-21 | Prefer matching labels and longest matching prefix | Ghanan Gowripalan |
2020-12-03 | Make `stack.Route` thread safe | Peter Johnston |
2020-11-25 | Make stack.Route safe to access concurrently | Ghanan Gowripalan |
2020-11-24 | Deduplicate code in ipv6.protocol | Ghanan Gowripalan |
2020-11-18 | Introduce stack.WritePacketToRemote, remove LinkEndpoint.WriteRawPacket | Bruno Dal Bo |
2020-11-12 | Move packet handling to NetworkEndpoint | Ghanan Gowripalan |
2020-11-05 | Use stack.Route exclusively for writing packets | Ghanan Gowripalan |
2020-10-27 | Add basic address deletion to netlink | Ian Lewis |
2020-10-14 | Find route before sending NA response | 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 | 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-28 | Support creating protocol instances with Stack ref | Ghanan Gowripalan |
2020-09-26 | Remove generic ICMP errors | Ghanan Gowripalan |