Age | Commit message (Expand) | Author |
2020-11-18 | [netstack] Move SO_KEEPALIVE and SO_ACCEPTCONN option to SocketOptions. | Ayush Ranjan |
2020-11-18 | [netstack] Move SO_REUSEPORT and SO_REUSEADDR option to SocketOptions. | Ayush Ranjan |
2020-11-18 | [netstack] Move SO_NO_CHECK option to SocketOptions. | Ayush Ranjan |
2020-11-18 | Fix loopback subnet routing error | Ghanan Gowripalan |
2020-11-18 | [netstack] Move SO_PASSCRED option to SocketOptions. | Ayush Ranjan |
2020-11-17 | Fix possible deadlock in UDP.Write(). | Bhasker Hariharan |
2020-11-12 | Refactor SOL_SOCKET options | Nayana Bidari |
2020-11-12 | Move packet handling to NetworkEndpoint | Ghanan Gowripalan |
2020-11-11 | Teach netstack how to add options to IPv4 packets | Julian Elischer |
2020-11-06 | Do not send to the zero port | Ghanan Gowripalan |
2020-11-05 | Use stack.Route exclusively for writing packets | Ghanan Gowripalan |
2020-10-27 | Add support for Timestamp and RecordRoute IP options | Julian Elischer |
2020-10-27 | Wake up any waiters on an ICMP error on UDP socket. | Bhasker Hariharan |
2020-10-23 | Support getsockopt for SO_ACCEPTCONN. | Nayana Bidari |
2020-10-22 | Pass NetworkInterface to LinkAddressRequest | Ghanan Gowripalan |
2020-10-11 | Assign ep.effectiveNetProtos in UDP forwarder's CreateEndpoint | patr0nus |
2020-10-09 | Automated rollback of changelist 336304024 | Ghanan Gowripalan |
2020-10-09 | Automated rollback of changelist 336185457 | Bhasker Hariharan |
2020-10-08 | Do not resolve routes immediately | Ghanan Gowripalan |
2020-10-05 | Fix IPv4 ICMP echo handler to copy options | Julian Elischer |
2020-09-29 | Don't allow broadcast/multicast source address | Ghanan Gowripalan |
2020-09-29 | Discard IP fragments as soon as it expires | Toshi Kikuchi |
2020-09-29 | Trim Network/Transport Endpoint/Protocol | Ghanan Gowripalan |
2020-09-29 | Move IP state from NIC to NetworkEndpoint/Protocol | Ghanan Gowripalan |
2020-09-28 | Support creating protocol instances with Stack ref | Ghanan Gowripalan |
2020-09-24 | Remove useless endpoint construction | Tamir Duberstein |
2020-09-23 | Extract ICMP error sender from UDP | Julian Elischer |
2020-09-18 | Use common parsing utilities when sniffing | Ghanan Gowripalan |
2020-09-17 | {Set,Get} SO_LINGER on all endpoints. | Nayana Bidari |
2020-09-15 | Don't conclude broadcast from route destination | Ghanan Gowripalan |
2020-09-14 | Store multicast memberships in a set | Tamir Duberstein |
2020-09-08 | Improve type safety for transport protocol options | Ghanan Gowripalan |
2020-09-02 | Fix Accept to not return error for sockets in accept queue. | Bhasker Hariharan |
2020-08-27 | Improve type safety for socket options | Ghanan Gowripalan |
2020-08-27 | Add function to get error from a tcpip.Endpoint | Ghanan Gowripalan |
2020-08-25 | Only send an ICMP error message if UDP checksum is valid. | Toshi Kikuchi |
2020-08-25 | Add option to replace linkAddrCache with neighborCache | Sam Balana |
2020-08-20 | Skip listening TCP ports when trying to bind a free port. | Bhasker Hariharan |
2020-08-14 | Use a single NetworkEndpoint per NIC per protocol | Ghanan Gowripalan |
2020-08-13 | Migrate to PacketHeader API for PacketBuffer. | Ting-Yu Wang |
2020-08-10 | Populate IPPacketInfo with destination address | Ghanan Gowripalan |
2020-08-08 | Use unicast source for ICMP echo replies | Ghanan Gowripalan |
2020-07-30 | Use brodcast MAC for broadcast IPv4 packets | Ghanan Gowripalan |
2020-07-23 | Add AfterFunc to tcpip.Clock | Sam Balana |
2020-07-11 | Stub out SO_DETACH_FILTER. | Bhasker Hariharan |
2020-07-09 | Discard multicast UDP source address. | gVisor bot |
2020-07-08 | Avoid accidental zero-checksum | Tamir Duberstein |
2020-07-07 | Set IPv4 ID on all non-atomic datagrams | Tony Gong |
2020-06-26 | Implement SO_NO_CHECK socket option. | gVisor bot |
2020-06-24 | Add support for Stack level options. | Bhasker Hariharan |