Age | Commit message (Expand) | Author |
2021-01-20 | Change the way the IP options report problems | Julian Elischer |
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-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 |
2021-01-15 | Only pass stack.Route's fields to LinkEndpoints | Ghanan Gowripalan |
2021-01-15 | Remove count argument from tcpip.Endpoint.Read | Tamir Duberstein |
2021-01-15 | [rack] Retransmit the probe segment after the probe timer expires. | Ayush Ranjan |
2021-01-15 | Correctly return EMSGSIZE when packet is too big in raw socket. | Ting-Yu Wang |
2021-01-15 | Populate EgressRoute, GSO, Netproto for batch writes | Ghanan Gowripalan |
2021-01-15 | Add sanity check on return values from Write | Ting-Yu Wang |
2021-01-14 | Add stats for ARP | Arthur Sfez |
2021-01-14 | Remove impossible errors | Tamir Duberstein |
2021-01-13 | Clear neighbor table on NIC down | Ghanan Gowripalan |
2021-01-13 | Do not resolve remote link address at transport layer | Ghanan Gowripalan |
2021-01-13 | Switch uses of os.Getenv that check for empty string to os.LookupEnv. | Dean Deng |
2021-01-13 | Clean up the dummy network interface used by UDP tests | Arthur Sfez |
2021-01-13 | [rack] TLP: Recovery detection. | Ayush Ranjan |
2021-01-12 | Drop TransportEndpointID from HandleControlPacket | Ghanan Gowripalan |
2021-01-12 | Remove unnecessary closure | Tamir Duberstein |
2021-01-12 | [rack] Set up TLP timer and configure timeout. | Ayush Ranjan |
2021-01-12 | Fix simple mistakes identified by goreportcard. | Adin Scannell |
2021-01-07 | netstack: Refactor tcpip.Endpoint.Read | Ting-Yu Wang |
2021-01-06 | Do not filter frames in ethernet link endpoint | Ghanan Gowripalan |
2021-01-06 | Support add/remove IPv6 multicast group sock opt | Ghanan Gowripalan |
2020-12-22 | Move SO_BINDTODEVICE to socketops. | Nayana Bidari |
2020-12-22 | Correctly log sniffed ARP packets | Tamir Duberstein |
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-21 | Don't modify a packet header when it can be used by other endpoints | Andrei Vagin |
2020-12-21 | RLock Endpoint in raw.Endpoint.HandlePacket | Kevin Krakauer |
2020-12-17 | [netstack] Implement IP(V6)_RECVERR socket option. | Ayush Ranjan |
2020-12-17 | [netstack] Implement MSG_ERRQUEUE flag for recvmsg(2). | Ayush Ranjan |
2020-12-17 | Remove duplicate `return` | Tamir Duberstein |
2020-12-16 | Cleanup locking in multicast group protocol tests | Ghanan Gowripalan |
2020-12-16 | Automated rollback of changelist 346565589 | gVisor bot |
2020-12-16 | Add support to count the number of packets SACKed. | Nayana Bidari |
2020-12-16 | Ensure correctness of saved receive window | Mithun Iyer |
2020-12-15 | Validate router alert's data length | Ghanan Gowripalan |
2020-12-15 | Don't split enabled flag across multicast group state | Ghanan Gowripalan |
2020-12-15 | Fix error code for connect in raw sockets. | Nayana Bidari |
2020-12-15 | Fix a data race in packetEPs | Ting-Yu Wang |
2020-12-14 | Move SO_LINGER option to socketops. | Nayana Bidari |
2020-12-14 | Move SO_ERROR and SO_OOBINLINE option to socketops. | Nayana Bidari |
2020-12-12 | Reduce the memory overhead in IP fragment management | Toshi Kikuchi |
2020-12-12 | Introduce IPv6 extension header serialization facilities | Bruno Dal Bo |
2020-12-11 | Fix panic when IPv4 address is used in sendmsg for IPv6 sockets | Nayana Bidari |
2020-12-11 | [netstack] Decouple tcpip.ControlMessages from the IP control messges. | Ayush Ranjan |