Age | Commit message (Expand) | Author |
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 |
2020-11-24 | Track number of packets queued to Failed neighbors | Sam Balana |
2020-11-24 | Extract IGMPv2 core state machine | Ghanan Gowripalan |
2020-11-24 | Deduplicate code in ipv6.protocol | Ghanan Gowripalan |
2020-11-23 | Use time.Duration for IGMP Max Response Time field | Ghanan Gowripalan |
2020-11-19 | Perform IGMPv2 when joining IPv4 multicast groups | Ryan Heacock |
2020-11-19 | Add types to parse MLD messages | Ghanan Gowripalan |
2020-11-19 | Fix possible panic due to bad data. | Julian Elischer |
2020-11-19 | Propagate IP address prefix from host to netstack | Fabricio Voznika |
2020-11-19 | Require sync.Mutex to lock and unlock from the same goroutine | Michael Pratt |
2020-11-19 | Don't hold AddressEndpoints for multicast addresses | Ghanan Gowripalan |
2020-11-19 | Remove unused NoChecksumOption | Bruno Dal Bo |
2020-11-19 | Fix some code not using NewPacketBuffer for creating a PacketBuffer. | Ting-Yu Wang |
2020-11-18 | [netstack] Move SO_KEEPALIVE and SO_ACCEPTCONN option to SocketOptions. | Ayush Ranjan |
2020-11-18 | Remove unused methods from stack.Route | Ghanan Gowripalan |
2020-11-18 | [netstack] Move SO_REUSEPORT and SO_REUSEADDR option to SocketOptions. | Ayush Ranjan |
2020-11-18 | Automated rollback of changelist 342700744 | Nayana Bidari |
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-18 | Introduce stack.WritePacketToRemote, remove LinkEndpoint.WriteRawPacket | Bruno Dal Bo |
2020-11-17 | Remove sniffer from gonet_test. | Bhasker Hariharan |
2020-11-17 | Fix endpoint.Read() when endpoint is in StateError. | Bhasker Hariharan |
2020-11-17 | Add per-sniffer instance log prefix | Bruno Dal Bo |
2020-11-17 | Fix possible deadlock in UDP.Write(). | Bhasker Hariharan |
2020-11-17 | Fix SO_ERROR behavior for TCP in gVisor. | Bhasker Hariharan |
2020-11-16 | Remove ARP address workaround | Ghanan Gowripalan |
2020-11-16 | Clean up fragmentation.Process | Toshi Kikuchi |
2020-11-16 | Automated rollback of changelist 342312166 | Bhasker Hariharan |
2020-11-16 | Automated rollback of changelist 340274194 | Dean Deng |
2020-11-13 | Requested Comment/Message wording changes | Julian Elischer |
2020-11-13 | RACK: Detect DSACK | Nayana Bidari |
2020-11-13 | Decrement TTL/Hop Limit when forwarding IP packets | Ghanan Gowripalan |
2020-11-13 | Refactor loss recovery in TCP. | Nayana Bidari |
2020-11-12 | Refactor SOL_SOCKET options | Nayana Bidari |
2020-11-12 | Change AllocationSize to SizeWithPadding as requested | Julian Elischer |
2020-11-12 | Pad with a loop rather than a copy from an allocation. | Julian Elischer |
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-09 | Skip `EventHUp` notify in `FIN_WAIT2` on a socket close. | Mithun Iyer |
2020-11-09 | net: connect to the ipv4 localhost returns ENETUNREACH if the address isn't set | Andrei Vagin |
2020-11-09 | Initialize references with a value of 1. | Dean Deng |
2020-11-06 | Trim link headers from buffer clone when sniffing | Ghanan Gowripalan |
2020-11-06 | Return early in walkSACK if segment has no SACK blocks. | Bhasker Hariharan |
2020-11-06 | Do not send to the zero port | Ghanan Gowripalan |
2020-11-05 | Cache addressEndpoint.addr.Subnet() to avoid allocations. | Bhasker Hariharan |
2020-11-05 | Use stack.Route exclusively for writing packets | Ghanan Gowripalan |
2020-11-04 | Unlock tcp endpoint mutex before blocking forever. | Dean Deng |