summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/tcpip.go
AgeCommit message (Expand)Author
2020-01-09New sync package.Ian Gudger
2020-01-09Change BindToDeviceOption to store NICIDEyal Soha
2020-01-08Introduce tcpip.SockOptBoolTamir Duberstein
2020-01-08Rename tcpip.SockOpt{,Int}Tamir Duberstein
2019-12-26Automated rollback of changelist 287029703gVisor bot
2019-12-24Enable IP_RECVTOS socket option for datagram socketsRyan Heacock
2019-12-11Add support for TCP_USER_TIMEOUT option.Bhasker Hariharan
2019-12-06Add TCP stats for connection close and keep-alive timeouts.Mithun Iyer
2019-11-27Add support for receiving TOS and TCLASS control messages in hostinet.Dean Deng
2019-11-07Add support for TIME_WAIT timeout.Bhasker Hariharan
2019-11-06Discover default routers from Router AdvertisementsGhanan Gowripalan
2019-10-25Convert DelayOption to the newer/faster SockOpt int type.Ian Gudger
2019-10-23Merge pull request #641 from tanjianfeng:mastergVisor bot
2019-10-21AF_PACKET support for netstack (aka epsocket).Kevin Krakauer
2019-10-15Set NDP hop limit in accordance with RFC 4861Tamir Duberstein
2019-10-15netstack: add counters for tcp CurrEstab and EstabResetsJianfeng Tan
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