Age | Commit message (Expand) | Author |
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 |
2021-08-13 | [syserror] Remove pkg syserror. | Zach Koopmans |
2021-08-13 | Free multicastMemberships on UDP endpoint close | Ghanan Gowripalan |
2021-08-12 | [syserror] Convert remaining syserror definitions to linuxerr. | Zach Koopmans |
2021-08-12 | Add support for TCP send buffer auto tuning. | Nayana Bidari |
2021-08-11 | [op] Make PacketBuffer Clone() do a deeper copy. | Ayush Ranjan |
2021-08-05 | Automated rollback of changelist 384508720 | Kevin Krakauer |
2021-07-30 | Support RTM_DELLINK | Zeling Feng |
2021-07-30 | checklinkname: rudimentary type-checking of linkname directives | Michael Pratt |
2021-07-28 | Explicitly encode the pcap packet headers to reduce CPU cost of pcap generation. | gVisor bot |
2021-07-21 | Add metric to count number of segments acknowledged by DSACK. | Nayana Bidari |
2021-07-20 | Enable RACK by default in netstack. | Nayana Bidari |
2021-07-20 | Expose local address from raw sockets | Ghanan Gowripalan |
2021-07-20 | Add go:build directives as required by Go 1.17's gofmt. | Jamie Liu |
2021-07-15 | netstack: support SO_RCVBUFFORCE | Kevin Krakauer |
2021-07-14 | Set tcp endpoint state atomically | Tamir Duberstein |
2021-07-13 | netstack: atomically update buffer sizes | Kevin Krakauer |
2021-07-13 | Deflake TestRouterSolicitation | Ghanan Gowripalan |
2021-07-12 | netstack: move SO_SNDBUF/RCVBUF clamping logic out of //pkg/tcpip | Kevin Krakauer |
2021-07-12 | [syserror] Update syserror to linuxerr for more errors. | Zach Koopmans |
2021-07-12 | Prevent interleaving in sniffer pcap output | Tamir Duberstein |
2021-07-08 | Do not queue zero sized segments. | Bhasker Hariharan |
2021-07-07 | Move time.Now() call to sniffer | Tamir Duberstein |
2021-07-07 | Use time package-level variable | Tamir Duberstein |
2021-07-02 | Discover more specific routes as per RFC 4191 | Ghanan Gowripalan |
2021-07-01 | Mix checklocks and atomic analyzers. | Adin Scannell |
2021-07-01 | Fix bug with TCP bind w/ SO_REUSEADDR. | Bhasker Hariharan |
2021-06-30 | Implement fmt.Stringer for NDPRoutePreference | Ghanan Gowripalan |
2021-06-30 | [syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM. | Zach Koopmans |
2021-06-29 | Support parsing NDP Route Information option | Ghanan Gowripalan |
2021-06-29 | Merge pull request #6085 from liornm:fix-tun-no_pi | gVisor bot |
2021-06-29 | [syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVAL | Zach Koopmans |
2021-06-29 | Fix TUN IFF_NO_PI bug | liornm |
2021-06-28 | netstack: deflake TestSynRcvdBadSeqNumber | Kevin Krakauer |