Age | Commit message (Expand) | Author |
---|---|---|
2019-08-21 | Support binding to multicast and broadcast addresses | Chris Kuiper |
2019-07-19 | Handle interfaceAddr and NIC options separately for IP_MULTICAST_IF | Chris Kuiper |
2019-05-02 | Support reception of multicast data on more than one socket | Chris Kuiper |
2019-04-29 | Change copyright notice to "The gVisor Authors" | Michael Pratt |
2019-03-09 | Fix getsockopt(IP_MULTICAST_IF). | Ian Gudger |
2019-03-08 | Implement IP_MULTICAST_LOOP. | Ian Gudger |
2019-02-15 | Implement IP_MULTICAST_IF. | Ian Gudger |
2019-02-08 | Use socket address functions in unbound IPv4 UDP tests. | Ian Gudger |
2019-02-07 | Plumb IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP to netstack. | Ian Gudger |