gvisor/pkg/tcpip
Bhasker Hariharan 6b43cf791a Replace calculateChecksum w/ the unrolled version.
Fixes #1656

PiperOrigin-RevId: 291703760
2020-01-27 05:34:34 -08:00
..
adapters/gonet gonet PacketConn.RemoteAddr() incorrectly returns *net.TCPAddr, should be *net.UDPAddr 2020-01-22 11:34:29 +00:00
buffer Use PacketBuffers for outgoing packets. 2019-11-14 10:15:38 -08:00
checker Solicit IPv6 routers when a NIC becomes enabled as a host 2020-01-15 17:10:48 -08:00
hash/jenkins Cleanup visibility. 2019-11-23 23:54:41 -08:00
header Replace calculateChecksum w/ the unrolled version. 2020-01-27 05:34:34 -08:00
iptables Address GitHub comments. 2020-01-22 10:23:44 -08:00
link New sync package. 2020-01-09 22:02:24 -08:00
network Merge branch 'iptables-write-input-drop' into iptables-write-filter-proto 2020-01-13 16:06:29 -08:00
ports New sync package. 2020-01-09 22:02:24 -08:00
sample netstack: minor fix typo in "if err" handler 2019-12-31 16:49:30 +01:00
seqnum Cleanup visibility. 2019-11-23 23:54:41 -08:00
stack Lock the NIC when checking if an address is tentative 2020-01-24 13:10:08 -08:00
transport Add a new TCP stat for current open connections. 2020-01-21 15:43:39 -08:00
BUILD Merge branch 'master' into iptables-write-input-drop 2020-01-13 12:22:15 -08:00
packet_buffer.go Fixing stuff 2020-01-21 13:37:25 -08:00
packet_buffer_state.go Use PacketBuffers for outgoing packets. 2019-11-14 10:15:38 -08:00
tcpip.go Add a new TCP stat for current open connections. 2020-01-21 15:43:39 -08:00
tcpip_test.go Implement proper local broadcast behavior 2019-10-03 19:31:35 -07:00
time.s Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
time_unsafe.go Update build tags to allow Go 1.14 2019-10-29 13:18:16 -07:00
timer.go CancellableTimer to encapsulate the work of safely stopping timers 2020-01-08 17:50:54 -08:00
timer_test.go Put CancellableTimer tests in the tcpip_test package 2020-01-10 14:32:17 -08:00