summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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-16[lisa] Make go_marshal pass correctly sized buffers to safecopy.Ayush Ranjan
2021-04-16Enlarge port range and fix integer overflowKevin Krakauer
2021-04-16Include logs for packetimpact tests that are expected to failZeling Feng
2021-04-16Use size_t instead of C integer types.Dean Deng
2021-04-16Internal changeZach Koopmans
2021-04-16[op] Split nogo target out of unit tests.Ayush Ranjan
2021-04-15Add verity ioctl test for mount with root hashChong Cai
2021-04-15Add field support to the sentry metrics.Nayana Bidari
2021-04-15Disable failing socket_ipv4_udp_unbound_loopback_test_linux tests.Dean Deng
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-14Make the generated test binary name match the target nameTing-Yu Wang
2021-04-14[syserror] Remove syserror from go_marshalZach Koopmans
2021-04-14Automatically enforce limited netstack dependenciesKevin Krakauer
2021-04-13Remove _NoRandomSave tests.Adin Scannell
2021-04-13Fix listener close, client connect raceMithun Iyer
2021-04-12Make AsSockAddr() to replace reinterpret_cast<sockaddr*>Ting-Yu Wang
2021-04-12Don't mark exported PRs as stale.Ian Lewis
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-12Add /etc/containerd/runsc.toml to conffiles attribute.Adin Scannell
2021-04-10Use the SecureRNG to generate listener noncesTamir Duberstein
2021-04-10Don't store accepted endpoints in a channelTamir Duberstein
2021-04-09iptables: support postrouting hook and SNAT targetToshi Kikuchi
2021-04-09Return integrity failure only if enabledChong Cai
2021-04-09Merge pull request #5767 from avagin:mxcsrgVisor bot
2021-04-09Move maxListenBacklog check to sentryMithun Iyer
2021-04-09Rename IsV6LinkLocalAddress to IsV6LinkLocalUnicastAddressGhanan Gowripalan
2021-04-09Remove duplicate accept queue fullness checkTamir Duberstein
2021-04-09Propagate SYN handling errorTamir Duberstein
2021-04-08Set root dentry and hash for verity before verifyChong Cai
2021-04-08Set parent after child is verifiedChong Cai
2021-04-08Merge pull request #5736 from lubinszARM:pr_bblu_tlb_asidgVisor bot