Age | Commit message (Expand) | Author |
2020-11-12 | Refactor SOL_SOCKET options | Nayana Bidari |
2020-11-12 | Move packet handling to NetworkEndpoint | Ghanan Gowripalan |
2020-11-05 | Use stack.Route exclusively for writing packets | Ghanan Gowripalan |
2020-10-20 | Fix nogo tests. | Ting-Yu Wang |
2020-09-29 | Trim Network/Transport Endpoint/Protocol | Ghanan Gowripalan |
2020-09-28 | Support creating protocol instances with Stack ref | Ghanan Gowripalan |
2020-09-23 | Extract ICMP error sender from UDP | Julian Elischer |
2020-09-20 | Merge pull request #3651 from ianlewis:ip-forwarding | gVisor bot |
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-17 | Merge branch 'master' into ip-forwarding | Ian Lewis |
2020-08-13 | Migrate to PacketHeader API for PacketBuffer. | Ting-Yu Wang |
2020-06-10 | Add support for SO_REUSEADDR to UDP sockets/endpoints. | Ian Gudger |
2020-06-07 | netstack: parse incoming packet headers up-front | Kevin Krakauer |
2020-06-03 | Pass PacketBuffer as pointer. | Ting-Yu Wang |
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-03-26 | Support owner matching for iptables. | Nayana Bidari |
2020-03-24 | Move tcpip.PacketBuffer and IPTables to stack package. | Bhasker Hariharan |
2020-03-11 | Automated rollback of changelist 300217972 | gVisor bot |
2020-03-10 | Honour the link's MaxHeaderLength when forwarding | Ghanan Gowripalan |
2020-02-24 | Add support for tearing down protocol dispatchers and TIME_WAIT endpoints. | Ian Gudger |
2020-01-27 | Refactor to hide C from channel.Endpoint. | Ting-Yu Wang |
2020-01-08 | Introduce tcpip.SockOptBool | Tamir Duberstein |
2020-01-08 | Rename tcpip.SockOpt{,Int} | Tamir Duberstein |
2019-11-14 | Use PacketBuffers for outgoing packets. | Kevin Krakauer |
2019-11-06 | Use PacketBuffers, rather than VectorisedViews, in netstack. | Kevin Krakauer |
2019-10-30 | Store endpoints inside multiPortEndpoint in a sorted order | Andrei Vagin |
2019-10-29 | Add endpoint tracking to the stack. | Ian Gudger |
2019-10-29 | Allow waiting for Endpoint worker goroutines to finish. | Ian Gudger |
2019-10-27 | Add /proc/sys/net/ipv4/ip_forward | aleksej |
2019-10-14 | Internal change. | gVisor bot |
2019-10-09 | Internal change. | gVisor bot |
2019-10-07 | Implement IP_TTL. | Ian Gudger |
2019-09-27 | Implement SO_BINDTODEVICE sockopt | gVisor bot |
2019-09-25 | Remove centralized registration of protocols. | Kevin Krakauer |
2019-09-23 | netstack: convert more socket options to {Set,Get}SockOptInt | Andrei Vagin |
2019-09-12 | Implement splice methods for pipes and sockets. | Adin Scannell |
2019-09-06 | Remove reundant global tcpip.LinkEndpointID. | Ian Gudger |
2019-09-03 | Make UDP traceroute work. | Bhasker Hariharan |
2019-08-21 | Use tcpip.Subnet in tcpip.Route | Tamir Duberstein |
2019-08-16 | netstack: disconnect an unix socket only if the address family is AF_UNSPEC | Andrei Vagin |
2019-08-14 | Replace uinptr with int64 when returning lengths | Tamir Duberstein |
2019-08-08 | netstack: Don't start endpoint goroutines too soon on restore. | Rahat Mahmood |
2019-08-02 | Plumbing for iptables sockopts. | Kevin Krakauer |