summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/buffer/view_test.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-07netstack: Refactor tcpip.Endpoint.ReadTing-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
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2018-10-19Use correct company name in copyright headerIan Gudger
2018-09-12Always pass buffer.VectorisedView by valueTamir Duberstein
2018-07-09Switch netstack licenses to Apache 2.0.Nicolas Lacasse
2018-04-28Check in gVisor.Googler