summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip
AgeCommit message (Expand)Author
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
2018-09-21Remove unnecessary deferIan Gudger
2018-09-21Extend tcpip.Address.String to ipv6 addressesTamir Duberstein
2018-09-21Deflake TestSimpleReceiveTamir Duberstein
2018-09-21Export read-only tcpip.Subnet.MaskTamir Duberstein
2018-09-19Fix data race on tcp.endpoint.hardError in tcp.(*endpoint).ReadIan Gudger
2018-09-19Pass local link address to DeliverNetworkPacketBert Muthalaly
2018-09-19Fix RTT estimation when timestamp option is enabled.Bhasker Hariharan
2018-09-17Prevent TCP connect from picking bound portsTamir Duberstein
2018-09-17Add empty .s file to allow `//go:linkname`Tamir Duberstein
2018-09-17Implement packet forwarding to enable NATTamir Duberstein
2018-09-14Remove buffer.Prependable.UsedBytesTamir Duberstein
2018-09-14Pass buffer.Prependable by valueTamir Duberstein
2018-09-13Plumb monotonic time to netstackIan Gudger
2018-09-12Always pass buffer.VectorisedView by valueTamir Duberstein
2018-09-12Add multicast supportTamir Duberstein
2018-09-12Prevent UDP sockets from binding to bound portsTamir Duberstein
2018-09-10Simplify some code in VectorisedView#ToView.Bert Muthalaly
2018-09-05Fix race condition introduced in 211135505Tamir Duberstein
2018-09-05Update {LinkEndpoint,NetworkEndpoint}#WritePacket to take a VectorisedViewBert Muthalaly