Age | Commit message (Expand) | Author |
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 |
2021-06-25 | Remove sndQueue as its pointless now. | Bhasker Hariharan |
2021-06-24 | Incrementally update checksum when NAT-ing | Ghanan Gowripalan |
2021-06-24 | Refactor default router state to off-link route state | Ghanan Gowripalan |
2021-06-24 | Internal change. | Jamie Liu |
2021-06-22 | Wake up Writers when tcp socket is shutdown for writes. | Bhasker Hariharan |
2021-06-22 | netstack: further deflake tcp_test | Kevin Krakauer |
2021-06-21 | clean up tcpdump TODOs | Kevin Krakauer |
2021-06-21 | Use fake clocks in NDP tests | Ghanan Gowripalan |
2021-06-21 | netstack: don't ACK SYNs in TIME-WAIT | Kevin Krakauer |
2021-06-18 | Add endpoints to map only if registerEndpoint succeeds. | Bhasker Hariharan |
2021-06-18 | Include off-link route's preference in update events | Ghanan Gowripalan |
2021-06-17 | raw sockets: don't overwrite destination address | Kevin Krakauer |
2021-06-16 | Fix broken hdrincl test | Kevin Krakauer |
2021-06-14 | Support parsing Prf field in RAs | Ghanan Gowripalan |
2021-06-14 | Rename DefaultRouter event to OffLinkRoute event | Ghanan Gowripalan |
2021-06-14 | Cleanup iptables bug TODOs | Kevin Krakauer |
2021-06-14 | Always accept discovered configurations from NDP | Ghanan Gowripalan |
2021-06-09 | Merge pull request #6128 from kevinGC:fanout-pid | gVisor bot |
2021-06-09 | Avoid fanout group collisions with best effort | Kevin Krakauer |
2021-06-07 | Exclusively lock IPv6 EP when modifying addresses | Ghanan Gowripalan |
2021-06-05 | Use the NIC packets arrived at when filtering | Ghanan Gowripalan |
2021-06-04 | Honor data and FIN from the ACK completing handshake | Mithun Iyer |
2021-06-01 | Ensure full shutdown of endpoint on notifyClose | Mithun Iyer |