summaryrefslogtreecommitdiffhomepage
path: root/pkg
AgeCommit message (Expand)Author
2020-06-19Fix bugs in vfs2 to make symlink tests pass.Dean Deng
2020-06-19Fix vfs2 proc/self/fd dirent iteration.Dean Deng
2020-06-19Port fadvise64 to vfs2.Dean Deng
2020-06-19Implement UDP cheksum verification.gVisor bot
2020-06-19Fix vfs2 handling of preadv2/pwritev2 flags.Dean Deng
2020-06-19Don't adjust parent link count if we replace a child dir with another.Dean Deng
2020-06-19Support all seek options in gofer specialFileFD.Seek.Dean Deng
2020-06-19Fix synthetic file bugs in gofer fs.Dean Deng
2020-06-18Fix vfs2 tmpfs link permission checks.Dean Deng
2020-06-18socket/unix: (*connectionedEndpoint).State() has to take the endpoint lockAndrei Vagin
2020-06-18iptables: skip iptables if no rules are setKevin Krakauer
2020-06-18iptables: remove metadata structKevin Krakauer
2020-06-18Acquire lock when accessing MultiDevice's cache in String().Ting-Yu Wang
2020-06-18Remove various uses of 'whitelist'Michael Pratt
2020-06-18Support setsockopt SO_SNDBUF/SO_RCVBUF for raw/udp sockets.Bhasker Hariharan
2020-06-18Cleanup tcp.timer and tcpip.RouteGhanan Gowripalan
2020-06-17Implement Sync() to directoriesFabricio Voznika
2020-06-17Move mount configutation to RunOptsFabricio Voznika
2020-06-17Increase timeouts for NDP testsGhanan Gowripalan
2020-06-17Internal change.gVisor bot
2020-06-17Remove various uses of 'blacklist'Michael Pratt
2020-06-17Refactor host.canMap.Dean Deng
2020-06-17TCP stat fixesMithun Iyer
2020-06-17Implement POSIX locksFabricio Voznika
2020-06-16Correctly handle multiple resizings in pgalloc.findAvailableRange().Jamie Liu
2020-06-16Replace use of %v in tcp testsMithun Iyer
2020-06-16Port aio to VFS2.Nicolas Lacasse
2020-06-16Miscellaneous VFS2 fixes.Jamie Liu
2020-06-15TCP to honor updated window size during handshake.Mithun Iyer
2020-06-12Allow reading IP_MULTICAST_LOOP and IP_MULTICAST_TTL on TCP sockets.Ian Gudger
2020-06-12vfs2: implement fcntl(fd, F_SETFL, flags)Andrei Vagin
2020-06-11Set the HOME environment variable for sub-containers.Ian Lewis
2020-06-11Add //pkg/sentry/fsimpl/overlay.Jamie Liu
2020-06-11Do not use tentative addresses for routesGhanan Gowripalan
2020-06-11Merge pull request #2863 from lubinszARM:pr_sndbufgVisor bot
2020-06-11Don't copy structs with sync.Mutex during initializationFabricio Voznika
2020-06-11Add Generate method in merkletreegVisor bot
2020-06-11Factor out flipcall mmap for internal usegVisor bot
2020-06-11Add merkle tree size measuregVisor bot
2020-06-10Add support for SO_REUSEADDR to UDP sockets/endpoints.Ian Gudger
2020-06-10Remove duplicate colon from warning log.Nicolas Lacasse
2020-06-10Deleting the maxSendBufferSize from fs/hostBin Lu
2020-06-10Merge pull request #2711 from lubinszARM:pr_mmiogVisor bot
2020-06-10Merge pull request #2763 from gaurav1086:sentry_kernel_timekeeper_use_buffere...gVisor bot
2020-06-10{S,G}etsockopt for TCP_KEEPCNT option.Nayana Bidari
2020-06-10socket/unix: handle sendto address argument for connected socketsAndrei Vagin
2020-06-10Include panic message in logMichael Pratt
2020-06-10Merge pull request #2787 from lubinszARM:pr_race_timegVisor bot
2020-06-10Remove duplicate and incorrect size checkTamir Duberstein
2020-06-10Replace use of %v in snifferTamir Duberstein