summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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-17Move CtxIPCNamespace to kernel/ipc package.Zyad A. Ali
2021-09-17Create mq.Registry and mqfs.RegistryImpl.Zyad A. Ali
2021-09-15Implement queueInode and queueFD in mqfs.Zyad A. Ali
2021-09-15Create mq package.Zyad A. Ali
2021-09-15Add abi definitions for POSIX message queues.Zyad A. Ali
2021-09-15Implement vfs.FilesystemType and kernfs.Filesystem for mqfs.Zyad A. Ali
2021-09-15Implement mqfs.rootInode.Zyad A. Ali
2021-09-15Test read(2), poll(2), mount(2), and unshare(2) for message queues.Zyad A. Ali
2021-09-15Test creation and deletion of POSIX message queues.Zyad A. Ali
2021-09-15[bind] Return EINVAL for under sized addressGhanan Gowripalan
2021-09-14Remove extra newlineMichael Pratt
2021-09-14Compose raw IP with datagram-based endpointGhanan Gowripalan
2021-09-14Use a shared method to get loopback indexGhanan Gowripalan
2021-09-14Fix race on msgrcv(MSG_COPY).Rahat Mahmood
2021-09-14Explicitly bind endpoint to a NICGhanan Gowripalan
2021-09-14Fix bug in RecvMMsgDispatcher.Bhasker Hariharan
2021-09-14Don't use SOL_UDP when creating socketsGhanan Gowripalan
2021-09-14Defer mutex unlockingGhanan Gowripalan
2021-09-13Accept packets destined to bound addressGhanan Gowripalan
2021-09-13Typo fix.Etienne Perot
2021-09-13tools/show_paths.bzl: check that provider_map isn't NoneAndrei Vagin
2021-09-13Set NICID before delivering packet to raw endpointGhanan Gowripalan
2021-09-13Separate IPv4 ToS & IPv6 TClass in dgram endpointGhanan Gowripalan
2021-09-13Support anonymous structs in checklocks.Adin Scannell
2021-09-11Internal change.gVisor bot
2021-09-10Typo fix.Etienne Perot
2021-09-09Use accessor for runsc ControlConfig proto.Rahat Mahmood
2021-09-09Remove linux-compat loopback hacks from packet endpointGhanan Gowripalan
2021-09-09Internal change.Jamie Liu
2021-09-09Remove link/packetsocketGhanan Gowripalan
2021-09-09Add EthernetHeader only if underlying NIC has a mac address.Bhasker Hariharan
2021-09-07Stub some memory control files.Rahat Mahmood
2021-09-07Conditionally use GetAbsoluteTestTmpdir() rather than hard-code "/tmp"Kevin Lindkvist
2021-09-07Remove protocolMainLoop unused return valueArthur Sfez
2021-09-03Add //pkg/sentry/seccheck.Jamie Liu
2021-09-02Internal change.Jamie Liu
2021-09-02unix: avoid taking two endpoint locksAndrei Vagin
2021-09-02Merge pull request #6516 from slowy07:minor-changesgVisor bot
2021-09-01Support sending with packet socketsGhanan Gowripalan
2021-09-01Out-of-order segment should not block in-sequence segments.Bhasker Hariharan
2021-09-01Extract network datagram endpoint common facilitiesGhanan Gowripalan
2021-09-01Add ioctl stub constantsChong Cai
2021-09-01Don't use reflection in fpu.alignedBytes.Jamie Liu