Age | Commit message (Expand) | Author |
2021-09-23 | Pass AddressableEndpoint to IPTables | Ghanan Gowripalan |
2021-09-23 | Implement S/R for TransportEndpointStats | Tamir Duberstein |
2021-09-23 | Compose ICMP endpoint with datagram-based endpoint | Ghanan Gowripalan |
2021-09-23 | Introduce method per iptables hook | Ghanan Gowripalan |
2021-09-23 | Avoid listenContext.listenEP when it is the receiver | Tamir Duberstein |
2021-09-22 | Track UDP connections | Ghanan Gowripalan |
2021-09-22 | Fold rcv_test into tcp_test | Tamir Duberstein |
2021-09-22 | Do not rate limit ICMP Echos by default | Bruno Dal Bo |
2021-09-22 | Populate forwarded packet buffer's TransportHeader | Ghanan Gowripalan |
2021-09-21 | Handle Shutdown on connecting tcp socket | Arthur Sfez |
2021-09-21 | Deliver endpoints to the accept queue synchronously when possible | Arthur Sfez |
2021-09-20 | Support getsockname for packet sockets | Ghanan Gowripalan |
2021-09-20 | Do not allow unbinding network protocol | Ghanan Gowripalan |
2021-09-19 | Support IPV6_RECVPKTINFO on UDP sockets | Ghanan Gowripalan |
2021-09-18 | Avoid ambient clock on ICMP Rate Limiter | Bruno Dal Bo |
2021-09-17 | Allow rebinding packet socket protocol | Ghanan Gowripalan |
2021-09-17 | Fix lock ordering violation | Ghanan Gowripalan |
2021-09-16 | Allow creating packet socket bound to any protocol | Ghanan Gowripalan |
2021-09-16 | Annotate checklocks on mutex protected fields | Ghanan Gowripalan |
2021-09-16 | Don't allow binding to broadcast on ICMP sockets | Ghanan Gowripalan |
2021-09-15 | Annotate checklocks on mutex protected fields | Ghanan Gowripalan |
2021-09-15 | Annotate checklocks on mutex protected fields | Ghanan Gowripalan |
2021-09-15 | Pass address properties in a single struct | Tony Gong |
2021-09-14 | Compose raw IP with datagram-based endpoint | Ghanan Gowripalan |
2021-09-14 | Explicitly bind endpoint to a NIC | Ghanan Gowripalan |
2021-09-14 | Fix bug in RecvMMsgDispatcher. | Bhasker Hariharan |
2021-09-14 | Defer mutex unlocking | Ghanan Gowripalan |
2021-09-13 | Accept packets destined to bound address | Ghanan Gowripalan |
2021-09-13 | Set NICID before delivering packet to raw endpoint | Ghanan Gowripalan |
2021-09-13 | Separate IPv4 ToS & IPv6 TClass in dgram endpoint | Ghanan Gowripalan |
2021-09-13 | Support anonymous structs in checklocks. | Adin Scannell |
2021-09-09 | Remove linux-compat loopback hacks from packet endpoint | Ghanan Gowripalan |
2021-09-09 | Remove link/packetsocket | Ghanan Gowripalan |
2021-09-07 | Remove protocolMainLoop unused return value | Arthur Sfez |
2021-09-01 | Support sending with packet sockets | Ghanan Gowripalan |
2021-09-01 | Out-of-order segment should not block in-sequence segments. | Bhasker Hariharan |
2021-09-01 | Extract network datagram endpoint common facilities | Ghanan Gowripalan |
2021-08-30 | Avoid pseudo endpoint for TSVal generation | Zeling Feng |
2021-08-27 | Add LinkEndpoint.WriteRawPacket with stubs | Ghanan Gowripalan |
2021-08-26 | Add Stack.Seed() back | Zeling Feng |
2021-08-26 | Centralize TCP timestamp logic | Tamir Duberstein |
2021-08-26 | Avoid unhandled error warnings | Tamir Duberstein |
2021-08-26 | Remove unused argument | Tamir Duberstein |
2021-08-26 | Pass must-not-be-nil by value | Tamir Duberstein |
2021-08-25 | Improve TestTimestampSynCookies | Zeling Feng |
2021-08-25 | Avoid the appearance of allocation | Tamir Duberstein |
2021-08-24 | Measure RTT during handshake since Linux does the same | Zeling Feng |
2021-08-19 | Add loopback interface as an ethernet-based device | Ghanan Gowripalan |
2021-08-19 | Use a hash function to generate tcp timestamp offset | Zeling Feng |
2021-08-18 | Split TCP secrets from Stack to tcp.protocol | Zeling Feng |