summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-07-20Enable RACK by default in netstack.Nayana Bidari
2021-07-20Expose local address from raw socketsGhanan Gowripalan
2021-07-20Add fsstress test to goferfsFabricio Voznika
2021-07-20Don't kill container when volume is unmountedFabricio Voznika
2021-07-20Merge pull request #6220 from laijs:disconnect-fpgVisor bot
2021-07-20Add go:build directives as required by Go 1.17's gofmt.Jamie Liu
2021-07-20ring0: Initialize sentryXCR0 from Kernel.init()Andrei Vagin
2021-07-16Automated rollback of changelist 385029528Kevin Krakauer
2021-07-15Fix refcount increments in gofer.filesystem.Sync.Fabricio Voznika
2021-07-15Update gVisor release signing key to a version that does not expire.Etienne Perot
2021-07-15buildkite: bump Go version to 1.16Kevin Krakauer
2021-07-15netstack: support SO_RCVBUFFORCEKevin Krakauer
2021-07-15Merge pull request #6320 from kevinGC:issues-templategVisor bot
2021-07-14Add verity symlink testsChong Cai
2021-07-14Replace whitelist with allowlist from docsFabricio Voznika
2021-07-14Set tcp endpoint state atomicallyTamir Duberstein
2021-07-14testing: shrink exhaustion test size to avoid timeoutsKevin Krakauer
2021-07-14use github issue templatesKevin Krakauer
2021-07-13Replace whitelist with allowlistFabricio Voznika
2021-07-13Do not require O_PATH flag to enable verityChong Cai
2021-07-13Use consistent naming for subcontainersFabricio Voznika
2021-07-13netstack: atomically update buffer sizesKevin Krakauer
2021-07-13Deflake TestRouterSolicitationGhanan Gowripalan
2021-07-12netstack: move SO_SNDBUF/RCVBUF clamping logic out of //pkg/tcpipKevin Krakauer
2021-07-12Fix deadlock in procfsFabricio Voznika
2021-07-12Drop dedicated benchmark lifecycle.Adin Scannell
2021-07-12Fix stdios ownershipFabricio Voznika
2021-07-12Fix GoLand analyzer errors under runsc/...Fabricio Voznika
2021-07-12[syserror] Update syserror to linuxerr for more errors.Zach Koopmans
2021-07-12Mark all functions that are called from a forked child with go:noraceAndrei Vagin
2021-07-12Fix async-signal-unsafety in chroot test.Jamie Liu
2021-07-12Prevent interleaving in sniffer pcap outputTamir Duberstein
2021-07-12Prevent the cleanup script from destroying any "bootstrap" containers.Adin Scannell
2021-07-12Go 1.17 support for the KVM platformMichael Pratt
2021-07-09Drop unnecessary checklocksignore.Adin Scannell
2021-07-08Fix some //pkg/seccomp bugs.Jamie Liu
2021-07-08clarify safemount behaviorKevin Krakauer
2021-07-08Replace kernel.ExitStatus with linux.WaitStatus.Jamie Liu
2021-07-08Fix async-signal-unsafety in socket test.Jamie Liu
2021-07-08devpts: Notify of echo'd input queue bytes only after locks have been released.Etienne Perot
2021-07-08Do not queue zero sized segments.Bhasker Hariharan
2021-07-07Move time.Now() call to snifferTamir Duberstein
2021-07-07Sentry: Measure the time it takes to initialize the Sentry.Etienne Perot
2021-07-07Use time package-level variableTamir Duberstein
2021-07-02[op] Make TCPNonBlockingConnectClose more reasonable.Ayush Ranjan
2021-07-02runsc: validate mount targetsKevin Krakauer
2021-07-02Merge pull request #6258 from liornm:fix-iptables-input-interfacegVisor bot
2021-07-02Discover more specific routes as per RFC 4191Ghanan Gowripalan
2021-07-01Mix checklocks and atomic analyzers.Adin Scannell
2021-07-01Fix bug with TCP bind w/ SO_REUSEADDR.Bhasker Hariharan