summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/link
AgeCommit message (Expand)Author
2021-05-22Remove detritusTamir Duberstein
2021-05-03Convey GSO capabilities through GSOEndpointGhanan Gowripalan
2021-04-27Remove uses of the binary package from networking code.Rahat Mahmood
2021-04-21Only carry GSO options in the packet bufferGhanan Gowripalan
2021-03-24Add POLLRDNORM/POLLWRNORM support.Bhasker Hariharan
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-09Give TCP flags a dedicated typeZeling Feng
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-02-24Move //pkg/gate.Gate to //pkg/sync.Jamie Liu
2021-02-18Bump build constraints to Go 1.18Michael Pratt
2021-02-06Synchronously send packets over pipe link endpointGhanan Gowripalan
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-25fdbased: Dedup code related to iovec readingTing-Yu Wang
2021-01-21Queue packets in WritePackets when resolving link addressGhanan Gowripalan
2021-01-21Populate EgressRoute, GSO, Netproto in NICGhanan Gowripalan
2021-01-15Support GetLinkAddress with neighborCacheGhanan Gowripalan
2021-01-15Only pass stack.Route's fields to LinkEndpointsGhanan Gowripalan
2021-01-15Populate EgressRoute, GSO, Netproto for batch writesGhanan Gowripalan
2021-01-13Switch uses of os.Getenv that check for empty string to os.LookupEnv.Dean Deng
2021-01-12Fix simple mistakes identified by goreportcard.Adin Scannell
2021-01-06Do not filter frames in ethernet link endpointGhanan Gowripalan
2020-12-22Correctly log sniffed ARP packetsTamir Duberstein
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-25Make stack.Route safe to access concurrentlyGhanan Gowripalan
2020-11-18Introduce stack.WritePacketToRemote, remove LinkEndpoint.WriteRawPacketBruno Dal Bo
2020-11-17Add per-sniffer instance log prefixBruno Dal Bo
2020-11-16Remove ARP address workaroundGhanan Gowripalan
2020-11-09Initialize references with a value of 1.Dean Deng
2020-11-06Trim link headers from buffer clone when sniffingGhanan Gowripalan
2020-10-23Rewrite reference leak checker without finalizers.Dean Deng
2020-10-20Fix nogo test in //pkg/tcpip/...Ting-Yu Wang
2020-10-16Don't include link header when forwarding packetsGhanan Gowripalan
2020-10-09Automated rollback of changelist 336304024Ghanan Gowripalan
2020-10-09Automated rollback of changelist 336185457Bhasker Hariharan
2020-10-08Do not resolve routes immediatelyGhanan Gowripalan
2020-09-18Use common parsing utilities when sniffingGhanan Gowripalan
2020-09-16Gracefully translate unknown errno.Ting-Yu Wang
2020-08-25Use new reference count utility throughout gvisor.Dean Deng
2020-08-24Bump build constraints to 1.17Michael Pratt
2020-08-13Migrate to PacketHeader API for PacketBuffer.Ting-Yu Wang
2020-08-11Fix-up issue comment.Adin Scannell
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
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