summaryrefslogtreecommitdiffhomepage
path: root/pkg
AgeCommit message (Expand)Author
2021-05-04Use cmp.Diff for tcpip.Error comparisonMithun Iyer
2021-05-04Remove uses of the binary package from the rest of the sentry.Rahat Mahmood
2021-05-04Add TODOs to old reference counting utility.Dean Deng
2021-05-04Make Mount.Type optional for bind mountsFabricio Voznika
2021-05-03Merge pull request #5903 from zchee:safecopy/fix-argsgVisor bot
2021-05-03Implement standard clock safelyGhanan Gowripalan
2021-05-03Convey GSO capabilities through GSOEndpointGhanan Gowripalan
2021-05-03netstack: Add a test for mixed Push/ConsumeTing-Yu Wang
2021-05-03Fix deadlock in /proc/[pid]/fd/[num]Fabricio Voznika
2021-05-01[perf] Check caching on IncRef'd dentries before the others.Ayush Ranjan
2021-04-30kvm: prefault a root table page before switching into a user address spaceAndrei Vagin
2021-04-30Comment ip package in a single placeGhanan Gowripalan
2021-04-30Do not return content if verity translate failsChong Cai
2021-04-29Fix up TODOs in the codeFabricio Voznika
2021-04-29[perf] Remove unnecessary existence checks in doCreateAt().Ayush Ranjan
2021-04-29Implement epoll_pwait2.Jing Chen
2021-04-29Remove outdated TODOs in verityChong Cai
2021-04-29netstack: Rename pkt.Data().TrimFront() to DeleteFront(), and ...Ting-Yu Wang
2021-04-29Remove ResolvingPath.RestartFabricio Voznika
2021-04-29Automated rollback of changelist 370733869Michael Pratt
2021-04-28Automated rollback of changelist 369686285Fabricio Voznika
2021-04-27Remove uses of the binary package from networking code.Rahat Mahmood
2021-04-27Fix SyscallInfo for epoll_pwait in strace.Jing Chen
2021-04-28Fix typo of arg name on assembly filesKoichi Shiraishi
2021-04-26Remove metrics: fallback, vsyscallCount and partialResultNayana Bidari
2021-04-23hostinet: parse the timeval structure from a SO_TIMESTAMP control messageAndrei Vagin
2021-04-22Fix AF_UNIX listen() w/ zero backlog.Bhasker Hariharan
2021-04-22Add weirdness sentry metric.Nayana Bidari
2021-04-22Also report mount options through /proc/<pid>/mounts.Rahat Mahmood
2021-04-21Only carry GSO options in the packet bufferGhanan Gowripalan
2021-04-21Merge pull request #5737 from dqminh:tsc-scalinggVisor bot
2021-04-21Stub the custom "job" controller required by some workloads.Rahat Mahmood
2021-04-21Merge pull request #5749 from zhlhahaha:2126gVisor bot
2021-04-21Automated rollback of changelist 369325957Michael Pratt
2021-04-21Fallback to legacy system time logic when host does not have TSC_CONTROLDaniel Dao
2021-04-20[perf] Remove non-empty directory dentries from gofer LRU cache.Ayush Ranjan
2021-04-20Clean test tags.Adin Scannell
2021-04-20Speed up O_APPEND with remote revalidatingFabricio Voznika
2021-04-20Move SO_RCVBUF to socketops.Nayana Bidari
2021-04-20Expose header methods that validate checksumsArthur Sfez
2021-04-19Change verity action to be a fs memberChong Cai
2021-04-19Move runsc reference leak checking to better locations.Dean Deng
2021-04-19De-duplicate TCP state in TCPEndpointState vs tcp.endpointNick Brown
2021-04-19Add MultiGetAttr message to 9PFabricio Voznika
2021-04-19Fix TCP RACK flaky unit tests.Nayana Bidari
2021-04-19Optimize safemem.ZeroAndrei Vagin
2021-04-17Avoid ignoring incoming packet by demuxer on endpoint lookup failureMithun Iyer
2021-04-16[perf] Reduce contention due to renameMu in gofer client.Ayush Ranjan
2021-04-16Allow runsc to generate coverage reports.Dean Deng
2021-04-16Enlarge port range and fix integer overflowKevin Krakauer