summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/link/fdbased/packet_dispatchers.go
AgeCommit message (Expand)Author
2021-07-30Support RTM_DELLINKZeling Feng
2021-07-20Add go:build directives as required by Go 1.17's gofmt.Jamie Liu
2021-05-03Convey GSO capabilities through GSOEndpointGhanan Gowripalan
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
2020-08-13Migrate to PacketHeader API for PacketBuffer.Ting-Yu Wang
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-03-24Move tcpip.PacketBuffer and IPTables to stack package.Bhasker Hariharan
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-06-13Update canonical repository.Adin Scannell
2019-05-21Refactor fdbased endpoint dispatcher code.Bhasker Hariharan