summaryrefslogtreecommitdiffhomepage
path: root/pkg/abi
AgeCommit message (Expand)Author
2020-06-27Port GETOWN, SETOWN fcntls to vfs2.Dean Deng
2020-06-25Add FUSE character deviceRidwan Sharif
2020-06-19Port fadvise64 to vfs2.Dean Deng
2020-06-16Port aio to VFS2.Nicolas Lacasse
2020-06-10{S,G}etsockopt for TCP_KEEPCNT option.Nayana Bidari
2020-05-29Internal change.gVisor bot
2020-05-08iptables - filter packets using outgoing interface.gVisor bot
2020-05-07Allocate device numbers for VFS2 filesystems.Jamie Liu
2020-04-25Enable automated marshalling for signals and the arch package.Rahat Mahmood
2020-04-23Enable automated marshalling for mempolicy syscalls.Rahat Mahmood
2020-04-23Enable automated marshalling for epoll events.Rahat Mahmood
2020-04-22Specify a memory file in platform.New().Andrei Vagin
2020-03-26Support owner matching for iptables.Nayana Bidari
2020-03-26Combine file mode and isDir argumentsFabricio Voznika
2020-03-16Merge pull request #1943 from kevinGC:ipt-filter-ipgVisor bot
2020-03-14Plumb VFS2 imported fds into virtual filesystem.Dean Deng
2020-03-11Merge pull request #1975 from nybidari:iptablesgVisor bot
2020-03-09Enable thread local storage support on arm64.Haibo Xu
2020-02-26iptables: filter by IP address (and range)Kevin Krakauer
2020-02-25Merge branch 'master' into iptablesnybidari
2020-02-25Add nat table support for iptables.Nayana Bidari
2020-02-25Port most syscalls to VFS2.Jamie Liu
2020-02-21Implement tap/tun device in vfs.Ting-Yu Wang
2020-02-20Better strace logging for epoll syscalls.gVisor bot
2020-02-18Merge pull request #1850 from kevinGC:jump2gVisor bot
2020-02-18Add nat table support for iptables.Nayana Bidari
2020-02-14Remove linux.EpollEvent.Fd.gVisor bot
2020-02-14Enable automated marshalling for struct stat.gVisor bot
2020-02-14Fix various issues related to enabling go-marshal.gVisor bot
2020-02-13We can now create and jump in iptables. For example:Kevin Krakauer
2020-02-13Internal change.gVisor bot
2020-02-10Merge pull request #1775 from kevinGC:tcp-matchers-submitgVisor bot
2020-02-07Address GH comments.Kevin Krakauer
2020-02-04Merge pull request #1683 from kevinGC:ipt-udp-matchersgVisor bot
2020-01-31iptables: enable TCP matching with "-m tcp".Kevin Krakauer
2020-01-29Merge branch 'master' into ipt-udp-matchersKevin Krakauer
2020-01-29Add //pkg/sentry/devices/memdev.Jamie Liu
2020-01-28Add VFS2 support for epoll.Jamie Liu
2020-01-28netlink: add support for RTM_F_LOOKUP_TABLEJianfeng Tan
2020-01-27Update package locations.Adin Scannell
2020-01-27Cleanup for GH review.Kevin Krakauer
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-24Merge branch 'master' into ipt-udp-matchersKevin Krakauer
2020-01-22Error marshalling the matcher.Kevin Krakauer
2020-01-21Merge pull request #1505 from xiaobo55x:fcntl_flagsgVisor bot
2020-01-21Implement sysfs.Rahat Mahmood
2020-01-21Removed TCP work (saved in ipt-tcp-match).Kevin Krakauer
2020-01-21Add missing verbMichael Pratt
2020-01-21Add UDP matchers.Kevin Krakauer
2020-01-15Add timestamps to VFS2 tmpfs, and implement some of SetStat.Nicolas Lacasse