Age | Commit message (Expand) | Author |
2020-04-21 | Automated rollback of changelist 307477185 | gVisor bot |
2020-04-20 | Merge pull request #2313 from kevinGC:firstn | gVisor bot |
2020-04-17 | Support NDP DNS Search List option | Ghanan Gowripalan |
2020-04-17 | Remove View.First() and View.RemoveFirst() | Kevin Krakauer |
2020-04-16 | Return detailed errors when iterating NDP options | Ghanan Gowripalan |
2020-04-14 | Attempt SLAAC address regeneration on DAD conflicts | Ghanan Gowripalan |
2020-04-09 | Merge pull request #2253 from amscanne:nogo | gVisor bot |
2020-04-09 | Convert int and bool socket options to use GetSockOptInt and GetSockOptBool | Andrei Vagin |
2020-04-08 | Remove lostcancel warnings. | Adin Scannell |
2020-04-08 | Fix all printf formatting errors. | Adin Scannell |
2020-04-03 | Refactor software GSO code. | Bhasker Hariharan |
2020-04-01 | Deflake tcpip/stack:stack_x_test | Ghanan Gowripalan |
2020-03-26 | Use panic instead of log.Fatalf | 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-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-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-11 | Use a heap in transport demuxer | Tamir Duberstein |
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 | Specify the source of outgoing NDP RS | Ghanan Gowripalan |
2020-03-06 | Get strings for stack.DHCPv6ConfigurationFromNDPRA | Ghanan Gowripalan |
2020-03-03 | Fix datarace on TransportEndpointInfo.ID and clean up semantics. | Ian Gudger |
2020-03-02 | Do not read-lock NIC recursively | Ghanan Gowripalan |
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-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 | Support disabling a NIC | gVisor bot |
2020-02-18 | Fix mis-named comment. | Kevin Krakauer |
2020-02-18 | Add nat table support for iptables. | Nayana Bidari |
2020-02-11 | Disallow duplicate NIC names. | gVisor bot |
2020-02-06 | Send DAD event when DAD resolves immediately | Ghanan Gowripalan |
2020-02-06 | Auto-generate link-local address as a SLAAC address | Ghanan Gowripalan |
2020-02-06 | Perform DAD on IPv6 addresses when enabling a NIC | Ghanan Gowripalan |
2020-02-06 | Update link address for targets of Neighbor Adverts | Ghanan Gowripalan |
2020-02-04 | Support RTM_NEWADDR and RTM_GETLINK in (rt)netlink. | Ting-Yu Wang |
2020-01-31 | Use multicast Ethernet address for multicast NDP | Ghanan Gowripalan |
2020-01-30 | Do not include the Source Link Layer option with an unspecified source address | Ghanan Gowripalan |
2020-01-29 | Do not spawn a goroutine when calling stack.NDPDispatcher's methods | Ghanan Gowripalan |