summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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-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-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
2021-09-24Run proc's static-file tests in a container.Zyad A. Ali
2021-09-23Allow lisafs client to send more data than MaxMessageSize using chunks.Ayush Ranjan
2021-09-23kernel: allow to access Task.netns without taking Task.muAndrei Vagin
2021-09-23Create the cgroupfs mount point in sysfs.Rahat Mahmood
2021-09-23Merge pull request #6573 from avagin:kvm-seccomp-mmapgVisor bot
2021-09-23Pass AddressableEndpoint to IPTablesGhanan Gowripalan
2021-09-23Implement S/R for TransportEndpointStatsTamir Duberstein
2021-09-23Compose ICMP endpoint with datagram-based endpointGhanan Gowripalan
2021-09-23Introduce method per iptables hookGhanan Gowripalan
2021-09-23Avoid listenContext.listenEP when it is the receiverTamir Duberstein
2021-09-22Merge pull request #6617 from Stig124:docs-aptgVisor bot
2021-09-22Add Execve and ExitNotifyParent checkpoints.Jamie Liu
2021-09-22Track UDP connectionsGhanan Gowripalan
2021-09-22Make benchmark `String()` output prettier.Etienne Perot
2021-09-22Fold rcv_test into tcp_testTamir Duberstein
2021-09-22Add `NewCondition` helper in `bigquery.go`.Etienne Perot
2021-09-22Do not rate limit ICMP Echos by defaultBruno Dal Bo
2021-09-22Change EcdsaVerify to specifically P-384 and compute the SHA384 digest.Carmen Hanish
2021-09-22kvm: check that safecopy is handled correctly in the guest ring0Andrei Vagin
2021-09-22kvm: trap mmap syscalls to map new regions to the guestAndrei Vagin
2021-09-22kvm/arm: calculate virtual-to-physical mappings only onceAndrei Vagin
2021-09-22kvm: fix tests on arm64AV
2021-09-22Populate forwarded packet buffer's TransportHeaderGhanan Gowripalan
2021-09-22Remove terminal usage from `runsc spec`Fabricio Voznika
2021-09-21Handle Shutdown on connecting tcp socketArthur Sfez
2021-09-21Deliver endpoints to the accept queue synchronously when possibleArthur Sfez
2021-09-21socket/unix: clean up socket queue after releasing a queue lockAndrei Vagin