Age | Commit message (Expand) | Author |
2021-01-25 | fdbased: Dedup code related to iovec reading | Ting-Yu Wang |
2021-01-25 | Unlock tcp endpoint on zero-length atomic writes | Tamir Duberstein |
2021-01-22 | Refactor GetMainNICAddress | Arthur Sfez |
2021-01-22 | Do not modify IGMP packets when verifying checksum | Ghanan Gowripalan |
2021-01-22 | Pass RouteInfo to the route resolve callback | Ghanan Gowripalan |
2021-01-22 | Define tcpip.Payloader in terms of io.Reader | Tamir Duberstein |
2021-01-21 | Resolve static link addresses in GetLinkAddress | Ghanan Gowripalan |
2021-01-21 | iptables: support matching the input interface name | Toshi Kikuchi |
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-21 | Queue packets in WritePackets when resolving link address | Ghanan Gowripalan |
2021-01-21 | Populate EgressRoute, GSO, Netproto in NIC | Ghanan Gowripalan |
2021-01-20 | Change the way the IP options report problems | Julian Elischer |
2021-01-20 | rewrite diff check to match example in cmp.Diff docs | Michaël Lévesque-Dion |
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 |