summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip
AgeCommit message (Expand)Author
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
2020-03-11Merge pull request #1975 from nybidari:iptablesgVisor bot
2020-03-11Automated rollback of changelist 300217972gVisor bot
2020-03-10Honour the link's MaxHeaderLength when forwardingGhanan Gowripalan
2020-03-10The packet forwarding should resolve the link address if necessary.gVisor bot
2020-03-06Prevent memory leaks in ilistTamir Duberstein
2020-03-06shutdown(s, SHUT_WR) in TIME-WAIT returns ENOTCONNEyal Soha
2020-03-06Specify the source of outgoing NDP RSGhanan Gowripalan
2020-03-06Add nat table support for iptables.Nayana Bidari
2020-03-06Get strings for stack.DHCPv6ConfigurationFromNDPRAGhanan Gowripalan
2020-03-05Use a pool of arrays to avoid slice headers from escaping in TCP options pool.Ian Gudger
2020-03-03Avoid memory leaksTamir Duberstein
2020-03-03Fix datarace on TransportEndpointInfo.ID and clean up semantics.Ian Gudger
2020-03-02Fix data-race when reading/writing e.amss.Bhasker Hariharan
2020-03-02Do not read-lock NIC recursivelyGhanan Gowripalan
2020-02-28Add nat table support for iptables.Nayana Bidari
2020-02-27Fix a race in TCP endpoint teardown and teardown the stack in tcp_test.Ian Gudger
2020-02-27Internal change.Nayana Bidari
2020-02-26Fix merge conflicts.Nayana Bidari