summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/transport/tcp/testing
AgeCommit message (Expand)Author
2020-01-08Introduce tcpip.SockOptBoolTamir Duberstein
2020-01-08Combine various Create*NIC methods into CreateNICWithOptions.Bert Muthalaly
2019-12-06Fix flakiness in tcp_test.Bhasker Hariharan
2019-11-28Test handling segments on completed but not yet accepted TCP connectionsGhanan Gowripalan
2019-11-23Cleanup visibility.Adin Scannell
2019-11-14Use PacketBuffers for outgoing packets.Kevin Krakauer
2019-11-12Do not handle TCP packets that include a non-unicast IP addressGhanan Gowripalan
2019-11-06Use PacketBuffers, rather than VectorisedViews, in netstack.Kevin Krakauer
2019-09-27Implement SO_BINDTODEVICE sockoptgVisor bot
2019-09-25Remove centralized registration of protocols.Kevin Krakauer
2019-09-23netstack: convert more socket options to {Set,Get}SockOptIntAndrei Vagin
2019-09-06Remove reundant global tcpip.LinkEndpointID.Ian Gudger
2019-09-03Make UDP traceroute work.Bhasker Hariharan
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