Age | Commit message (Expand) | Author |
2020-12-21 | Prefer matching labels and longest matching prefix | Ghanan Gowripalan |
2020-12-21 | Don't modify a packet header when it can be used by other endpoints | Andrei Vagin |
2020-12-21 | RLock Endpoint in raw.Endpoint.HandlePacket | Kevin Krakauer |
2020-12-17 | [netstack] Implement IP(V6)_RECVERR socket option. | Ayush Ranjan |
2020-12-17 | [netstack] Implement MSG_ERRQUEUE flag for recvmsg(2). | Ayush Ranjan |
2020-12-17 | Remove duplicate `return` | Tamir Duberstein |
2020-12-16 | Cleanup locking in multicast group protocol tests | Ghanan Gowripalan |
2020-12-16 | Automated rollback of changelist 346565589 | gVisor bot |
2020-12-16 | Add support to count the number of packets SACKed. | Nayana Bidari |
2020-12-16 | Ensure correctness of saved receive window | Mithun Iyer |
2020-12-15 | Validate router alert's data length | Ghanan Gowripalan |
2020-12-15 | Don't split enabled flag across multicast group state | Ghanan Gowripalan |
2020-12-15 | Fix error code for connect in raw sockets. | Nayana Bidari |
2020-12-15 | Fix a data race in packetEPs | Ting-Yu Wang |
2020-12-14 | Move SO_LINGER option to socketops. | Nayana Bidari |
2020-12-14 | Move SO_ERROR and SO_OOBINLINE option to socketops. | Nayana Bidari |
2020-12-12 | Reduce the memory overhead in IP fragment management | Toshi Kikuchi |
2020-12-12 | Introduce IPv6 extension header serialization facilities | Bruno Dal Bo |
2020-12-11 | Fix panic when IPv4 address is used in sendmsg for IPv6 sockets | Nayana Bidari |
2020-12-11 | [netstack] Decouple tcpip.ControlMessages from the IP control messges. | Ayush Ranjan |
2020-12-10 | Disable host reassembly for fragments. | Bhasker Hariharan |
2020-12-10 | Use specified source address for IGMP/MLD packets | Ghanan Gowripalan |
2020-12-09 | Add support for IP_RECVORIGDSTADDR IP option. | Bhasker Hariharan |
2020-12-09 | [netstack] Make tcpip.Error savable. | Ayush Ranjan |
2020-12-09 | Do not perform IGMP/MLD on loopback interfaces | Ghanan Gowripalan |
2020-12-09 | Cap UDP payload size to length informed in UDP header | Bruno Dal Bo |
2020-12-09 | export MountTempDirectory | Zeling Feng |
2020-12-07 | Export IGMP stats | Arthur Sfez |
2020-12-07 | Remove stale comment | Sam Balana |
2020-12-05 | Fix zero receive window advertisements. | Mithun Iyer |
2020-12-04 | Remove stack.ReadOnlyAddressableEndpointState | Ghanan Gowripalan |
2020-12-04 | Introduce IPv4 options serializer and add RouterAlert to IGMP | Bruno Dal Bo |
2020-12-03 | Make `stack.Route` thread safe | Peter Johnston |
2020-12-03 | Support partitions for other tests. | Adin Scannell |
2020-12-02 | Extract ICMPv4/v6 specific stats to their own types | Arthur Sfez |
2020-12-02 | Abandon reassembly of a packet if fragments overlap | Arthur Sfez |
2020-12-02 | [netstack] Add back EndpointInfo struct in tcp. | Ayush Ranjan |
2020-12-01 | Deflake stack_test.TestRouterSolicitation | Ghanan Gowripalan |
2020-12-01 | Correctly lock when listing neighbor entries | Ghanan Gowripalan |
2020-12-01 | Track join count in multicast group protocol state | Ghanan Gowripalan |
2020-11-30 | Fix deadlock in UDP handleControlPacket path. | Bhasker Hariharan |
2020-11-30 | Add more fragment reassembly tests | Toshi Kikuchi |
2020-11-30 | Perform IGMP/MLD when the NIC is enabled/disabled | Ghanan Gowripalan |
2020-11-27 | Don't add a temporary address to send DAD/RS packets | Ghanan Gowripalan |
2020-11-26 | [netstack] Add SOL_TCP options to SocketOptions. | Ayush Ranjan |
2020-11-25 | [netstack] Add SOL_IP and SOL_IPV6 options to SocketOptions. | Ayush Ranjan |
2020-11-25 | Support listener-side MLDv1 | Ghanan Gowripalan |
2020-11-25 | Make stack.Route safe to access concurrently | Ghanan Gowripalan |
2020-11-24 | Correctly lock when removing neighbor entries | Sam Balana |
2020-11-24 | Report correct pointer value for "bad next header" ICMP error | Julian Elischer |