Age | Commit message (Expand) | Author |
2021-10-07 | Add a new metric to detect the number of spurious loss recoveries. | Nayana Bidari |
2021-10-01 | Move pendingEndpoints to acceptQueue | Tamir Duberstein |
2021-09-29 | Avoid comparisons to zero value of acceptQueue | Tamir Duberstein |
2021-09-29 | Rename accepted -> acceptQueue | Tamir Duberstein |
2021-09-29 | Remove syncRcvdCount | Tamir Duberstein |
2021-09-27 | Implement S/R for Stats | Tamir Duberstein |
2021-09-22 | Track UDP connections | 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-08-30 | Avoid pseudo endpoint for TSVal generation | Zeling Feng |
2021-08-26 | Centralize TCP timestamp logic | Tamir Duberstein |
2021-08-26 | Pass must-not-be-nil by value | Tamir Duberstein |
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 |
2021-08-12 | Add support for TCP send buffer auto tuning. | Nayana Bidari |
2021-07-20 | Enable RACK by default in netstack. | Nayana Bidari |
2021-07-14 | Set tcp endpoint state atomically | Tamir Duberstein |
2021-07-08 | Do not queue zero sized segments. | Bhasker Hariharan |
2021-07-01 | Mix checklocks and atomic analyzers. | Adin Scannell |
2021-06-25 | Remove sndQueue as its pointless now. | Bhasker Hariharan |
2021-06-22 | Wake up Writers when tcp socket is shutdown for writes. | Bhasker Hariharan |
2021-05-26 | Use the stack RNG everywhere | Tamir Duberstein |
2021-05-26 | Use the stack clock everywhere | Tamir Duberstein |
2021-05-22 | Remove detritus | Tamir Duberstein |
2021-05-20 | Add protocol state to TCPINFO | Mithun Iyer |
2021-05-13 | Apply SWS avoidance to ACKs with window updates | Mithun Iyer |
2021-05-05 | Fix a race in reading last seen ICMP error during handshake | Mithun Iyer |
2021-04-22 | Fix AF_UNIX listen() w/ zero backlog. | Bhasker Hariharan |
2021-04-21 | Only carry GSO options in the packet buffer | Ghanan Gowripalan |
2021-04-20 | Move SO_RCVBUF to socketops. | Nayana Bidari |
2021-04-19 | De-duplicate TCP state in TCPEndpointState vs tcp.endpoint | Nick Brown |
2021-04-16 | Enlarge port range and fix integer overflow | Kevin Krakauer |
2021-04-13 | Fix listener close, client connect race | Mithun Iyer |
2021-04-10 | Use the SecureRNG to generate listener nonces | Tamir Duberstein |
2021-04-10 | Don't store accepted endpoints in a channel | Tamir Duberstein |
2021-04-09 | Move maxListenBacklog check to sentry | Mithun Iyer |
2021-04-05 | Fix listen backlog handling to be in parity with Linux | Mithun Iyer |
2021-03-24 | Add POLLRDNORM/POLLWRNORM support. | Bhasker Hariharan |
2021-03-24 | Unexpose immutable fields in stack.Route | Nick Brown |
2021-03-16 | Fix a race with synRcvdCount and accept | Mithun Iyer |
2021-03-11 | improve readability of ports package | Kevin Krakauer |
2021-03-08 | Implement /proc/sys/net/ipv4/ip_local_port_range | Kevin Krakauer |
2021-03-03 | Make dedicated methods for data operations in PacketBuffer | Ting-Yu Wang |
2021-03-03 | Add checklocks analyzer. | Bhasker Hariharan |
2021-03-01 | tcp: endpoint.Write has to send all data that has been read from payload | Andrei Vagin |
2021-02-26 | Fix panic due to zero length writes in TCP. | Bhasker Hariharan |
2021-02-09 | Add support for setting SO_SNDBUF for unix domain sockets. | Bhasker Hariharan |
2021-02-02 | Add support for rate limiting out of window ACKs. | Bhasker Hariharan |
2021-02-01 | Refactor HandleControlPacket/SockError | Ghanan Gowripalan |
2021-01-28 | RACK: Update reorder window. | Nayana Bidari |