summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/link/fdbased
AgeCommit message (Expand)Author
2021-03-24Fix data race in fdbased when accessing fanoutID.Bhasker Hariharan
2021-03-15Make netstack (//pkg/tcpip) buildable for 32 bitKevin Krakauer
2021-03-03Make dedicated methods for data operations in PacketBufferTing-Yu Wang
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-25fdbased: Dedup code related to iovec readingTing-Yu Wang
2021-01-15Only pass stack.Route's fields to LinkEndpointsGhanan Gowripalan
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2020-12-22Invoke address resolution upon subsequent traffic to Failed neighborPeter Johnston
2020-12-10Disable host reassembly for fragments.Bhasker Hariharan
2020-12-03Make `stack.Route` thread safePeter Johnston
2020-11-18Introduce stack.WritePacketToRemote, remove LinkEndpoint.WriteRawPacketBruno Dal Bo
2020-08-13Migrate to PacketHeader API for PacketBuffer.Ting-Yu Wang
2020-07-22Support for receiving outbound packets in AF_PACKET.Bhasker Hariharan
2020-07-15fdbased: Vectorized write for packet; relax writev syscall filter.Ting-Yu Wang
2020-07-15Fix minor bugs in a couple of interface IOCTLs.Bhasker Hariharan
2020-07-13Fix recvMMsgDispatcher not slicing link header correctly.Ting-Yu Wang
2020-06-03Pass PacketBuffer as pointer.Ting-Yu Wang
2020-05-27Remove linkEP from DeliverNetworkPacketSam Balana
2020-05-27Fix tiny typo.Kevin Krakauer
2020-05-01Automated rollback of changelist 308674219Kevin Krakauer
2020-04-30FIFO QDisc implementationBhasker Hariharan
2020-04-08Fix all printf formatting errors.Adin Scannell
2020-04-03Refactor software GSO code.Bhasker Hariharan
2020-03-24Add support for setting TCP segment hash.Bhasker Hariharan
2020-03-24Move tcpip.PacketBuffer and IPTables to stack package.Bhasker Hariharan
2020-03-16Prevent vnetHdr from escaping in WritePacket.Bhasker Hariharan
2020-03-13Fix typoMichael Pratt
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-09New sync package.Ian Gudger
2019-11-23Cleanup visibility.Adin Scannell
2019-11-22Use PacketBuffers with GSO.Kevin Krakauer
2019-11-14Use PacketBuffers for outgoing packets.Kevin Krakauer
2019-11-06Use PacketBuffers, rather than VectorisedViews, in netstack.Kevin Krakauer
2019-10-30Deep copy dispatcher views.Kevin Krakauer
2019-10-22netstack/tcp: software segmentation offloadAndrei Vagin
2019-10-21AF_PACKET support for netstack (aka epsocket).Kevin Krakauer
2019-10-14Use a different fanoutID for each new fdbased endpoint.Bhasker Hariharan
2019-09-30Add a Stringer implementation to PacketDispatchModeBhasker Hariharan
2019-09-20Allow waiting for LinkEndpoint worker goroutines to finish.Ian Gudger
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-09-06Remove reundant global tcpip.LinkEndpointID.Ian Gudger
2019-08-15Enabling pkg/tcpip/link support on arm64.Haibo Xu
2019-08-15Rename fdbased/mmap.go to fdbased/mmap_stub.go.Haibo Xu
2019-08-12Fix netstack build error on non-AMD64.Ian Gudger
2019-07-30Change syscall.POLL to syscall.PPOLL.Haibo Xu
2019-06-13Update canonical repository.Adin Scannell
2019-06-06Add multi-fd support to fdbased endpoint.Bhasker Hariharan
2019-05-21Refactor fdbased endpoint dispatcher code.Bhasker Hariharan
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt