summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/buffer/view.go
AgeCommit message (Expand)Author
2021-03-03Make dedicated methods for data operations in PacketBufferTing-Yu Wang
2021-01-29Make fragmentation return a reassembled PacketBufferTing-Yu Wang
2021-01-15Remove count argument from tcpip.Endpoint.ReadTamir Duberstein
2021-01-15Add sanity check on return values from WriteTing-Yu Wang
2021-01-07netstack: Refactor tcpip.Endpoint.ReadTing-Yu Wang
2020-10-05Fix IPv4 ICMP echo handler to copy optionsJulian Elischer
2020-08-13Migrate to PacketHeader API for PacketBuffer.Ting-Yu Wang
2020-05-11Fix view.ToVectorisedView().Bhasker Hariharan
2020-05-01Automated rollback of changelist 308674219Kevin Krakauer
2020-04-27Automated rollback of changelist 308163542gVisor bot
2020-04-23Remove View.First() and View.RemoveFirst()Kevin Krakauer
2020-04-21Automated rollback of changelist 307477185gVisor bot
2020-04-17Remove View.First() and View.RemoveFirst()Kevin Krakauer
2020-04-03Refactor software GSO code.Bhasker Hariharan
2020-03-26Handle IPv6 Fragment & Routing extension headersGhanan Gowripalan
2020-02-21Implement tap/tun device in vfs.Ting-Yu Wang
2019-06-27Fix various spelling issues in the documentationMichael Pratt
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2018-11-21Make ToView non-allocating for single VectorizedViews containing a single ViewIan Gudger
2018-11-14Clean up tcp.sendDataIan Gudger
2018-11-05Merge segments in sender's writeListIan Gudger
2018-10-19Use correct company name in copyright headerIan Gudger
2018-09-12Always pass buffer.VectorisedView by valueTamir Duberstein
2018-09-10Simplify some code in VectorisedView#ToView.Bert Muthalaly
2018-09-05Update {LinkEndpoint,NetworkEndpoint}#WritePacket to take a VectorisedViewBert Muthalaly
2018-08-15Remove obsolete comment about panickingIan Gudger
2018-08-02Automated rollback of changelist 207037226Zhaozhong Ni
2018-08-01Automated rollback of changelist 207007153Michael Pratt
2018-08-01stateify: convert all packages to use explicit mode.Zhaozhong Ni
2018-07-09Switch netstack licenses to Apache 2.0.Nicolas Lacasse
2018-04-28Check in gVisor.Googler