summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack
AgeCommit message (Expand)Author
2019-06-10Merge a00157cc (automated)gVisor bot
2019-06-06Track and export socket state.Rahat Mahmood
2019-06-05Adjust route when looping multicast packetsChris Kuiper
2019-06-02Merge 216da0b7 (automated)gVisor bot
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
2018-09-17Implement packet forwarding to enable NATTamir Duberstein
2018-09-14Pass buffer.Prependable by valueTamir Duberstein
2018-09-12Always pass buffer.VectorisedView by valueTamir Duberstein
2018-09-12Add multicast supportTamir Duberstein
2018-09-05Fix race condition introduced in 211135505Tamir Duberstein
2018-09-05Update {LinkEndpoint,NetworkEndpoint}#WritePacket to take a VectorisedViewBert Muthalaly
2018-09-05Implement Subnet removalTamir Duberstein
2018-09-04Automated rollback of changelist 211156845Bhasker Hariharan