summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/addressable_endpoint_state.go
AgeCommit message (Expand)Author
2021-07-01Mix checklocks and atomic analyzers.Adin Scannell
2021-05-11Change AcquireAssignedAddress to use RLock.Bhasker Hariharan
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2020-12-10Use specified source address for IGMP/MLD packetsGhanan Gowripalan
2020-12-04Remove stack.ReadOnlyAddressableEndpointStateGhanan Gowripalan
2020-12-01Track join count in multicast group protocol stateGhanan Gowripalan
2020-11-30Perform IGMP/MLD when the NIC is enabled/disabledGhanan Gowripalan
2020-11-19Don't hold AddressEndpoints for multicast addressesGhanan Gowripalan
2020-11-05Cache addressEndpoint.addr.Subnet() to avoid allocations.Bhasker Hariharan
2020-10-20Fix locking in AddressableEndpointStateGhanan Gowripalan
2020-10-05Remove AssignableAddressEndpoint.NetworkEndpointGhanan Gowripalan
2020-09-29Return permanent addresses when NIC is downGhanan Gowripalan
2020-09-29Move IP state from NIC to NetworkEndpoint/ProtocolGhanan Gowripalan