Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-25 | Convert DelayOption to the newer/faster SockOpt int type. | Ian Gudger | |
DelayOption is set on all new endpoints in gVisor. PiperOrigin-RevId: 276746791 | |||
2019-10-23 | Merge release-20190806.1-315-g6d4d956 (automated) | gVisor bot | |
2019-10-23 | Merge pull request #641 from tanjianfeng:master | gVisor bot | |
PiperOrigin-RevId: 276380008 | |||
2019-10-21 | Merge release-20190806.1-295-g12235d5 (automated) | gVisor bot | |
2019-10-21 | AF_PACKET support for netstack (aka epsocket). | Kevin Krakauer | |
Like (AF_INET, SOCK_RAW) sockets, AF_PACKET sockets require CAP_NET_RAW. With runsc, you'll need to pass `--net-raw=true` to enable them. Binding isn't supported yet. PiperOrigin-RevId: 275909366 | |||
2019-10-16 | Reorder BUILD license and load functions in gvisor. | Kevin Krakauer | |
PiperOrigin-RevId: 275139066 | |||
2019-10-15 | epsocket: support /proc/net/snmp | Jianfeng Tan | |
Netstack has its own stats, we use this to fill /proc/net/snmp. Note that some metrics are not recorded in Netstack, which will be shown as 0 in the proc file. Signed-off-by: Jianfeng Tan <henry.tjf@antfin.com> Change-Id: Ie0089184507d16f49bc0057b4b0482094417ebe1 | |||
2019-10-15 | netstack: add counters for tcp CurrEstab and EstabResets | Jianfeng Tan | |
Signed-off-by: Jianfeng Tan <henry.tjf@antfin.com> | |||
2019-10-15 | Merge release-20190806.1-270-gbfa0bb2 (automated) | gVisor bot | |
2019-10-14 | Internal change. | gVisor bot | |
PiperOrigin-RevId: 274700093 | |||
2019-10-10 | Merge release-20190806.1-262-gc7e901f (automated) | gVisor bot | |
2019-10-10 | Fix bugs in fragment handling. | Bhasker Hariharan | |
Strengthen the header.IPv4.IsValid check to correctly check for IHL/TotalLength fields. Also add a check to make sure fragmentOffsets + size of the fragment do not cause a wrap around for the end of the fragment. PiperOrigin-RevId: 274049313 | |||
2019-10-10 | Merge release-20190806.1-256-gbf870c1 (automated) | gVisor bot | |
2019-10-09 | Internal change. | gVisor bot | |
PiperOrigin-RevId: 273861936 | |||
2019-10-08 | Merge release-20190806.1-247-g7c1587e (automated) | gVisor bot | |
2019-10-07 | Implement IP_TTL. | Ian Gudger | |
Also change the default TTL to 64 to match Linux. PiperOrigin-RevId: 273430341 | |||
2019-10-07 | Merge release-20190806.1-244-g6a98237 (automated) | gVisor bot | |
2019-10-07 | Rename epsocket to netstack. | Kevin Krakauer | |
PiperOrigin-RevId: 273365058 |