summaryrefslogtreecommitdiffhomepage
path: root/pkg
AgeCommit message (Expand)Author
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-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
2021-04-15Add field support to the sentry metrics.Nayana Bidari
2021-04-15Reduce tcp_x_test runtime and memory usageKevin Krakauer
2021-04-15Add S/R logic for host.ConnectedEndpointFabricio Voznika
2021-04-15Generate notification when closing host fd.Dean Deng
2021-04-15Use nicer formatting for IP addresses in testsKevin Krakauer
2021-04-14Use assembly stub to take the address of assembly functionsMichael Pratt
2021-04-14[syserror] Remove syserror from go_marshalZach Koopmans
2021-04-14Automatically enforce limited netstack dependenciesKevin Krakauer
2021-04-13Fix listener close, client connect raceMithun Iyer
2021-04-12Add DecRef for verity FDs that were missingChong Cai
2021-04-12Don't grab TaskSet mu recursively when reading task state.Rahat Mahmood
2021-04-12[op] Use faster go_marshal methods in netfilter.Ayush Ranjan
2021-04-12Drop locks before calling waiterQueue.NotifyTamir Duberstein
2021-04-10Use the SecureRNG to generate listener noncesTamir Duberstein
2021-04-10Don't store accepted endpoints in a channelTamir Duberstein