summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip
AgeCommit message (Expand)Author
2019-01-29Fix IsLost check to match the description in RFC6675.Bhasker Hariharan
2019-01-29Fix NIC endpoint forwarding.Ian Gudger
2019-01-29Use recvmmsg() instead of readv() to read packets from NIC.Bhasker Hariharan
2019-01-15test: Tag tcp_test as flaky.Kevin Krakauer
2019-01-14netstack: release port inline for listening sockets only.Zhaozhong Ni
2019-01-11Internal change.Googler
2019-01-08Implement Stringer for tcpip.StatCounterBert Muthalaly
2018-12-28Implement SO_REUSEPORT for TCP and UDP socketsAndrei Vagin
2018-12-21Stub out SO_OOBINLINE.Ian Gudger
2018-12-21Internal ChangeMichael Pratt
2018-12-21Implement SO_KEEPALIVE, TCP_KEEPIDLE, and TCP_KEEPINTVL.Ian Gudger
2018-12-16Allow sending of multicast and IPv6 link-local packets w/o route.Chris Kuiper
2018-12-13transport/tcp: remove unused error return valuesIan Gudger
2018-12-09Stub out TCP_QUICKACKIan Gudger
2018-12-06Allow sending of broadcast packets w/o route.Chris Kuiper
2018-12-06Fix tcpip.Endpoint.Write contract regarding short writesIan Gudger
2018-12-05sentry: support save / restore of TCP bind socket after shutdown.Zhaozhong Ni
2018-12-05sentry: skip waiting for undrain for netstack TCP endpoints in error state.Zhaozhong Ni
2018-12-04Remove incorrect code and improve testing of Stack.GetMainNICAddressChris Kuiper
2018-12-04Whitelist Go 1.12 for tcpip/time_unsafe.goIan Gudger
2018-12-04Fix available calculation when merging TCP segmentsIan Gudger
2018-12-04sentry: save copy of tcp segment's delivered views to avoid in-struct pointers.Zhaozhong Ni
2018-11-29Test that full segments will be sent when delay/cork is enabledIan Gudger
2018-11-21Make ToView non-allocating for single VectorizedViews containing a single ViewIan Gudger
2018-11-15Process delayed packets when delay is disabledIan Gudger
2018-11-14Rename incorrectly named (dst, src) arguments in DeliverNetworkPacket prototypeBert Muthalaly
2018-11-14Clean up tcp.sendDataIan Gudger
2018-11-13Implement TCP_NODELAY and TCP_CORKIan Gudger
2018-11-12Remove obsolete TODOIan Gudger
2018-11-09Add an implementation of a SACK scoreboard as per RFC6675.Bhasker Hariharan
2018-11-07Fix flaky TestCacheResolutionTimeoutFabricio Voznika
2018-11-06Internal change.Googler
2018-11-05Merge segments in sender's writeListIan Gudger
2018-10-31Fix a race where keepalives could be sent while there is pending dataIan Gudger
2018-10-31Use syserr style error translation in netstack's rawfileIan Gudger
2018-10-31Remove ipv4.endpoint.addressTamir Duberstein
2018-10-24Mark netstack/tcpip/transport/tcp:tcp_test flakyFabricio Voznika
2018-10-23Remove blanket TODO, as it is self-evident.Adin Scannell
2018-10-23Simplify channel managementTamir Duberstein
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-17Move Unix transport out of netstackIan Gudger
2018-10-15Refactor host.ConnectedEndpointIan Gudger
2018-10-15Merge host.endpoint into host.ConnectedEndpointIan Gudger
2018-10-11Add String() method to AddressMaskFabricio Voznika
2018-10-10Enforce message size limits and avoid host calls with too many iovecsMichael Pratt
2018-09-28Change tcpip.Route.Mask to tcpip.AddressMask.Googler
2018-09-28Block for link address resolutionSepehr Raissian
2018-09-26Use the ICMP target address in responsesTamir Duberstein
2018-09-26Export ipv6 address helpersTamir Duberstein