summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-10-06Do not skip IPv6 tests when we don't have IPv4Tamir Duberstein
2021-10-05Merge pull request #6687 from zchee:atomicbitops-nosplitgVisor bot
2021-10-05Centralize skip logicTamir Duberstein
2021-10-05Fix "Installing from source" instructionsAndrei Vagin
2021-10-05Add server implementation for sharedmem endpoints.Bhasker Hariharan
2021-10-05Merge pull request #6689 from avagin:bazel-updategVisor bot
2021-10-05Enable passing syscall testsTamir Duberstein
2021-10-04Update bazel packagesAndrei Vagin
2021-10-04Reply to invalid ACKs even when accept queue is fullArthur Sfez
2021-10-04Test listener receiving an invalid ACK while the accept queue is fullArthur Sfez
2021-10-04No split to assembly and noasm functions on atomicbitops packageKoichi Shiraishi
2021-10-01Read lock when getting connectionsGhanan Gowripalan
2021-10-01Drop ConnTrack.handlePacketGhanan Gowripalan
2021-10-01Drop conn.tcbHookGhanan Gowripalan
2021-10-01Annotate checklocks on mutex protected fieldsGhanan Gowripalan
2021-10-01Merge pull request #6551 from sudo-sturbia:msgqueue/procfsgVisor bot
2021-10-01Drop IPTables.checkPacketsGhanan Gowripalan
2021-10-01Let connection handle tracked packetsGhanan Gowripalan
2021-10-01[bm-dashboard] Upgrade vulnerable node packages.Zach Koopmans
2021-10-01Use root context to mount volumesFabricio Voznika
2021-10-01Move pendingEndpoints to acceptQueueTamir Duberstein
2021-09-30Test syn and accept queue behavior on shutdownTamir Duberstein
2021-09-30kernel: print PID in addition to TID in task log messagesAndrei Vagin
2021-09-30Skip analysis of standard library packages using genericsMichael Pratt
2021-09-30Add timer_create and timer_settime to filtersMichael Pratt
2021-09-29Setup sniffer teardown earlierTamir Duberstein
2021-09-29Avoid comparisons to zero value of acceptQueueTamir Duberstein
2021-09-29Rename accepted -> acceptQueueTamir Duberstein
2021-09-29Remove syncRcvdCountTamir Duberstein
2021-09-28Move `safecopy.ReplaceSignalHandler` into `sighandling` package.Etienne Perot
2021-09-28Inline handleSynSegmentTamir Duberstein
2021-09-28Support naive Masquerade NAT targetGhanan Gowripalan
2021-09-28Implement stubs for mq_open(2) and mq_unlink(2).Zyad A. Ali
2021-09-28Implement Registry.Remove.Zyad A. Ali
2021-09-28Use one mutex for both Registry and RegistryImpl.Zyad A. Ali
2021-09-28Implement Registry.FindOrCreate.Zyad A. Ali
2021-09-28Return FDs in RegistryImpl functions and use Views.Zyad A. Ali
2021-09-28Define mq.View and use it for mqfs.queueFD.Zyad A. Ali
2021-09-28Register mqfs.FilesystemTypeZyad A. Ali
2021-09-28Initialize POSIX queues' registry after creating a new IPCNamespace.Zyad A. Ali
2021-09-28Move filesystem creation from GetFilesystem to RegistryImpl.Zyad A. Ali
2021-09-27Move `sighandling` package out of `sentry`.Etienne Perot
2021-09-27Implement S/R for StatsTamir Duberstein
2021-09-27Prevent PacketData from being modified.Ayush Ranjan
2021-09-27Store pending endpoints in a setTamir Duberstein
2021-09-27Add procfs files for SysV message queues.Zyad A. Ali
2021-09-27Minor documentation wording changeNick Kelley
2021-09-24Merge pull request #6570 from sudo-sturbia:ipc/procgVisor bot
2021-09-24Update the comment for Task.netnsAndrei Vagin
2021-09-24Merge pull request #6647 from avagin:task-netnsgVisor bot