Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-19 | WIP add tuntap fd | Mikael Magnusson | |
2020-03-18 | WIP LoadFromBytes | Mikael Magnusson | |
2020-03-18 | WIP add Netplan to config struct | Mikael Magnusson | |
2020-03-18 | WIP create Config struct | Mikael Magnusson | |
2020-03-18 | WIP move config to separate package | Mikael Magnusson | |
2020-03-18 | WIP create wireguard link package | Mikael Magnusson | |
2020-03-18 | Adapt for ARM64 | Mikael Magnusson | |
2020-03-17 | WIP mod | Mikael Magnusson | |
2020-03-17 | WIP fix handlePacket call | Mikael Magnusson | |
2020-03-17 | WIP doc | Mikael Magnusson | |
2020-03-17 | WIP DHCP FSM | Mikael Magnusson | |
2020-03-17 | WIP debug | Mikael Magnusson | |
2020-03-17 | WIP mark | Mikael Magnusson | |
2020-03-17 | WIP add wg tunnel | Mikael Magnusson | |
2020-03-17 | Implement weak host model | Mikael Magnusson | |
Use weak host model if forwarding is enabled. | |||
2020-03-17 | WIP Time Exceeded | Mikael Magnusson | |
2020-03-17 | WIP Dont fragment | Mikael Magnusson | |
2020-03-17 | WIP SendIcmp | Mikael Magnusson | |
2020-03-17 | Update the TTL field in forwarded packets | Mikael Magnusson | |
Closes: #1085 | |||
2020-03-17 | Merge release-20200219.0-187-g42d78ba (automated) | gVisor bot | |
2020-03-17 | Remove HostFS from Sentry. | Zach Koopmans | |
PiperOrigin-RevId: 301402181 | |||
2020-03-17 | Merge release-20200219.0-186-g3192e55 (automated) | gVisor bot | |
2020-03-17 | Packetimpact in Go with c++ stub | Eyal Soha | |
PiperOrigin-RevId: 301382690 | |||
2020-03-17 | Merge release-20200219.0-185-gb55f0e5 (automated) | gVisor bot | |
2020-03-16 | fdtable: don't try to zap fdtable entry if close is called for non-existing fd | Andrei Vagin | |
FDTable.setAll is used to zap entries, but it grows the table up to a specified fd. Reported-by: syzbot+9e281b0750d2d4caa190@syzkaller.appspotmail.com PiperOrigin-RevId: 301280000 | |||
2020-03-16 | Merge release-20200219.0-184-g2a6c436 (automated) | gVisor bot | |
2020-03-16 | Enforce file size rlimits in VFS2 | Fabricio Voznika | |
Updates #1035 PiperOrigin-RevId: 301255357 | |||
2020-03-16 | Merge release-20200219.0-183-g0f60799 (automated) | gVisor bot | |
2020-03-16 | Add calls to vfs.CheckSetStat to fsimpls | Fabricio Voznika | |
Only gofer filesystem was calling vfs.CheckSetStat for vfs.FilesystemImpl.SetStatAt and vfs.FileDescriptionImpl.SetStat. Updates #1193, #1672, #1197 PiperOrigin-RevId: 301226522 | |||
2020-03-16 | Merge release-20200219.0-182-g69da428 (automated) | gVisor bot | |
2020-03-16 | Enable ARP resolution in TAP devices. | Ting-Yu Wang | |
PiperOrigin-RevId: 301208471 | |||
2020-03-16 | Merge release-20200219.0-181-g159a230 (automated) | gVisor bot | |
2020-03-16 | Merge pull request #1943 from kevinGC:ipt-filter-ip | gVisor bot | |
PiperOrigin-RevId: 301197007 | |||
2020-03-16 | Merge release-20200219.0-179-g52758e1 (automated) | gVisor bot | |
2020-03-16 | Prevent vnetHdr from escaping in WritePacket. | Bhasker Hariharan | |
PiperOrigin-RevId: 301157950 | |||
2020-03-14 | Merge release-20200219.0-178-g9712775 (automated) | gVisor bot | |
2020-03-14 | Disallow kernfs.Inode.SetStat for readonly inodes | Fabricio Voznika | |
Updates #1195, #1193 PiperOrigin-RevId: 300950993 | |||
2020-03-14 | Merge release-20200219.0-177-g5e413ca (automated) | gVisor bot | |
2020-03-14 | Plumb VFS2 imported fds into virtual filesystem. | Dean Deng | |
- When setting up the virtual filesystem, mount a host.filesystem to contain all files that need to be imported. - Make read/preadv syscalls to the host in cases where preadv2 may not be supported yet (likewise for writing). - Make save/restore functions in kernel/kernel.go return early if vfs2 is enabled. PiperOrigin-RevId: 300922353 | |||
2020-03-14 | Merge release-20200219.0-176-g45a8ae2 (automated) | gVisor bot | |
2020-03-13 | Add remaining procfs files | Fabricio Voznika | |
Closes #1195 PiperOrigin-RevId: 300867055 | |||
2020-03-14 | Merge release-20200219.0-175-g829beeb (automated) | gVisor bot | |
2020-03-13 | Panic if file in FDTable has been destroyed | Fabricio Voznika | |
This will give more information about the file to identify where possibly the extra DecRef() would be. PiperOrigin-RevId: 300855874 | |||
2020-03-13 | Merge release-20200219.0-174-gb0f2c3e (automated) | gVisor bot | |
2020-03-13 | Fix infinite loop in semaphore.sem.wakeWaiters(). | Jamie Liu | |
PiperOrigin-RevId: 300845134 | |||
2020-03-13 | Merge release-20200219.0-173-gd8cf54f (automated) | gVisor bot | |
2020-03-13 | Internal change | Zach Koopmans | |
PiperOrigin-RevId: 300836270 | |||
2020-03-13 | Merge release-20200219.0-172-g6d4497d (automated) | gVisor bot | |
2020-03-13 | Merge release-20200219.0-171-g645b1b2 (automated) | gVisor bot | |
2020-03-13 | Fix typo | Michael Pratt | |
PiperOrigin-RevId: 300832988 |