Age | Commit message (Expand) | Author |
2021-08-13 | [syserror] Remove pkg syserror. | Zach Koopmans |
2021-08-12 | [syserror] Convert remaining syserror definitions to linuxerr. | Zach Koopmans |
2021-07-12 | [syserror] Update syserror to linuxerr for more errors. | Zach Koopmans |
2021-06-30 | [syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM. | Zach Koopmans |
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-03-24 | Add POLLRDNORM/POLLWRNORM support. | Bhasker Hariharan |
2021-03-15 | Make netstack (//pkg/tcpip) buildable for 32 bit | Kevin Krakauer |
2021-03-03 | Make dedicated methods for data operations in PacketBuffer | Ting-Yu Wang |
2021-01-28 | Change tcpip.Error to an interface | Tamir Duberstein |
2020-12-22 | Invoke address resolution upon subsequent traffic to Failed neighbor | Peter Johnston |
2020-12-03 | Make `stack.Route` thread safe | Peter Johnston |
2020-11-16 | Remove ARP address workaround | Ghanan Gowripalan |
2020-11-09 | Initialize references with a value of 1. | Dean Deng |
2020-10-23 | Rewrite reference leak checker without finalizers. | Dean Deng |
2020-10-09 | Automated rollback of changelist 336304024 | Ghanan Gowripalan |
2020-10-09 | Automated rollback of changelist 336185457 | Bhasker Hariharan |
2020-10-08 | Do not resolve routes immediately | Ghanan Gowripalan |
2020-08-25 | Use new reference count utility throughout gvisor. | Dean Deng |
2020-08-13 | Migrate to PacketHeader API for PacketBuffer. | Ting-Yu Wang |
2020-08-03 | Plumbing context.Context to DecRef() and Release(). | Nayana Bidari |
2020-07-22 | Support for receiving outbound packets in AF_PACKET. | Bhasker Hariharan |
2020-07-15 | Fix minor bugs in a couple of interface IOCTLs. | Bhasker Hariharan |
2020-06-03 | Pass PacketBuffer as pointer. | Ting-Yu Wang |
2020-03-24 | Move tcpip.PacketBuffer and IPTables to stack package. | Bhasker Hariharan |
2020-03-16 | Enable ARP resolution in TAP devices. | Ting-Yu Wang |
2020-02-21 | Implement tap/tun device in vfs. | Ting-Yu Wang |