summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack
AgeCommit message (Expand)Author
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-30Pass ProtocolAddress instead of its fieldsTamir Duberstein
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-12Add IPPROTO_RAW, which allows raw sockets to write IP headers.Kevin Krakauer
2019-06-13Add support for TCP receive buffer auto tuning.Bhasker Hariharan
2019-06-13Update canonical repository.Adin Scannell
2019-06-06Track and export socket state.Rahat Mahmood
2019-06-05Adjust route when looping multicast packetsChris Kuiper
2019-05-24Remove unused wakersTamir Duberstein
2019-05-22UDP and TCP raw socket support.Kevin Krakauer
2019-05-03Implement support for SACK based recovery(RFC 6675).Bhasker Hariharan
2019-05-03Proper cleanup of sockets that used REUSEPORTChris Kuiper
2019-05-02Support reception of multicast data on more than one socketChris Kuiper
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-04-02Add a raw socket transport endpoint and use it for raw ICMP sockets.Kevin Krakauer
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-19Add layer 2 stats (tx, rx) X (packets, bytes) to netstackBert Muthalaly
2019-03-12Make HandleLocal apply to all non-loopback interfaces.Ian Gudger
2019-03-08Implement IP_MULTICAST_LOOP.Ian Gudger
2019-03-05Remove unused commit() function argument to Bind.Kevin Krakauer
2019-02-28Map IPv{4,6} addresses to ethernet addressesTamir Duberstein
2019-02-27Ping support via IPv4 raw sockets.Kevin Krakauer
2019-02-26Adds a WriteRawPacket method to the InjectableLinkEndpoint interface.Googler
2019-02-26Use more conservative locking in NIC.DeliverNetworkPacketAmanda Tait
2019-02-25Fix race condition in NIC.DeliverNetworkPacketAmanda Tait
2019-02-20Implement Broadcast supportAmanda Tait
2019-02-15Implement IP_MULTICAST_IF.Ian Gudger
2019-02-07Plumb IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP to netstack.Ian Gudger
2019-02-07Internal change.Googler
2019-01-31Remove license commentsMichael Pratt
2019-01-29Fix NIC endpoint forwarding.Ian Gudger
2018-12-28Implement SO_REUSEPORT for TCP and UDP socketsAndrei Vagin
2018-12-16Allow sending of multicast and IPv6 link-local packets w/o route.Chris Kuiper
2018-12-06Allow sending of broadcast packets w/o route.Chris Kuiper
2018-12-04Remove incorrect code and improve testing of Stack.GetMainNICAddressChris Kuiper
2018-11-14Rename incorrectly named (dst, src) arguments in DeliverNetworkPacket prototypeBert Muthalaly
2018-11-09Add an implementation of a SACK scoreboard as per RFC6675.Bhasker Hariharan
2018-11-07Fix flaky TestCacheResolutionTimeoutFabricio Voznika
2018-10-23Simplify channel managementTamir Duberstein
2018-10-19Use correct company name in copyright headerIan Gudger
2018-09-28Block for link address resolutionSepehr Raissian
2018-09-19Pass local link address to DeliverNetworkPacketBert Muthalaly