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
path:
root
/
test
Age
Commit message (
Expand
)
Author
2021-09-26
WIP: test
feature/nl-neighbor
Mikael Magnusson
2021-09-24
netlink: Implement neighbor messages
Mikael Magnusson
2021-09-23
Compose ICMP endpoint with datagram-based endpoint
Ghanan Gowripalan
2021-09-21
Handle Shutdown on connecting tcp socket
Arthur Sfez
2021-09-21
Deliver endpoints to the accept queue synchronously when possible
Arthur Sfez
2021-09-20
Support getsockname for packet sockets
Ghanan Gowripalan
2021-09-20
Do not allow unbinding network protocol
Ghanan Gowripalan
2021-09-19
Support IPV6_RECVPKTINFO on UDP sockets
Ghanan Gowripalan
2021-09-17
Allow rebinding packet socket protocol
Ghanan Gowripalan
2021-09-16
Allow creating packet socket bound to any protocol
Ghanan Gowripalan
2021-09-16
Rename packet_socket to packet_socket_dgram
Ghanan Gowripalan
2021-09-16
Limit most file mmaps to the range of an int64.
Jamie Liu
2021-09-16
Don't allow binding to broadcast on ICMP sockets
Ghanan Gowripalan
2021-09-15
Pass address properties in a single struct
Tony Gong
2021-09-15
[bind] Return EINVAL for under sized address
Ghanan Gowripalan
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
Explicitly bind endpoint to a NIC
Ghanan Gowripalan
2021-09-14
Don't use SOL_UDP when creating sockets
Ghanan Gowripalan
2021-09-13
Accept packets destined to bound address
Ghanan Gowripalan
2021-09-13
tools/show_paths.bzl: check that provider_map isn't None
Andrei Vagin
2021-09-13
Separate IPv4 ToS & IPv6 TClass in dgram endpoint
Ghanan Gowripalan
2021-09-11
Internal change.
gVisor bot
2021-09-09
Remove linux-compat loopback hacks from packet endpoint
Ghanan Gowripalan
2021-09-07
Conditionally use GetAbsoluteTestTmpdir() rather than hard-code "/tmp"
Kevin Lindkvist
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
unix: handle a case when a buffer is overflowed
Andrei Vagin
2021-08-31
Remove splice-to/from-weird-files tests.
Jamie Liu
2021-08-31
Automated rollback of changelist 390405182
gVisor bot
2021-08-30
[syserr] Fix SIGBUS on syserr.FromError
Zach Koopmans
2021-08-30
Internal change.
gVisor bot
2021-08-27
fix: typo spelling grammar
slowy07
2021-08-26
fix tests in pty.cc
gystemd
2021-08-24
Merge pull request #6438 from gystemd:tcsetpgrp_SIGTTOU
gVisor bot
2021-08-24
Fix uninitialized messages in MsgqueueTest
Fabricio Voznika
2021-08-19
Added a system call test for SetForegroundProcessGroup
gystemd
2021-08-17
[op] Deflake SNMP Metric proc_net tests.
Ayush Ranjan
2021-08-17
Merge pull request #6262 from sudo-sturbia:msgqueue/syscalls3
gVisor bot
2021-08-17
added two system call tests for setForegroundProcessGroup
gystemd
2021-08-17
Deflake test/perf:randread_benchmark
Andrei Vagin
2021-08-17
Implement stub for msgctl(2).
Zyad A. Ali
2021-08-17
Add tests for msgctl(2).
Zyad A. Ali
2021-08-16
Internal change.
gVisor bot
2021-08-16
test/syscalls/proc_net: /proc/net/snmp can contain system-wide statistics
Andrei Vagin
2021-08-13
[benchmarks] Update BenchmarkStartEmpty benchmark.
Zach Koopmans
2021-08-12
Automated rollback of changelist 390346783
gVisor bot
2021-08-12
test/pipe: use futex() for sync with the signal hander
Andrei Vagin
2021-08-12
Internal change.
gVisor bot
2021-08-12
Add support for TCP send buffer auto tuning.
Nayana Bidari
[next]