Age | Commit message (Expand) | Author |
2020-02-25 | Use link-local source address for link-local multicast | Ghanan Gowripalan |
2020-02-24 | Add support for tearing down protocol dispatchers and TIME_WAIT endpoints. | Ian Gudger |
2020-02-21 | Attach LinkEndpoint to NetworkDispatcher immediately | Ghanan Gowripalan |
2020-02-20 | Support disabling a NIC | gVisor bot |
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-01-27 | Refactor to hide C from channel.Endpoint. | Ting-Yu Wang |
2020-01-21 | Merge pull request #1558 from kevinGC:iptables-write-input-drop | gVisor bot |
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-10 | Automated rollback of changelist 288990597 | Ghanan Gowripalan |
2020-01-09 | Separate NDP tests into its own package | Ghanan Gowripalan |
2020-01-09 | Allow clients to store an opaque NICContext with NICs | Bert Muthalaly |
2020-01-08 | Combine various Create*NIC methods into CreateNICWithOptions. | Bert Muthalaly |
2020-01-08 | Remove redundant function argument | Tamir Duberstein |
2020-01-08 | Add NIC.isLoopback() | Bert Muthalaly |
2020-01-07 | Disable auto-generation of IPv6 link-local addresses for loopback NICs | Ghanan Gowripalan |
2020-01-06 | Pass the NIC-internal name to the NIC name function when generating opaque IIDs | Ghanan Gowripalan |
2020-01-03 | Support generating opaque interface identifiers as defined by RFC 7217 | Ghanan Gowripalan |
2019-11-22 | Use PacketBuffers with GSO. | Kevin Krakauer |
2019-11-14 | Use PacketBuffers for outgoing packets. | Kevin Krakauer |
2019-11-06 | Rename nicid to nicID to follow go-readability initialisms | Ghanan Gowripalan |
2019-11-06 | Use PacketBuffers, rather than VectorisedViews, in netstack. | Kevin Krakauer |
2019-10-23 | Inform netstack integrator when Duplicate Address Detection completes | Ghanan Gowripalan |
2019-10-22 | Respect new PrimaryEndpointBehavior when addresses gets promoted to permanent | Ghanan Gowripalan |
2019-10-22 | netstack/tcp: software segmentation offload | Andrei Vagin |
2019-10-22 | Auto-generate an IPv6 link-local address based on the NIC's MAC Address. | Ghanan Gowripalan |
2019-10-14 | Internal change. | gVisor bot |
2019-10-07 | Implement IP_TTL. | Ian Gudger |
2019-10-03 | Implement proper local broadcast behavior | Chris Kuiper |
2019-09-25 | Remove centralized registration of protocols. | Kevin Krakauer |
2019-09-24 | Return only primary addresses in Stack.NICInfo() | Chris Kuiper |
2019-09-06 | Remove reundant global tcpip.LinkEndpointID. | Ian Gudger |
2019-09-04 | Handle subnet and broadcast addresses correctly with NIC.subnets | Chris Kuiper |
2019-08-26 | Prevent a network endpoint to send/rcv if its address was removed | Chris Kuiper |
2019-08-21 | Use tcpip.Subnet in tcpip.Route | Tamir Duberstein |
2019-08-16 | Add subnet checking to NIC.findEndpoint and consolidate with NIC.getRef | Chris Kuiper |
2019-07-30 | Pass ProtocolAddress instead of its fields | Tamir Duberstein |
2019-07-24 | Add support for a subnet prefix length on interface network addresses | Chris Kuiper |
2019-07-12 | Add IPPROTO_RAW, which allows raw sockets to write IP headers. | Kevin Krakauer |
2019-06-13 | Update canonical repository. | Adin Scannell |
2019-04-29 | Change copyright notice to "The gVisor Authors" | Michael Pratt |
2019-03-28 | netstack/fdbased: add generic segmentation offload (GSO) support | Andrei Vagin |
2019-03-19 | Add layer 2 stats (tx, rx) X (packets, bytes) to netstack | Bert Muthalaly |
2019-03-08 | Implement IP_MULTICAST_LOOP. | Ian Gudger |
2019-02-28 | Map IPv{4,6} addresses to ethernet addresses | Tamir Duberstein |
2019-02-27 | Ping support via IPv4 raw sockets. | Kevin Krakauer |
2019-01-29 | Fix NIC endpoint forwarding. | Ian Gudger |