gvisor/pkg/tcpip
Ghanan Gowripalan 2d3b9d18e7 Handle removed NIC in NDP timer for packet tx
NDP packets are sent periodically from NDP timers. These timers do not
hold the NIC lock when sending packets as the packet write operation
may take some time. While the lock is not held, the NIC may be removed
by some other goroutine. This change handles that scenario gracefully.

Test: stack_test.TestRemoveNICWhileHandlingRSTimer
PiperOrigin-RevId: 315524143
2020-06-09 11:33:20 -07:00
..
adapters/gonet Drop flaky tag. 2020-06-05 16:39:08 -07:00
buffer Fix view.ToVectorisedView(). 2020-05-11 10:35:28 -07:00
checker Reduce flakiness in tcp_test. 2020-04-14 19:33:35 -07:00
hash/jenkins
header netstack: parse incoming packet headers up-front 2020-06-07 13:38:43 -07:00
link Pass PacketBuffer as pointer. 2020-06-03 15:00:42 -07:00
network netstack: parse incoming packet headers up-front 2020-06-07 13:38:43 -07:00
ports
sample
seqnum Don't accept segments outside the receive window 2020-04-19 22:16:14 -07:00
stack Handle removed NIC in NDP timer for packet tx 2020-06-09 11:33:20 -07:00
transport netstack: parse incoming packet headers up-front 2020-06-07 13:38:43 -07:00
BUILD
tcpip.go Internal change. 2020-05-20 14:57:59 -07:00
tcpip_test.go
time.s
time_unsafe.go Update Go version build tags 2020-05-29 15:44:07 -07:00
timer.go Do not copy tcpip.CancellableTimer 2020-04-24 12:46:56 -07:00
timer_test.go Do not copy tcpip.CancellableTimer 2020-04-24 12:46:56 -07:00