summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip
AgeCommit message (Expand)Author
2020-04-16Properly delegate WaitTamir Duberstein
2020-04-16Reset pending connections on listener shutdown.Mithun Iyer
2020-04-16Return detailed errors when iterating NDP optionsGhanan Gowripalan
2020-04-16Fix data race in tcp_test.Bhasker Hariharan
2020-04-15Deduplicate packet loggingTamir Duberstein
2020-04-15Remove unnecessary codeTamir Duberstein
2020-04-15Reset pending connections on listener closeMithun Iyer
2020-04-14Reduce flakiness in tcp_test.Bhasker Hariharan
2020-04-14Attempt SLAAC address regeneration on DAD conflictsGhanan Gowripalan
2020-04-09Merge pull request #2253 from amscanne:nogogVisor bot
2020-04-09Drop invalid NDP NS messagesGhanan Gowripalan
2020-04-09Convert int and bool socket options to use GetSockOptInt and GetSockOptBoolAndrei Vagin
2020-04-08Remove lostcancel warnings.Adin Scannell
2020-04-08Fix all printf formatting errors.Adin Scannell
2020-04-07Require that IPv6 headers be in the first fragmentGhanan Gowripalan
2020-04-03Refactor software GSO code.Bhasker Hariharan
2020-04-02Drop NDP messages with fragment extension headerGhanan Gowripalan
2020-04-02Increment NDP message RX stats before validationGhanan Gowripalan
2020-04-01Deflake tcpip/stack:stack_x_testGhanan Gowripalan
2020-03-31Test receiving multicast packets over UDPEyal Soha
2020-03-27Support Hop By Hop and Destination Options ext hdrGhanan Gowripalan
2020-03-26Use panic instead of log.FatalfGhanan Gowripalan
2020-03-26Merge pull request #2130 from nybidari:iptablesgVisor bot
2020-03-26Handle IPv6 Fragment & Routing extension headersGhanan Gowripalan
2020-03-26Support owner matching for iptables.Nayana Bidari
2020-03-26Add IPv4 to bind_to_device distribution testJay Zhuang
2020-03-26Clean up transport_demuxer.go and testJay Zhuang
2020-03-25Fix data-race in endpoint.ReadinessBhasker 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-20Remove unused variable `sndNxtList`.Ting-Yu Wang
2020-03-19Remove redundant dep in BUILDJay Zhuang
2020-03-19Address comments on workMu removal change.Bhasker Hariharan
2020-03-19Remove workMu from tcpip.Endpoint.Bhasker Hariharan
2020-03-18Store segment transmit count.Ian Gudger
2020-03-17Packetimpact in Go with c++ stubEyal Soha
2020-03-16Enable ARP resolution in TAP devices.Ting-Yu Wang
2020-03-16Merge pull request #1943 from kevinGC:ipt-filter-ipgVisor bot
2020-03-16Prevent vnetHdr from escaping in WritePacket.Bhasker Hariharan
2020-03-13Fix typoMichael Pratt
2020-03-13Refactor SLAAC address state into SLAAC prefix stateGhanan Gowripalan
2020-03-13Disable a NIC before removing itGhanan Gowripalan
2020-03-13Avoid unnecessary work in transportDemuxer.deliverPacket().Jamie Liu
2020-03-13Honour the link's MaxHeaderLength when forwardingGhanan Gowripalan
2020-03-12Clarify comments about IHL in ipv4.go.Eyal Soha
2020-03-12Mark gonet_test as flaky.Zach Koopmans
2020-03-11Use a heap in transport demuxerTamir Duberstein
2020-03-11Implement heap.Interface on pointer receiverTamir Duberstein
2020-03-11Fix race condition (*tcp.endpoint).CloseTamir Duberstein
2020-03-11Fix memory leak in danglingEndpoints.Bhasker Hariharan