summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/buffer
AgeCommit message (Expand)Author
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
2020-01-27Standardize on tools directory.Adin Scannell
2019-11-14Use PacketBuffers for outgoing packets.Kevin Krakauer
2019-10-22netstack/tcp: software segmentation offloadAndrei Vagin
2019-10-14Reorder BUILD license and load functions in netstack.Kevin Krakauer
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-06-27Fix various spelling issues in the documentationMichael Pratt
2019-06-13Update canonical repository.Adin Scannell
2019-05-03Support IPv4 fragmentation in netstackGoogler
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-01-31Remove license commentsMichael 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-14Remove buffer.Prependable.UsedBytesTamir Duberstein
2018-09-14Pass buffer.Prependable by valueTamir Duberstein
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-09-05Enable constructing a Prependable from a View without allocating.Bert 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-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-07-09Switch netstack licenses to Apache 2.0.Nicolas Lacasse
2018-04-28Check in gVisor.Googler