Age | Commit message (Expand) | Author |
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 |
2020-02-25 | Add nat table support for iptables. | Nayana Bidari |
2020-02-25 | Deflake TestCurrentConnectedIncrement. | Bhasker Hariharan |
2020-02-24 | Add support for tearing down protocol dispatchers and TIME_WAIT endpoints. | Ian Gudger |
2020-02-21 | Implement tap/tun device in vfs. | Ting-Yu Wang |
2020-02-21 | Attach LinkEndpoint to NetworkDispatcher immediately | Ghanan Gowripalan |
2020-02-21 | Use Route.MaxHeaderLength when constructing NDP RS | Ghanan Gowripalan |
2020-02-20 | Initial network namespace support. | gVisor bot |
2020-02-20 | Support disabling a NIC | gVisor bot |
2020-02-18 | Fix mis-named comment. | Kevin Krakauer |
2020-02-18 | Enable IPV6_RECVTCLASS socket option for datagram sockets | gVisor bot |
2020-02-18 | Add nat table support for iptables. | Nayana Bidari |
2020-02-13 | We can now create and jump in iptables. For example: | Kevin Krakauer |
2020-02-13 | Merge pull request #1791 from kevinGC:uchains | gVisor bot |
2020-02-13 | Internal change. | gVisor bot |
2020-02-12 | iptables: User chains | Kevin Krakauer |