Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-08 | Merge release-20200928.0-71-g6768e6c59 (automated) | gVisor bot | |
2020-10-08 | Do not resolve routes immediately | Ghanan Gowripalan | |
When a response needs to be sent to an incoming packet, the stack should consult its neighbour table to determine the remote address's link address. When an entry does not exist in the stack's neighbor table, the stack should queue the packet while link resolution completes. See comments. PiperOrigin-RevId: 336185457 | |||
2020-08-28 | Merge release-20200818.0-78-g421e35020 (automated) | gVisor bot | |
2020-08-27 | [go-marshal] Enable auto-marshalling for tundev. | Ayush Ranjan | |
PiperOrigin-RevId: 328863725 | |||
2020-08-06 | Merge release-20200804.0-29-g63447e5af (automated) | gVisor bot | |
2020-08-06 | Only register /dev/net/tun if supported. | Dean Deng | |
PiperOrigin-RevId: 325266487 | |||
2020-08-03 | Merge release-20200622.1-313-gb2ae7ea1b (automated) | gVisor bot | |
2020-08-03 | Plumbing context.Context to DecRef() and Release(). | Nayana Bidari | |
context is passed to DecRef() and Release() which is needed for SO_LINGER implementation. PiperOrigin-RevId: 324672584 | |||
2020-06-24 | Merge release-20200608.0-122-g58880bf55 (automated) | gVisor bot | |
2020-06-24 | Port /dev/net/tun device to VFS2. | Nicolas Lacasse | |
Updates #2912 #1035 PiperOrigin-RevId: 318162565 |