summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip
AgeCommit message (Expand)Author
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
2020-02-26iptables: filter by IP address (and range)Kevin Krakauer
2020-02-25Merge branch 'master' into iptablesnybidari
2020-02-25Use link-local source address for link-local multicastGhanan Gowripalan
2020-02-25Add nat table support for iptables.Nayana Bidari
2020-02-25Deflake TestCurrentConnectedIncrement.Bhasker Hariharan
2020-02-24Add support for tearing down protocol dispatchers and TIME_WAIT endpoints.Ian Gudger
2020-02-21Implement tap/tun device in vfs.Ting-Yu Wang
2020-02-21Attach LinkEndpoint to NetworkDispatcher immediatelyGhanan Gowripalan
2020-02-21Use Route.MaxHeaderLength when constructing NDP RSGhanan Gowripalan
2020-02-20Initial network namespace support.gVisor bot
2020-02-20Support disabling a NICgVisor bot
2020-02-18Fix mis-named comment.Kevin Krakauer
2020-02-18Enable IPV6_RECVTCLASS socket option for datagram socketsgVisor bot
2020-02-18Add nat table support for iptables.Nayana Bidari
2020-02-13We can now create and jump in iptables. For example:Kevin Krakauer
2020-02-13Merge pull request #1791 from kevinGC:uchainsgVisor bot
2020-02-13Internal change.gVisor bot
2020-02-12iptables: User chainsKevin Krakauer