summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/link
AgeCommit message (Expand)Author
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
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-16Enable ARP resolution in TAP devices.Ting-Yu Wang
2020-03-16Prevent vnetHdr from escaping in WritePacket.Bhasker Hariharan
2020-03-13Fix typoMichael Pratt
2020-02-21Implement tap/tun device in vfs.Ting-Yu Wang
2020-01-31Use multicast Ethernet address for multicast NDPGhanan Gowripalan
2020-01-27Refactor to hide C from channel.Endpoint.Ting-Yu Wang
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-09New sync package.Ian Gudger
2019-11-25Fix panic in sniffer.Kevin Krakauer
2019-11-23Cleanup visibility.Adin Scannell
2019-11-22Use PacketBuffers with GSO.Kevin Krakauer
2019-11-15Automated rollback of changelist 280594395Bhasker Hariharan
2019-11-14Fix panic when logging raw packets via sniffer.Kevin Krakauer