summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/link
AgeCommit message (Expand)Author
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
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-29Update build tags to allow Go 1.14Michael Pratt
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