summaryrefslogtreecommitdiffhomepage
path: root/test
AgeCommit message (Expand)Author
2021-10-06Wrap testing.MainStart to work around upcoming signature change.Nicolas Lacasse
2021-10-06Clarify incorrect behavior on gVisorTamir Duberstein
2021-10-06Clarify incorrect behavior on gVisorTamir Duberstein
2021-10-06Do not skip IPv6 tests when we don't have IPv4Tamir Duberstein
2021-10-05Centralize skip logicTamir Duberstein
2021-10-05Enable passing syscall testsTamir Duberstein
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-01Merge pull request #6551 from sudo-sturbia:msgqueue/procfsgVisor bot
2021-10-01Move pendingEndpoints to acceptQueueTamir Duberstein
2021-09-30Test syn and accept queue behavior on shutdownTamir Duberstein
2021-09-29Setup sniffer teardown earlierTamir Duberstein
2021-09-27Add procfs files for SysV message queues.Zyad A. Ali
2021-09-24Merge pull request #6570 from sudo-sturbia:ipc/procgVisor bot
2021-09-24Run proc's static-file tests in a container.Zyad A. Ali
2021-09-23Compose ICMP endpoint with datagram-based endpointGhanan Gowripalan
2021-09-21Handle Shutdown on connecting tcp socketArthur Sfez
2021-09-21Deliver endpoints to the accept queue synchronously when possibleArthur Sfez
2021-09-20Support getsockname for packet socketsGhanan Gowripalan
2021-09-20Do not allow unbinding network protocolGhanan Gowripalan
2021-09-19Support IPV6_RECVPKTINFO on UDP socketsGhanan Gowripalan
2021-09-17Allow rebinding packet socket protocolGhanan Gowripalan
2021-09-16Allow creating packet socket bound to any protocolGhanan Gowripalan
2021-09-16Rename packet_socket to packet_socket_dgramGhanan Gowripalan
2021-09-16Limit most file mmaps to the range of an int64.Jamie Liu
2021-09-16Don't allow binding to broadcast on ICMP socketsGhanan Gowripalan
2021-09-15Pass address properties in a single structTony Gong
2021-09-15[bind] Return EINVAL for under sized addressGhanan Gowripalan
2021-09-14Compose raw IP with datagram-based endpointGhanan Gowripalan
2021-09-14Use a shared method to get loopback indexGhanan Gowripalan
2021-09-14Explicitly bind endpoint to a NICGhanan Gowripalan
2021-09-14Don't use SOL_UDP when creating socketsGhanan Gowripalan
2021-09-13Accept packets destined to bound addressGhanan Gowripalan
2021-09-13tools/show_paths.bzl: check that provider_map isn't NoneAndrei Vagin
2021-09-13Separate IPv4 ToS & IPv6 TClass in dgram endpointGhanan Gowripalan
2021-09-11Internal change.gVisor bot
2021-09-09Remove linux-compat loopback hacks from packet endpointGhanan Gowripalan
2021-09-07Conditionally use GetAbsoluteTestTmpdir() rather than hard-code "/tmp"Kevin Lindkvist
2021-09-02Merge pull request #6516 from slowy07:minor-changesgVisor bot
2021-09-01Support sending with packet socketsGhanan Gowripalan
2021-09-01unix: handle a case when a buffer is overflowedAndrei Vagin
2021-08-31Remove splice-to/from-weird-files tests.Jamie Liu
2021-08-31Automated rollback of changelist 390405182gVisor bot
2021-08-30[syserr] Fix SIGBUS on syserr.FromErrorZach Koopmans
2021-08-30Internal change.gVisor bot
2021-08-27fix: typo spelling grammarslowy07
2021-08-26fix tests in pty.ccgystemd
2021-08-24Merge pull request #6438 from gystemd:tcsetpgrp_SIGTTOUgVisor bot
2021-08-24Fix uninitialized messages in MsgqueueTestFabricio Voznika
2021-08-19Added a system call test for SetForegroundProcessGroupgystemd