gvisor/pkg
Brian Geffon 23f49097c7 Panic in netstack during cleanup where a FIN becomes a RST.
There is a subtle bug where during cleanup with unread data a FIN can
be converted to a RST, at that point the entire connection should be
aborted as we're not expecting any ACKs to the RST.

PiperOrigin-RevId: 202691271
Change-Id: Idae70800208ca26e07a379bc6b2b8090805d0a22
2018-06-29 12:40:26 -07:00
..
abi Implement ioctl(FIOASYNC) 2018-06-21 10:53:21 -07:00
amutex Check in gVisor. 2018-04-28 01:44:26 -04:00
atomicbitops Check in gVisor. 2018-04-28 01:44:26 -04:00
binary Check in gVisor. 2018-04-28 01:44:26 -04:00
bits Check in gVisor. 2018-04-28 01:44:26 -04:00
bpf Add SyscallRules that supports argument filtering 2018-06-01 13:40:52 -07:00
compressio Fix warning: redundant if ...; err != nil check, just return error instead. 2018-05-08 09:51:56 -07:00
control Check in gVisor. 2018-04-28 01:44:26 -04:00
cpuid Fix misspellings 2018-05-07 16:38:01 -07:00
dhcp Replace crypto/rand with internal rand package 2018-06-15 15:36:00 -07:00
eventchannel Check in gVisor. 2018-04-28 01:44:26 -04:00
fd Check in gVisor. 2018-04-28 01:44:26 -04:00
gate Add mising license headers. 2018-04-28 18:10:24 -07:00
hashio Check in gVisor. 2018-04-28 01:44:26 -04:00
ilist Check in gVisor. 2018-04-28 01:44:26 -04:00
linewriter Check in gVisor. 2018-04-28 01:44:26 -04:00
log Add 'runsc debug' command 2018-06-20 13:31:31 -07:00
metric Check in gVisor. 2018-04-28 01:44:26 -04:00
p9 Fix warning: redundant if ...; err != nil check, just return error instead. 2018-05-08 09:51:56 -07:00
rand Replace crypto/rand with internal rand package 2018-06-15 15:36:00 -07:00
refs Implement sysv shm. 2018-05-17 15:06:19 -07:00
seccomp Add SyscallRules that supports argument filtering 2018-06-01 13:40:52 -07:00
secio Check in gVisor. 2018-04-28 01:44:26 -04:00
segment Check in gVisor. 2018-04-28 01:44:26 -04:00
sentry aio: Return EINVAL if the number of events is negative. 2018-06-29 10:47:38 -07:00
sleep Add mising license headers. 2018-04-28 18:10:24 -07:00
state state: pretty-print primitive type arrays. 2018-06-19 17:13:35 -07:00
sync Check in gVisor. 2018-04-28 01:44:26 -04:00
syserr Clarify that syserr.New must only be called during init 2018-05-22 11:54:31 -07:00
syserror Check in gVisor. 2018-04-28 01:44:26 -04:00
tcpip Panic in netstack during cleanup where a FIN becomes a RST. 2018-06-29 12:40:26 -07:00
tmutex Check in gVisor. 2018-04-28 01:44:26 -04:00
unet Set CLOEXEC option to sockets 2018-06-11 16:45:50 -07:00
urpc Remove dead code in urpc 2018-05-05 01:22:23 -07:00
waiter Poll should wake up on ECONNREFUSED with no mask. 2018-05-24 15:46:50 -07:00