Age | Commit message (Expand) | Author |
2021-05-03 | Convey GSO capabilities through GSOEndpoint | Ghanan Gowripalan |
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-02 | Plumb link address request errors up to requester | Tamir Duberstein |
2021-02-06 | Remove linkAddrCache | Ghanan Gowripalan |
2021-02-06 | Unexpose NIC | Ghanan Gowripalan |
2021-01-31 | Use different neighbor tables per network endpoint | Ghanan Gowripalan |
2021-01-30 | Implement LinkAddressResolver on NetworkEndpoints | Ghanan Gowripalan |
2021-01-28 | Change tcpip.Error to an interface | Tamir Duberstein |
2021-01-27 | Confirm neighbor reachability with TCP ACKs | Ghanan Gowripalan |
2021-01-22 | Pass RouteInfo to the route resolve callback | Ghanan Gowripalan |
2021-01-21 | Only use callback for GetLinkAddress | Ghanan Gowripalan |
2021-01-21 | Do not cache remote link address in Route | Ghanan Gowripalan |
2021-01-15 | Resolve known link address on route creation | Ghanan Gowripalan |
2021-01-15 | Support GetLinkAddress with neighborCache | Ghanan Gowripalan |
2021-01-15 | Only pass stack.Route's fields to LinkEndpoints | Ghanan Gowripalan |
2020-12-22 | Invoke address resolution upon subsequent traffic to Failed neighbor | Peter Johnston |
2020-12-03 | Make `stack.Route` thread safe | Peter Johnston |
2020-11-25 | Make stack.Route safe to access concurrently | Ghanan Gowripalan |
2020-11-18 | Remove unused methods from stack.Route | Ghanan Gowripalan |
2020-11-18 | Fix loopback subnet routing error | Ghanan Gowripalan |
2020-11-12 | Move packet handling to NetworkEndpoint | Ghanan Gowripalan |
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-30 | Automated rollback of changelist 339750876 | Dean Deng |
2020-10-29 | Automated rollback of changelist 339675182 | Dean Deng |
2020-10-29 | Delay goroutine creation during TCP handshake for accept/connect. | Dean Deng |
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-10-05 | Remove AssignableAddressEndpoint.NetworkEndpoint | Ghanan Gowripalan |
2020-09-30 | Count IP OutgoingPacketErrors in the NetworkEndpoint methods | Arthur Sfez |
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-15 | Don't conclude broadcast from route destination | Ghanan Gowripalan |
2020-08-25 | Add option to replace linkAddrCache with neighborCache | Sam Balana |
2020-08-13 | Migrate to PacketHeader API for PacketBuffer. | Ting-Yu Wang |
2020-08-08 | Use unicast source for ICMP echo replies | Ghanan Gowripalan |
2020-07-30 | Use brodcast MAC for broadcast IPv4 packets | Ghanan Gowripalan |
2020-06-09 | Handle removed NIC in NDP timer for packet tx | Ghanan Gowripalan |
2020-06-03 | Pass PacketBuffer as pointer. | Ting-Yu Wang |
2020-05-29 | Update WritePacket* API to take ownership of packets to be written. | Ting-Yu Wang |
2020-05-01 | Support for connection tracking of TCP packets. | Nayana Bidari |
2020-04-30 | FIFO QDisc implementation | Bhasker Hariharan |
2020-04-03 | Refactor software GSO code. | Bhasker Hariharan |
2020-03-24 | Move tcpip.PacketBuffer and IPTables to stack package. | Bhasker Hariharan |
2020-01-31 | Use multicast Ethernet address for multicast NDP | Ghanan Gowripalan |
2020-01-08 | Remove redundant function argument | Tamir Duberstein |