Age | Commit message (Expand) | Author |
2020-03-26 | Use panic instead of log.Fatalf | Ghanan Gowripalan |
2020-03-26 | Merge pull request #2130 from nybidari:iptables | gVisor bot |
2020-03-26 | Handle IPv6 Fragment & Routing extension headers | Ghanan Gowripalan |
2020-03-26 | Support owner matching for iptables. | Nayana Bidari |
2020-03-26 | Add IPv4 to bind_to_device distribution test | Jay Zhuang |
2020-03-26 | Clean up transport_demuxer.go and test | Jay Zhuang |
2020-03-25 | Fix data-race in endpoint.Readiness | Bhasker Hariharan |
2020-03-24 | Add support for setting TCP segment hash. | Bhasker Hariharan |
2020-03-24 | Move tcpip.PacketBuffer and IPTables to stack package. | Bhasker Hariharan |
2020-03-20 | Remove unused variable `sndNxtList`. | Ting-Yu Wang |
2020-03-19 | Remove redundant dep in BUILD | Jay Zhuang |
2020-03-19 | Address comments on workMu removal change. | Bhasker Hariharan |
2020-03-19 | Remove workMu from tcpip.Endpoint. | Bhasker Hariharan |
2020-03-18 | Store segment transmit count. | Ian Gudger |
2020-03-17 | Packetimpact in Go with c++ stub | Eyal Soha |
2020-03-16 | Enable ARP resolution in TAP devices. | Ting-Yu Wang |
2020-03-16 | Merge pull request #1943 from kevinGC:ipt-filter-ip | gVisor bot |
2020-03-16 | Prevent vnetHdr from escaping in WritePacket. | Bhasker Hariharan |
2020-03-13 | Fix typo | Michael Pratt |
2020-03-13 | Refactor SLAAC address state into SLAAC prefix state | Ghanan Gowripalan |
2020-03-13 | Disable a NIC before removing it | Ghanan Gowripalan |
2020-03-13 | Avoid unnecessary work in transportDemuxer.deliverPacket(). | Jamie Liu |
2020-03-13 | Honour the link's MaxHeaderLength when forwarding | Ghanan Gowripalan |
2020-03-12 | Clarify comments about IHL in ipv4.go. | Eyal Soha |
2020-03-12 | Mark gonet_test as flaky. | Zach Koopmans |
2020-03-11 | Use a heap in transport demuxer | Tamir Duberstein |
2020-03-11 | Implement heap.Interface on pointer receiver | Tamir Duberstein |
2020-03-11 | Fix race condition (*tcp.endpoint).Close | Tamir Duberstein |
2020-03-11 | Fix memory leak in danglingEndpoints. | Bhasker Hariharan |
2020-03-11 | Merge pull request #1975 from nybidari:iptables | gVisor bot |
2020-03-11 | Automated rollback of changelist 300217972 | gVisor bot |
2020-03-10 | Honour the link's MaxHeaderLength when forwarding | Ghanan Gowripalan |
2020-03-10 | The packet forwarding should resolve the link address if necessary. | gVisor bot |
2020-03-06 | Prevent memory leaks in ilist | Tamir Duberstein |
2020-03-06 | shutdown(s, SHUT_WR) in TIME-WAIT returns ENOTCONN | Eyal Soha |
2020-03-06 | Specify the source of outgoing NDP RS | Ghanan Gowripalan |
2020-03-06 | Add nat table support for iptables. | Nayana Bidari |
2020-03-06 | Get strings for stack.DHCPv6ConfigurationFromNDPRA | Ghanan Gowripalan |
2020-03-05 | Use a pool of arrays to avoid slice headers from escaping in TCP options pool. | Ian Gudger |
2020-03-03 | Avoid memory leaks | Tamir Duberstein |
2020-03-03 | Fix datarace on TransportEndpointInfo.ID and clean up semantics. | Ian Gudger |
2020-03-02 | Fix data-race when reading/writing e.amss. | Bhasker Hariharan |
2020-03-02 | Do not read-lock NIC recursively | Ghanan Gowripalan |
2020-02-28 | Add nat table support for iptables. | Nayana Bidari |
2020-02-27 | Fix a race in TCP endpoint teardown and teardown the stack in tcp_test. | Ian Gudger |
2020-02-27 | Internal change. | Nayana Bidari |
2020-02-26 | Fix merge conflicts. | Nayana Bidari |
2020-02-26 | iptables: filter by IP address (and range) | Kevin Krakauer |
2020-02-25 | Merge branch 'master' into iptables | nybidari |
2020-02-25 | Use link-local source address for link-local multicast | Ghanan Gowripalan |