index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pkg
/
abi
Age
Commit message (
Expand
)
Author
2020-02-25
Port most syscalls to VFS2.
Jamie Liu
2020-02-21
Implement tap/tun device in vfs.
Ting-Yu Wang
2020-02-20
Better strace logging for epoll syscalls.
gVisor bot
2020-02-18
Merge pull request #1850 from kevinGC:jump2
gVisor bot
2020-02-14
Remove linux.EpollEvent.Fd.
gVisor bot
2020-02-14
Enable automated marshalling for struct stat.
gVisor bot
2020-02-14
Fix various issues related to enabling go-marshal.
gVisor bot
2020-02-13
We can now create and jump in iptables. For example:
Kevin Krakauer
2020-02-13
Internal change.
gVisor bot
2020-02-10
Merge pull request #1775 from kevinGC:tcp-matchers-submit
gVisor bot
2020-02-07
Address GH comments.
Kevin Krakauer
2020-02-04
Merge pull request #1683 from kevinGC:ipt-udp-matchers
gVisor bot
2020-01-31
iptables: enable TCP matching with "-m tcp".
Kevin Krakauer
2020-01-29
Merge branch 'master' into ipt-udp-matchers
Kevin Krakauer
2020-01-29
Add //pkg/sentry/devices/memdev.
Jamie Liu
2020-01-28
Add VFS2 support for epoll.
Jamie Liu
2020-01-28
netlink: add support for RTM_F_LOOKUP_TABLE
Jianfeng Tan
2020-01-27
Update package locations.
Adin Scannell
2020-01-27
Cleanup for GH review.
Kevin Krakauer
2020-01-27
Standardize on tools directory.
Adin Scannell
2020-01-24
Merge branch 'master' into ipt-udp-matchers
Kevin Krakauer
2020-01-22
Error marshalling the matcher.
Kevin Krakauer
2020-01-21
Merge pull request #1505 from xiaobo55x:fcntl_flags
gVisor bot
2020-01-21
Implement sysfs.
Rahat Mahmood
2020-01-21
Removed TCP work (saved in ipt-tcp-match).
Kevin Krakauer
2020-01-21
Add missing verb
Michael Pratt
2020-01-21
Add UDP matchers.
Kevin Krakauer
2020-01-15
Add timestamps to VFS2 tmpfs, and implement some of SetStat.
Nicolas Lacasse
2020-01-08
More GH comments.
Kevin Krakauer
2020-01-08
Addressed GH comments
Kevin Krakauer
2020-01-08
Comment cleanup.
Kevin Krakauer
2020-01-08
Write simple ACCEPT rules to the filter table.
Kevin Krakauer
2020-01-06
Implement rseq(2)
Michael Pratt
2020-01-06
Make some of the fcntl flags arch specific..
Haibo Xu
2019-12-16
Implement checks for get/setxattr at the syscall layer.
Dean Deng
2019-12-12
Implement kernfs.
Rahat Mahmood
2019-12-10
Add most VFS methods for syscalls.
Jamie Liu
2019-12-05
Implement F_GETOWN_EX and F_SETOWN_EX.
Ian Gudger
2019-11-27
Add support for receiving TOS and TCLASS control messages in hostinet.
Dean Deng
2019-10-24
slight changes to pkg/abi
Bin Lu
2019-10-23
Merge pull request #641 from tanjianfeng:master
gVisor bot
2019-10-21
AF_PACKET support for netstack (aka epsocket).
Kevin Krakauer
2019-10-16
Reorder BUILD license and load functions in gvisor.
Kevin Krakauer
2019-10-15
support /proc/net/route
Jianfeng Tan
2019-10-04
Change linux.FileMode from uint to uint16, and update VFS to use FileMode.
Kevin Krakauer
2019-09-18
Signalfd support
Adin Scannell
2019-09-12
Remove go_test from go_stateify and go_marshal
Michael Pratt
2019-08-19
Document RWF_HIPRI not implemented for preadv2/pwritev2.
Zach Koopmans
2019-08-15
Document source and versioning of the TCPInfo struct.
Rahat Mahmood
2019-08-12
Compute size of struct tcp_info instead of hardcoding it.
Rahat Mahmood
[next]