summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/tcpip.go
AgeCommit message (Expand)Author
2019-10-14Internal change.gVisor bot
2019-10-10Fix bugs in fragment handling.Bhasker Hariharan
2019-10-09Internal change.gVisor bot
2019-10-07Implement IP_TTL.Ian Gudger
2019-10-03Implement proper local broadcast behaviorChris Kuiper
2019-09-27Implement SO_BINDTODEVICE sockoptgVisor bot
2019-09-23netstack: convert more socket options to {Set,Get}SockOptIntAndrei Vagin
2019-09-12Implement splice methods for pipes and sockets.Adin Scannell
2019-09-06Remove reundant global tcpip.LinkEndpointID.Ian Gudger
2019-09-04Handle subnet and broadcast addresses correctly with NIC.subnetsChris Kuiper
2019-09-03Make UDP traceroute work.Bhasker Hariharan
2019-08-23Implement fmt.Stringer on Route by valueTamir Duberstein
2019-08-21Use tcpip.Subnet in tcpip.RouteTamir Duberstein
2019-08-20Add tcpip.Route.String and tcpip.AddressMask.PrefixChris Kuiper
2019-08-16netstack: disconnect an unix socket only if the address family is AF_UNSPECAndrei Vagin
2019-08-16Add subnet checking to NIC.findEndpoint and consolidate with NIC.getRefChris Kuiper
2019-08-14Replace uinptr with int64 when returning lengthsTamir Duberstein
2019-08-14Add tcpip.AddressWithPrefix.StringTamir Duberstein
2019-08-08netstack: Don't start endpoint goroutines too soon on restore.Rahat Mahmood
2019-08-02Plumbing for iptables sockopts.Kevin Krakauer
2019-08-02Automated rollback of changelist 261191548Rahat Mahmood
2019-08-01Implement getsockopt(TCP_INFO).Rahat Mahmood
2019-07-24Add support for a subnet prefix length on interface network addressesChris Kuiper
2019-07-18net/tcp/setockopt: impelment setsockopt(fd, SOL_TCP, TCP_INQ)Andrei Vagin
2019-07-12Stub out support for TCP_MAXSEG.Bhasker Hariharan
2019-07-03netstack/udp: connect with the AF_UNSPEC address family means disconnectAndrei Vagin
2019-06-27Fix various spelling issues in the documentationMichael Pratt
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-03Update tcpip Clock description.Ian Gudger
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-26Make raw sockets a toggleable feature disabled by default.Kevin Krakauer
2019-04-09Add TCP checksum verification.Bhasker Hariharan
2019-03-28Add ICMP statsBert Muthalaly
2019-03-08Implement IP_MULTICAST_LOOP.Ian Gudger
2019-03-05Add new retransmissions and recovery related metrics.Bhasker Hariharan
2019-03-05Remove unused commit() function argument to Bind.Kevin Krakauer
2019-02-20Implement Broadcast supportAmanda Tait
2019-02-15Implement IP_MULTICAST_IF.Ian Gudger
2019-02-15Move SO_TIMESTAMP from different transport endpoints to epsocket.Kevin Krakauer
2019-01-08Implement Stringer for tcpip.StatCounterBert Muthalaly
2018-12-28Implement SO_REUSEPORT for TCP and UDP socketsAndrei Vagin
2018-12-21Stub out SO_OOBINLINE.Ian Gudger
2018-12-09Stub out TCP_QUICKACKIan Gudger
2018-12-06Fix tcpip.Endpoint.Write contract regarding short writesIan Gudger
2018-11-13Implement TCP_NODELAY and TCP_CORKIan Gudger