summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-03-02Add reverse flag to mitigate.Zach Koopmans
2021-03-02[rack] Support running tcp_benchmarks with RACK.Ayush Ranjan
2021-03-02Plumb link address request errors up to requesterTamir Duberstein
2021-03-01tcp: endpoint.Write has to send all data that has been read from payloadAndrei Vagin
2021-02-26Fix panic due to zero length writes in TCP.Bhasker Hariharan
2021-02-26Assert UpdatedAtNanos in neighbor entry testsSam Balana
2021-02-26Embed sync.Mutex for entryTestLinkResolver and testNUDDispatcherSam Balana
2021-02-26Use helper functions in neighbor entry testsSam Balana
2021-02-26Use closure to avoid manual unlockingTamir Duberstein
2021-02-26Emit the errorTamir Duberstein
2021-02-25RACK: recovery logic should check for receive window before re-transmitting.Nayana Bidari
2021-02-25Move SetNonblocking into posix_serverZeling Feng
2021-02-25Remove deadlock in raw.endpoint caused by recursive read lockingKevin Krakauer
2021-02-25Implement SEM_STAT_ANY cmd of semctl.Jing Chen
2021-02-25Strip all non-numeric characters from version.Adin Scannell
2021-02-24Use sync.Gate in p9.connState.Jamie Liu
2021-02-24Validate MLD packetsArthur Sfez
2021-02-24Kernfs should not try to rename a file to itself.Nicolas Lacasse
2021-02-24Use mapped device number + topmost inode number for all files in VFS2 overlay.Jamie Liu
2021-02-24Cleanup temp SLAAC address jobs on DAD conflictsGhanan Gowripalan
2021-02-24Move //pkg/gate.Gate to //pkg/sync.Jamie Liu
2021-02-24Merge pull request #5519 from dqminh:runsc-ps-pidsgVisor bot
2021-02-24runsc/filters: permit clock_nanosleep for raceAndrei Vagin
2021-02-24return root pids with runsc psDaniel Dao
2021-02-24Add YAMA security module restrictions on ptrace(2).Dean Deng
2021-02-24Use async task context for async IO.Dean Deng
2021-02-22Only detect mds for mitigate.Zach Koopmans
2021-02-22Return nicer error message when cgroups v1 isn't availableFabricio Voznika
2021-02-22Internal change.gVisor bot
2021-02-22unix: sendmmsg and recvmsg have to cap a number of message to UIO_MAXIOVAndrei Vagin
2021-02-22Fix `runsc kill --pid`Fabricio Voznika
2021-02-19Don't hold baseEndpoint.mu while calling EventUpdate().Nicolas Lacasse
2021-02-19Correctly set and respect b.N in fio benchmark.Zach Koopmans
2021-02-19control.Proc.Exec should default to root pid namespace if none provided.Nicolas Lacasse
2021-02-19Add a few more project ideas to the gsoc 2021 listRahat Mahmood
2021-02-18Make socketops reflect correct sndbuf value for host UDS.Bhasker Hariharan
2021-02-18Bump build constraints to Go 1.18Michael Pratt
2021-02-18Make b.N increase by KB not bytes on iperf.Zach Koopmans
2021-02-18Validate IGMP packetsArthur Sfez
2021-02-18Use standard want/got syntax in test errorsTamir Duberstein
2021-02-18Remove deprecated NUD types Failed and FailedEntryLookupsSam Balana
2021-02-18Remove side effect from pty testsFabricio Voznika
2021-02-17Deflake tcp_network_unreachable testZeling Feng
2021-02-17[infra] Update JDK11 version for java runtime tests.Ayush Ranjan
2021-02-17Move Name() out of netstack Matcher. It can live in the sentry.Kevin Krakauer
2021-02-17Add gohacks.Slice/StringHeader.Jamie Liu
2021-02-17Check for directory emptiness in VFS1 overlay rmdir().Jamie Liu
2021-02-17Use TCP_INFO to get RTO in tcp_retransmits_testNayana Bidari
2021-02-17Clean up test styleTamir Duberstein
2021-02-17[infra] Split tcpip/integration test targets to aid investigation.Ayush Ranjan