summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip
AgeCommit message (Expand)Author
2019-05-24Remove unused wakersTamir Duberstein
2019-05-22UDP and TCP raw socket support.Kevin Krakauer
2019-05-21Refactor fdbased endpoint dispatcher code.Bhasker Hariharan
2019-05-08Set the FilesytemType in MountSource from the Filesystem.Nicolas Lacasse
2019-05-07Check GSO for nil in WritePacketGoogler
2019-05-07Add gonet.DialContextTCP.Ian Gudger
2019-05-05Fix raw socket behavior and tests.Kevin Krakauer
2019-05-03Update tcpip Clock description.Ian Gudger
2019-05-03Support IPv4 fragmentation in netstackGoogler
2019-05-03Fix transport/raw copybara exportTamir Duberstein
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-26tcpip/adapters/gonet: add CloseRead & CloseWrite methods to ConnBen Burkert
2019-04-26Make raw sockets a toggleable feature disabled by default.Kevin Krakauer
2019-04-26Bump the AF_PACKET socket rcv buf size to 4MB by default.Bhasker Hariharan
2019-04-23Fixes to PacketMMap dispatcher.Bhasker Hariharan
2019-04-19tcpip/transport/tcp: read side only shutdown of an endpointBen Burkert
2019-04-18tcpip/transport/udp: add Forwarder typeBen Burkert
2019-04-18netstack: use a proper network protocol to set gso.L3HdrLenAndrei Vagin
2019-04-17Return error from fdbased.NewFabricio Voznika
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-29Fix incorrect checksums in TCP and UDP tests.Bhasker Hariharan
2019-03-28Fix Panic in SACKScoreboard.Delete.Bhasker Hariharan
2019-03-28Add ICMP statsBert Muthalaly
2019-03-28netstack/fdbased: add generic segmentation offload (GSO) supportAndrei Vagin
2019-03-27Avoid mutating memory passed to DeliverTransportPacketTamir Duberstein
2019-03-26Remove polling from ICMP testTamir Duberstein
2019-03-26netstack: Don't exclude length when a pseudo-header checksum is calculatedAndrei Vagin
2019-03-26Remove echoReplierTamir Duberstein
2019-03-20netstack: adjust the sequence number after trimming the packetAndrei Vagin
2019-03-19netstack: reduce MSS from SYN to account tcp optionsAndrei Vagin
2019-03-19Add layer 2 stats (tx, rx) X (packets, bytes) to netstackBert Muthalaly
2019-03-14Remove duplicate TCP flag definitionsTamir Duberstein
2019-03-13Remove unused function.Kevin Krakauer
2019-03-13Reduce PACKET_RX_RING memory usageFabricio Voznika
2019-03-12Make gonet.PacketConn implement net.Conn.Noah Gold
2019-03-12Make HandleLocal apply to all non-loopback interfaces.Ian Gudger
2019-03-08Validate multicast addresses in multicast group operations.Ian Gudger
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-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-25Add a SACK scoreboard to TCP endpoints.Bhasker Hariharan