Age | Commit message (Expand) | Author |
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 |
2020-01-28 | Include the NDP Source Link Layer option when sending DAD messages | Ghanan Gowripalan |
2020-01-27 | Refactor to hide C from channel.Endpoint. | Ting-Yu Wang |
2020-01-27 | Standardize on tools directory. | Adin Scannell |
2020-01-24 | Lock the NIC when checking if an address is tentative | Ghanan Gowripalan |
2020-01-24 | Increase timeouts for NDP tests' async events | Ghanan Gowripalan |
2020-01-22 | Use embedded mutex pattern for stack.NIC | Ghanan Gowripalan |
2020-01-21 | Merge pull request #1558 from kevinGC:iptables-write-input-drop | gVisor bot |
2020-01-17 | Filter out received packets with a local source IP address. | Eyal Soha |
2020-01-17 | Remove addPermanentAddressLocked | Tamir Duberstein |
2020-01-15 | Support upgrading expired/removed IPv6 addresses to permanent SLAAC addresses | Ghanan Gowripalan |
2020-01-15 | Solicit IPv6 routers when a NIC becomes enabled as a host | Ghanan Gowripalan |
2020-01-14 | Changes TCP packet dispatch to use a pool of goroutines. | Bhasker Hariharan |
2020-01-14 | Implement {g,s}etsockopt(IP_RECVTOS) for UDP sockets | Tamir Duberstein |
2020-01-13 | Do Source Address Selection when choosing an IPv6 source address | Ghanan Gowripalan |
2020-01-13 | Fix test building. | Kevin Krakauer |
2020-01-13 | Allow dual stack sockets to operate on AF_INET | Tamir Duberstein |
2020-01-13 | Merge branch 'master' into iptables-write-input-drop | Kevin Krakauer |
2020-01-10 | Automated rollback of changelist 288990597 | Ghanan Gowripalan |
2020-01-09 | New sync package. | Ian Gudger |
2020-01-09 | Inform NDPDispatcher when Stack learns about available configurations via DHCPv6 | Ghanan Gowripalan |
2020-01-09 | Separate NDP tests into its own package | Ghanan Gowripalan |
2020-01-09 | Change BindToDeviceOption to store NICID | Eyal Soha |
2020-01-09 | Allow clients to store an opaque NICContext with NICs | Bert Muthalaly |
2020-01-08 | CancellableTimer to encapsulate the work of safely stopping timers | Ghanan Gowripalan |
2020-01-08 | Getting a panic when running tests. For some reason the filter table is | Kevin Krakauer |
2020-01-08 | Introduce tcpip.SockOptBool | Tamir Duberstein |
2020-01-08 | Combine various Create*NIC methods into CreateNICWithOptions. | Bert Muthalaly |
2020-01-08 | Rename tcpip.SockOpt{,Int} | Tamir Duberstein |