index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-09-28
Use one mutex for both Registry and RegistryImpl.
Zyad A. Ali
2021-09-28
Implement Registry.FindOrCreate.
Zyad A. Ali
2021-09-28
Return FDs in RegistryImpl functions and use Views.
Zyad A. Ali
2021-09-28
Define mq.View and use it for mqfs.queueFD.
Zyad A. Ali
2021-09-28
Register mqfs.FilesystemType
Zyad A. Ali
2021-09-28
Initialize POSIX queues' registry after creating a new IPCNamespace.
Zyad A. Ali
2021-09-28
Move filesystem creation from GetFilesystem to RegistryImpl.
Zyad A. Ali
2021-09-17
Move CtxIPCNamespace to kernel/ipc package.
Zyad A. Ali
2021-09-17
Create mq.Registry and mqfs.RegistryImpl.
Zyad A. Ali
2021-09-15
Implement queueInode and queueFD in mqfs.
Zyad A. Ali
2021-09-15
Create mq package.
Zyad A. Ali
2021-09-15
Add abi definitions for POSIX message queues.
Zyad A. Ali
2021-09-15
Implement vfs.FilesystemType and kernfs.Filesystem for mqfs.
Zyad A. Ali
2021-09-15
Implement mqfs.rootInode.
Zyad A. Ali
2021-09-15
Test read(2), poll(2), mount(2), and unshare(2) for message queues.
Zyad A. Ali
2021-09-15
Test creation and deletion of POSIX message queues.
Zyad A. Ali
2021-09-15
[bind] Return EINVAL for under sized address
Ghanan Gowripalan
2021-09-14
Remove extra newline
Michael Pratt
2021-09-14
Compose raw IP with datagram-based endpoint
Ghanan Gowripalan
2021-09-14
Use a shared method to get loopback index
Ghanan Gowripalan
2021-09-14
Fix race on msgrcv(MSG_COPY).
Rahat Mahmood
2021-09-14
Explicitly bind endpoint to a NIC
Ghanan Gowripalan
2021-09-14
Fix bug in RecvMMsgDispatcher.
Bhasker Hariharan
2021-09-14
Don't use SOL_UDP when creating sockets
Ghanan Gowripalan
2021-09-14
Defer mutex unlocking
Ghanan Gowripalan
2021-09-13
Accept packets destined to bound address
Ghanan Gowripalan
2021-09-13
Typo fix.
Etienne Perot
2021-09-13
tools/show_paths.bzl: check that provider_map isn't None
Andrei Vagin
2021-09-13
Set NICID before delivering packet to raw endpoint
Ghanan Gowripalan
2021-09-13
Separate IPv4 ToS & IPv6 TClass in dgram endpoint
Ghanan Gowripalan
2021-09-13
Support anonymous structs in checklocks.
Adin Scannell
2021-09-11
Internal change.
gVisor bot
2021-09-10
Typo fix.
Etienne Perot
2021-09-09
Use accessor for runsc ControlConfig proto.
Rahat Mahmood
2021-09-09
Remove linux-compat loopback hacks from packet endpoint
Ghanan Gowripalan
2021-09-09
Internal change.
Jamie Liu
2021-09-09
Remove link/packetsocket
Ghanan Gowripalan
2021-09-09
Add EthernetHeader only if underlying NIC has a mac address.
Bhasker Hariharan
2021-09-07
Stub some memory control files.
Rahat Mahmood
2021-09-07
Conditionally use GetAbsoluteTestTmpdir() rather than hard-code "/tmp"
Kevin Lindkvist
2021-09-07
Remove protocolMainLoop unused return value
Arthur Sfez
2021-09-03
Add //pkg/sentry/seccheck.
Jamie Liu
2021-09-02
Internal change.
Jamie Liu
2021-09-02
unix: avoid taking two endpoint locks
Andrei Vagin
2021-09-02
Merge pull request #6516 from slowy07:minor-changes
gVisor bot
2021-09-01
Support sending with packet sockets
Ghanan Gowripalan
2021-09-01
Out-of-order segment should not block in-sequence segments.
Bhasker Hariharan
2021-09-01
Extract network datagram endpoint common facilities
Ghanan Gowripalan
2021-09-01
Add ioctl stub constants
Chong Cai
2021-09-01
Don't use reflection in fpu.alignedBytes.
Jamie Liu
[next]