Age | Commit message (Expand) | Author |
2020-09-09 | Improve type safety for transport protocol options | Ghanan Gowripalan |
2020-09-09 | Fix Accept to not return error for sockets in accept queue. | Bhasker Hariharan |
2020-09-09 | Improve type safety for socket options | Ghanan Gowripalan |
2020-09-09 | Add function to get error from a tcpip.Endpoint | Ghanan Gowripalan |
2020-09-09 | Only send an ICMP error message if UDP checksum is valid. | Toshi Kikuchi |
2020-09-09 | Add option to replace linkAddrCache with neighborCache | Sam Balana |
2020-09-09 | Skip listening TCP ports when trying to bind a free port. | Bhasker Hariharan |
2020-08-19 | 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 |
2020-06-23 | Add support for SO_REUSEADDR to TCP sockets/endpoints. | Ian Gudger |
2020-06-19 | Implement UDP cheksum verification. | gVisor bot |
2020-06-18 | Support setsockopt SO_SNDBUF/SO_RCVBUF for raw/udp sockets. | Bhasker Hariharan |
2020-06-10 | Add support for SO_REUSEADDR to UDP sockets/endpoints. | Ian Gudger |
2020-06-09 | Fix write hang bug found by syzkaller. | gVisor bot |
2020-06-07 | netstack: parse incoming packet headers up-front | Kevin Krakauer |
2020-06-05 | Fix copylocks error about copying IPTables. | Ting-Yu Wang |
2020-06-03 | Pass PacketBuffer as pointer. | Ting-Yu Wang |
2020-05-20 | Internal change. | gVisor bot |
2020-05-01 | Automated rollback of changelist 308674219 | Kevin Krakauer |
2020-04-27 | Automated rollback of changelist 308163542 | gVisor bot |
2020-04-23 | Remove View.First() and View.RemoveFirst() | Kevin Krakauer |
2020-04-21 | Automated rollback of changelist 307477185 | gVisor bot |
2020-04-17 | Remove View.First() and View.RemoveFirst() | Kevin Krakauer |
2020-04-17 | Permit setting unknown options | Tamir Duberstein |
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-03-26 | Support owner matching for iptables. | Nayana Bidari |
2020-03-24 | Move tcpip.PacketBuffer and IPTables to stack package. | Bhasker Hariharan |
2020-03-03 | Fix datarace on TransportEndpointInfo.ID and clean up semantics. | Ian Gudger |
2020-02-24 | Add support for tearing down protocol dispatchers and TIME_WAIT endpoints. | Ian Gudger |
2020-02-18 | Enable IPV6_RECVTCLASS socket option for datagram sockets | gVisor bot |
2020-02-13 | Internal change. | gVisor bot |
2020-01-27 | Refactor to hide C from channel.Endpoint. | Ting-Yu Wang |
2020-01-27 | Standardize on tools directory. | Adin Scannell |
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-14 | Implement {g,s}etsockopt(IP_RECVTOS) for UDP sockets | Tamir Duberstein |
2020-01-13 | Fix test building. | Kevin Krakauer |