summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/link
AgeCommit message (Expand)Author
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
2020-07-06Fix NonBlockingWrite3 not writing b3 if b2 is zero-length.Ting-Yu Wang
2020-06-22Extract common nested LinkEndpoint patternBruno Dal Bo
2020-06-10Remove duplicate and incorrect size checkTamir Duberstein
2020-06-10Replace use of %v in snifferTamir Duberstein
2020-06-03Pass PacketBuffer as pointer.Ting-Yu Wang
2020-05-29Update Go version build tagsMichael Pratt
2020-05-27Remove linkEP from DeliverNetworkPacketSam Balana
2020-05-27Fix tiny typo.Kevin Krakauer
2020-05-11Automated rollback of changelist 310417191Bhasker Hariharan
2020-05-07Automated rollback of changelist 309339316Bhasker Hariharan
2020-05-06sniffer: fix accidental logging of good packets as badKevin Krakauer
2020-05-01Automated rollback of changelist 308674219Kevin Krakauer
2020-04-30Enable FIFO QDisc by default in runsc.Bhasker Hariharan
2020-04-30FIFO QDisc implementationBhasker Hariharan
2020-04-27Automated rollback of changelist 308163542gVisor bot
2020-04-23Remove View.First() and View.RemoveFirst()Kevin Krakauer
2020-04-21Automated rollback of changelist 307477185gVisor bot
2020-04-17Remove View.First() and View.RemoveFirst()Kevin Krakauer
2020-04-17Allow caller-defined sinks for packet sniffing.Tamir Duberstein
2020-04-16Properly delegate WaitTamir Duberstein
2020-04-15Deduplicate packet loggingTamir Duberstein
2020-04-14Reduce flakiness in tcp_test.Bhasker Hariharan