summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip
AgeCommit message (Expand)Author
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
2018-09-05Implement Subnet removalTamir Duberstein
2018-09-05Enable constructing a Prependable from a View without allocating.Bert Muthalaly
2018-09-05Implement TCP keepalivesTamir Duberstein
2018-09-04Automated rollback of changelist 211156845Bhasker Hariharan
2018-09-04Expose TCP RTTTamir Duberstein
2018-09-04Distinguish Element and Linker for ilist.Adin Scannell
2018-08-31Automated rollback of changelist 211103930Googler
2018-08-31ipv6: ICMP supportTamir Duberstein
2018-08-29ping: update comment about UDPIan Gudger
2018-08-27Add various statisticsTamir Duberstein
2018-08-25Upstreaming DHCP changes from FuchsiaTamir Duberstein
2018-08-23netstack: make listening tcp socket close state setting and cleanup atomic.Zhaozhong Ni
2018-08-23Encapsulate netstack metricsIan Gudger
2018-08-22Allow building on !linuxGoogler
2018-08-21Expose route tableGoogler
2018-08-21Build PCAP file with atomic blocking writesIan Gudger
2018-08-16Internal change.Googler
2018-08-15Remove obsolete comment about panickingIan Gudger