summaryrefslogtreecommitdiffhomepage
path: root/pkg
AgeCommit message (Expand)Author
2020-08-07Fix panic during Address Resolution of neighbor entry created by NSSam Balana
2020-08-07Port Ruby benchmark.Zach Koopmans
2020-08-07tcp: change the limit of TCP_LINGER2Andrei Vagin
2020-08-07Support separate read/write handles in fsimpl/gofer.dentry.Jamie Liu
2020-08-07Try to update atime and mtime on VFS2 gofer files on dentry eviction.Jamie Liu
2020-08-06Add LinkAt support to goferFabricio Voznika
2020-08-06Add reference counting utility to VFS2.Dean Deng
2020-08-06Only register /dev/net/tun if supported.Dean Deng
2020-08-06Join IPv4 all-systems group on NIC enableGhanan Gowripalan
2020-08-05Add loss recovery option for TCP.Nayana Bidari
2020-08-05Correctly decrement link counts in tmpfs rename operations.Dean Deng
2020-08-05Support receiving broadcast IPv4 packetsGhanan Gowripalan
2020-08-05Release extra memfd reference.Dean Deng
2020-08-05Prefer RLock over Lock in functions that don't need Lock().Bhasker Hariharan
2020-08-05Stop profiling when the sentry exitsFabricio Voznika
2020-08-05Add missing case in tmpfs.inode.direntType.Dean Deng
2020-08-04Update variables for implementation of RACK in TCPNayana Bidari
2020-08-04Handle EOF in vfs2 sendfile.Dean Deng
2020-08-04Inline gofer.regularFileFD.pwriteLockedFabricio Voznika
2020-08-04Automated rollback of changelist 324906582Dean Deng
2020-08-04Use 1 fragmentation component per IP stackGhanan Gowripalan
2020-08-04Add reference counting utility to VFS2.Dean Deng
2020-08-04Internal change.gVisor bot
2020-08-04Internal change.gVisor bot
2020-08-03Add callbacks to support lazy loading/restoring thread statesAndrei Vagin
2020-08-03[vfs2] Implement /sys/devices/system/cpu/cpuX.Ayush Ranjan
2020-08-03Internal change.gVisor bot
2020-08-03Remove old TODO.Dean Deng
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-08-03Merge pull request #3460 from zhlhahaha:1927gVisor bot
2020-08-03Add inotify events for fallocate and tests for fallocate/sendfile.Dean Deng
2020-08-03AARCH64:fix variable name collision with register nameHoward Zhang
2020-07-31Merge pull request #3300 from lubinszARM:pr_fpsimd_usrgVisor bot
2020-07-31Support fragments from different sourcesGhanan Gowripalan
2020-07-31Merge pull request #3348 from kevinGC:so-orig-dstgVisor bot
2020-07-31Internal change.gVisor bot
2020-07-31iptables: support SO_ORIGINAL_DSTKevin Krakauer
2020-07-31Clean up vfs2 fallocate.Dean Deng
2020-07-30Fix TCP CurrentConnected counter updates.Mithun Iyer
2020-07-30Merge pull request #3448 from lubinszARM:pr_tls_testsgVisor bot
2020-07-30Merge pull request #3028 from lubinszARM:pr_kvm_hello1gVisor bot
2020-07-30Merge pull request #3179 from jinmouil:fuse_initgVisor bot
2020-07-30Revert change to default buffer size.Bhasker Hariharan
2020-07-30Enforce fragment block size and validate argsGhanan Gowripalan
2020-07-30Implement neighbor unreachability detection for ARP and NDP.Sam Balana
2020-07-30Use brodcast MAC for broadcast IPv4 packetsGhanan Gowripalan
2020-07-30Have dockerutil.Wait* respect the context deadlineKevin Krakauer
2020-07-30Fix SETOWN_EX return value.Dean Deng
2020-07-30add usr-tls test cases for Arm64Bin Lu
2020-07-29Add FUSE_INITJinmou Li