summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/linkaddrcache.go
AgeCommit message (Expand)Author
2021-02-06Remove linkAddrCacheGhanan Gowripalan
2021-02-06Unexpose NICGhanan Gowripalan
2021-01-31Use different neighbor tables per network endpointGhanan Gowripalan
2021-01-31Hide neighbor table kind from NetworkEndpointGhanan Gowripalan
2021-01-30Implement LinkAddressResolver on NetworkEndpointsGhanan Gowripalan
2021-01-28Acquire entry lock with cache lock heldTamir Duberstein
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-27Rename anonymous struct "mu"Tamir Duberstein
2021-01-27Move protected fields under anonymous mutexTamir Duberstein
2021-01-21Only use callback for GetLinkAddressGhanan Gowripalan
2021-01-21Do not cache remote link address in RouteGhanan Gowripalan
2021-01-19Do not have a stack-wide linkAddressCacheGhanan Gowripalan
2021-01-15Resolve known link address on route creationGhanan Gowripalan
2020-12-22Invoke address resolution upon subsequent traffic to Failed neighborPeter Johnston
2020-10-22Pass NetworkInterface to LinkAddressRequestGhanan Gowripalan
2020-07-27Add ability to send unicast ARP requests and Neighbor SolicitationsSam Balana
2020-01-09New sync package.Ian Gudger
2019-08-27Populate link address cache at dispatchTamir Duberstein
2019-06-13Update canonical repository.Adin Scannell
2019-05-24Remove unused wakersTamir Duberstein
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2018-10-23Simplify channel managementTamir Duberstein
2018-10-19Use correct company name in copyright headerIan Gudger
2018-09-28Block for link address resolutionSepehr Raissian
2018-07-17netstack: update goroutine save / restore safety comments.Zhaozhong Ni
2018-07-09Switch netstack licenses to Apache 2.0.Nicolas Lacasse
2018-04-28Check in gVisor.Googler