summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-12-06Merge pull request #4932 from lubinszARM:pr_test_exceptionsgVisor bot
2020-12-05Fix zero receive window advertisements.Mithun Iyer
2020-12-04Remove stack.ReadOnlyAddressableEndpointStateGhanan Gowripalan
2020-12-04Overlay runsc regular file mounts with regular files.Jamie Liu
2020-12-04Allow use of SeqAtomic with pointer-containing types.Jamie Liu
2020-12-04Remove invalid test case.Adin Scannell
2020-12-04Update containerd tests for 1.4+ to 1.4.3.Adin Scannell
2020-12-04Initialize has_tid for correctness.Adin Scannell
2020-12-04Fix load-benchmarks-images call.Zach Koopmans
2020-12-04Introduce IPv4 options serializer and add RouterAlert to IGMPBruno Dal Bo
2020-12-04Avoid fallocate(FALLOC_FL_PUNCH_HOLE) when ManualZeroing is in effect.Jamie Liu
2020-12-04Require sync.RWMutex to lock and unlock from the same goroutineMichael Pratt
2020-12-03Implement command IPC_INFO for semctl.Jing Chen
2020-12-03Update containerd to 1.3.9Fabricio Voznika
2020-12-03Internal change.gVisor bot
2020-12-03Surface usage message for `runsc do`.Dean Deng
2020-12-03Add BuildKite pipeline.Adin Scannell
2020-12-03Make `stack.Route` thread safePeter Johnston
2020-12-03Implement `fcntl` options `F_GETSIG` and `F_SETSIG`.Etienne Perot
2020-12-03Support partitions for other tests.Adin Scannell
2020-12-02Remove FileReadWriteSeeker from vfs.Jamie Liu
2020-12-02Do not unconditionally allocate in kernel.FDTable.setAll().Jamie Liu
2020-12-02Make testutil.RandomID safe for concurrent usesZeling Feng
2020-12-02Consolidate most synchronization primitive linknames in the sync package.Jamie Liu
2020-12-02Extract ICMPv4/v6 specific stats to their own typesArthur Sfez
2020-12-02Abandon reassembly of a packet if fragments overlapArthur Sfez
2020-12-02Skip generating an empty (broken) test case.Adin Scannell
2020-12-02[netstack] Refactor common utils out of netstack to socket package.Ayush Ranjan
2020-12-02Add BuildKite agent.Adin Scannell
2020-12-02Fix chown test.Adin Scannell
2020-12-02Clean up verity tests.Dean Deng
2020-12-02Skip CanKillAllPIDs when running natively.Adin Scannell
2020-12-02[netstack] Add back EndpointInfo struct in tcp.Ayush Ranjan
2020-12-02Fix containerd.sh for later Ubuntu and Debian-based distributions.Adin Scannell
2020-12-02Add /proc/sys/kernel/sem.Jing Chen
2020-12-01Deflake stack_test.TestRouterSolicitationGhanan Gowripalan
2020-12-01Correctly lock when listing neighbor entriesGhanan Gowripalan
2020-12-01Drop jobs for bazel remote execution.Adin Scannell
2020-12-01Avoid wrong error messagesZeling Feng
2020-12-01Typo fix.Etienne Perot
2020-12-01Track join count in multicast group protocol stateGhanan Gowripalan
2020-11-30Fix typo in ptrace documentation.Dean Deng
2020-11-30Do not start a ContainerExec twiceZeling Feng
2020-11-30Fix deadlock in UDP handleControlPacket path.Bhasker Hariharan
2020-11-30Add more fragment reassembly testsToshi Kikuchi
2020-11-30Do not os.Exit() from test/benchmarks/harness.Harness.Init with no args.Jamie Liu
2020-11-30Perform IGMP/MLD when the NIC is enabled/disabledGhanan Gowripalan
2020-11-30Ensure containerd is used from installed location.Adin Scannell
2020-11-27Don't add a temporary address to send DAD/RS packetsGhanan Gowripalan
2020-11-26[netstack] Add SOL_TCP options to SocketOptions.Ayush Ranjan