gvisor/pkg/tcpip/stack
Sam Balana 99f2d0ea2f Correctly lock when removing neighbor entries
Fix a panic when two entries in Failed state are removed at the same time.

PiperOrigin-RevId: 344143777
2020-11-24 15:37:47 -08:00
..
BUILD
addressable_endpoint_state.go Don't hold AddressEndpoints for multicast addresses 2020-11-19 11:48:15 -08:00
addressable_endpoint_state_test.go
conntrack.go
forwarding_test.go
headertype_string.go
icmp_rate_limit.go Simplify ICMPRateLimiter 2019-09-24 09:50:51 -07:00
iptables.go Make RedirectTarget thread safe 2020-10-29 14:28:56 -07:00
iptables_state.go garbage collect connections 2020-07-13 12:00:46 -07:00
iptables_targets.go
iptables_types.go
linkaddrcache.go
linkaddrcache_test.go
ndp_test.go
neighbor_cache.go Correctly lock when removing neighbor entries 2020-11-24 15:37:47 -08:00
neighbor_cache_test.go Correctly lock when removing neighbor entries 2020-11-24 15:37:47 -08:00
neighbor_entry.go Correctly lock when removing neighbor entries 2020-11-24 15:37:47 -08:00
neighbor_entry_test.go
neighborstate_string.go
nic.go
nic_test.go
nud.go
nud_test.go
packet_buffer.go Use stack.Route exclusively for writing packets 2020-11-05 15:52:16 -08:00
packet_buffer_test.go
pending_packets.go
rand.go
registration.go Introduce stack.WritePacketToRemote, remove LinkEndpoint.WriteRawPacket 2020-11-18 07:05:59 -08:00
route.go Remove unused methods from stack.Route 2020-11-18 20:22:20 -08:00
stack.go
stack_global_state.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
stack_options.go
stack_test.go
transport_demuxer.go Use stack.Route exclusively for writing packets 2020-11-05 15:52:16 -08:00
transport_demuxer_test.go [netstack] Move SO_REUSEPORT and SO_REUSEADDR option to SocketOptions. 2020-11-18 14:36:41 -08:00
transport_test.go