summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport/tcp/testing
AgeCommit message (Expand)Author
2019-08-21Use tcpip.Subnet in tcpip.RouteTamir Duberstein
2019-07-16Internal change.gVisor bot
2019-06-13Add support for TCP receive buffer auto tuning.Bhasker Hariharan
2019-06-13Update canonical repository.Adin Scannell
2019-06-12Add support for TCP_CONGESTION socket option.Bhasker Hariharan
2019-06-06Track and export socket state.Rahat Mahmood
2019-05-30Fixes to TCP listen behavior.Bhasker Hariharan
2019-05-03Implement support for SACK based recovery(RFC 6675).Bhasker Hariharan
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-18netstack: use a proper network protocol to set gso.L3HdrLenAndrei Vagin
2019-03-29Fix incorrect checksums in TCP and UDP tests.Bhasker Hariharan
2019-03-28netstack/fdbased: add generic segmentation offload (GSO) supportAndrei Vagin
2019-03-26netstack: Don't exclude length when a pseudo-header checksum is calculatedAndrei Vagin
2019-03-05Remove unused commit() function argument to Bind.Kevin Krakauer
2019-01-31Remove license commentsMichael Pratt
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-10-19Use correct company name in copyright headerIan Gudger
2018-09-12Always pass buffer.VectorisedView by valueTamir Duberstein
2018-08-27Add various statisticsTamir Duberstein
2018-08-03Cubic implementation for Netstack.Bhasker Hariharan
2018-08-01Move stack clock to options structIan Gudger
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-05-01Implement SO_TIMESTAMPIan Gudger
2018-04-28Check in gVisor.Googler