index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pkg
/
tcpip
/
stack
/
addressable_endpoint_state.go
Age
Commit message (
Expand
)
Author
2021-09-15
Pass address properties in a single struct
Tony Gong
2021-07-01
Mix checklocks and atomic analyzers.
Adin Scannell
2021-05-11
Change AcquireAssignedAddress to use RLock.
Bhasker Hariharan
2021-01-28
Change tcpip.Error to an interface
Tamir Duberstein
2020-12-10
Use specified source address for IGMP/MLD packets
Ghanan Gowripalan
2020-12-04
Remove stack.ReadOnlyAddressableEndpointState
Ghanan Gowripalan
2020-12-01
Track join count in multicast group protocol state
Ghanan Gowripalan
2020-11-30
Perform IGMP/MLD when the NIC is enabled/disabled
Ghanan Gowripalan
2020-11-19
Don't hold AddressEndpoints for multicast addresses
Ghanan Gowripalan
2020-11-05
Cache addressEndpoint.addr.Subnet() to avoid allocations.
Bhasker Hariharan
2020-10-20
Fix locking in AddressableEndpointState
Ghanan Gowripalan
2020-10-05
Remove AssignableAddressEndpoint.NetworkEndpoint
Ghanan Gowripalan
2020-09-29
Return permanent addresses when NIC is down
Ghanan Gowripalan
2020-09-29
Move IP state from NIC to NetworkEndpoint/Protocol
Ghanan Gowripalan