summaryrefslogtreecommitdiffhomepage
path: root/pkg
AgeCommit message (Expand)Author
2021-03-05Increment the counters when sending Echo requestsArthur Sfez
2021-03-05Fix network protocol/endpoint lock order violationGhanan Gowripalan
2021-03-05Include duplicate address holder info in DADResultGhanan Gowripalan
2021-03-05Implement IterDirent in verity fsChong Cai
2021-03-05Make stack.DADResult an interfaceGhanan Gowripalan
2021-03-04Nit fix: Should use maxTimeout in backoffTimerTing-Yu Wang
2021-03-03Deflake //pkg/tcpip/tests/integration:forward_testTing-Yu Wang
2021-03-03Make dedicated methods for data operations in PacketBufferTing-Yu Wang
2021-03-03Remove dependency on golang.org/x/sys/unixTamir Duberstein
2021-03-03Assert UpdatedAtNanos in neighbor cache testsSam Balana
2021-03-03Add checklocks analyzer.Bhasker Hariharan
2021-03-03Export stats that were forgottenArthur Sfez
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.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-25RACK: recovery logic should check for receive window before re-transmitting.Nayana Bidari
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-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-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-22Internal change.gVisor bot
2021-02-22unix: sendmmsg and recvmsg have to cap a number of message to UIO_MAXIOVAndrei Vagin
2021-02-19Don't hold baseEndpoint.mu while calling EventUpdate().Nicolas Lacasse
2021-02-19control.Proc.Exec should default to root pid namespace if none provided.Nicolas Lacasse
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-18Validate IGMP packetsArthur Sfez
2021-02-18Remove deprecated NUD types Failed and FailedEntryLookupsSam Balana
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-17[infra] Split tcpip/integration test targets to aid investigation.Ayush Ranjan
2021-02-12Fix bug with iperf and don't profile runc.Zach Koopmans
2021-02-11[rack] TLP: ACK Processing and PTO scheduling.Ayush Ranjan
2021-02-11Unconditionally check for directory-ness in overlay.filesystem.UnlinkAt().Jamie Liu
2021-02-11[netstack] Fix recovery entry and exit checks.Ayush Ranjan
2021-02-11Internal change.gVisor bot