Age | Commit message (Expand) | Author |
2021-01-28 | RACK: Update reorder window. | Nayana Bidari |
2021-01-28 | Change tcpip.Error to an interface | Tamir Duberstein |
2021-01-26 | Drop nicID from transport endpoint reg/cleanup fns | Ghanan Gowripalan |
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 | Do not have a stack-wide linkAddressCache | Ghanan Gowripalan |
2021-01-19 | Per NIC NetworkEndpoint statistics | Arthur Sfez |
2021-01-17 | Do not use a stack-wide queue of pending packets | Ghanan Gowripalan |
2021-01-15 | Resolve known link address on route creation | Ghanan Gowripalan |
2021-01-15 | Support GetLinkAddress with neighborCache | Ghanan Gowripalan |
2020-12-22 | Invoke address resolution upon subsequent traffic to Failed neighbor | Peter Johnston |
2020-12-16 | Add support to count the number of packets SACKed. | Nayana Bidari |
2020-11-25 | Make stack.Route safe to access concurrently | Ghanan Gowripalan |
2020-11-19 | Perform IGMPv2 when joining IPv4 multicast groups | Ryan Heacock |
2020-11-19 | Propagate IP address prefix from host to netstack | Fabricio Voznika |
2020-11-18 | Fix loopback subnet routing error | Ghanan Gowripalan |
2020-11-18 | Introduce stack.WritePacketToRemote, remove LinkEndpoint.WriteRawPacket | Bruno Dal Bo |
2020-11-13 | RACK: Detect DSACK | Nayana Bidari |
2020-11-12 | Move packet handling to NetworkEndpoint | Ghanan Gowripalan |
2020-11-09 | net: connect to the ipv4 localhost returns ENETUNREACH if the address isn't set | Andrei Vagin |
2020-11-05 | Use stack.Route exclusively for writing packets | Ghanan Gowripalan |
2020-10-31 | net/tcpip: connect to unset loopback address has to return EADDRNOTAVAIL | Andrei Vagin |
2020-10-29 | Keep magic constants out of netstack | Kevin Krakauer |
2020-10-27 | Add basic address deletion to netlink | Ian Lewis |
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-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-24 | Change segment/pending queue to use receive buffer limits. | Bhasker Hariharan |
2020-09-20 | Merge pull request #3651 from ianlewis:ip-forwarding | gVisor bot |
2020-09-15 | Don't conclude broadcast from route destination | Ghanan Gowripalan |
2020-09-08 | Improve type safety for transport protocol options | Ghanan Gowripalan |
2020-09-03 | Use fine-grained mutex for stack.cleanupEndpoints. | Bhasker Hariharan |
2020-09-03 | Use atomic.Value for Stack.tcpProbeFunc. | Jamie Liu |
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-17 | Merge branch 'master' into ip-forwarding | Ian Lewis |
2020-08-17 | Remove address range functions | Ghanan Gowripalan |
2020-08-15 | Don't support address ranges | Ghanan Gowripalan |
2020-08-14 | Use a single NetworkEndpoint per NIC per protocol | Ghanan Gowripalan |
2020-08-05 | Prefer RLock over Lock in functions that don't need Lock(). | Bhasker Hariharan |
2020-08-04 | Update variables for implementation of RACK in TCP | Nayana Bidari |
2020-07-30 | Implement neighbor unreachability detection for ARP and NDP. | Sam Balana |
2020-07-30 | Use brodcast MAC for broadcast IPv4 packets | Ghanan Gowripalan |