summaryrefslogtreecommitdiffhomepage
path: root/pkg/abi
AgeCommit message (Expand)Author
2020-09-01Refactor tty codebase to use master-replica terminology.Ayush Ranjan
2020-09-01[go-marshal] Enable auto-marshalling for fs/tty.Ayush Ranjan
2020-08-28Implement StatFS for various VFS2 filesystems.Rahat Mahmood
2020-08-27ip6tables: (de)serialize ip6tables structsKevin Krakauer
2020-08-26tmpfs: Allow xattrs in the trusted namespace if creds has CAP_SYS_ADMIN.Nicolas Lacasse
2020-08-25Return non-zero size for tmpfs statfs(2).Jamie Liu
2020-08-25Expose basic coverage information to userspace through kcov interface.Dean Deng
2020-08-25[go-marshal] Enable auto-marshalling for host tty.Ayush Ranjan
2020-08-12ip6tables: ABI structs and constantsKevin Krakauer
2020-08-10Implement FUSE_GETATTRCraig Chi
2020-08-04Internal change.gVisor bot
2020-07-31iptables: support SO_ORIGINAL_DSTKevin Krakauer
2020-07-29Add FUSE_INITJinmou Li
2020-07-27Add device implementation for /dev/fuseRidwan Sharif
2020-07-24Enable automated marshalling for netstack.Ayush Ranjan
2020-07-23Implement get/set_robust_list.Nicolas Lacasse
2020-07-23Marshallable socket opitons.Ayush Ranjan
2020-07-22Support for receiving outbound packets in AF_PACKET.Bhasker Hariharan
2020-07-15Fix minor bugs in a couple of interface IOCTLs.Bhasker Hariharan
2020-07-01Update preadv2/pwritev2 flag handling in vfs2.Dean Deng
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