summaryrefslogtreecommitdiffhomepage
path: root/pkg
AgeCommit message (Expand)Author
2020-03-17Remove HostFS from Sentry.Zach Koopmans
2020-03-17Packetimpact in Go with c++ stubEyal Soha
2020-03-16fdtable: don't try to zap fdtable entry if close is called for non-existing fdAndrei Vagin
2020-03-16Enforce file size rlimits in VFS2Fabricio Voznika
2020-03-16Add calls to vfs.CheckSetStat to fsimplsFabricio Voznika
2020-03-16Enable ARP resolution in TAP devices.Ting-Yu Wang
2020-03-16Merge pull request #1943 from kevinGC:ipt-filter-ipgVisor bot
2020-03-16Prevent vnetHdr from escaping in WritePacket.Bhasker Hariharan
2020-03-14Disallow kernfs.Inode.SetStat for readonly inodesFabricio Voznika
2020-03-14Plumb VFS2 imported fds into virtual filesystem.Dean Deng
2020-03-13Add remaining procfs filesFabricio Voznika
2020-03-13Panic if file in FDTable has been destroyedFabricio Voznika
2020-03-13Fix infinite loop in semaphore.sem.wakeWaiters().Jamie Liu
2020-03-13Fix typoMichael Pratt
2020-03-13Refactor SLAAC address state into SLAAC prefix stateGhanan Gowripalan
2020-03-13Fix oom_score_adj.Jamie Liu
2020-03-13Disable a NIC before removing itGhanan Gowripalan
2020-03-13Avoid unnecessary work in transportDemuxer.deliverPacket().Jamie Liu
2020-03-13Fix lock recursion in kernel.ProcessGroup.SendSignal().Jamie Liu
2020-03-13Implement access/faccessat for VFS2.Dean Deng
2020-03-13Fix "application exiting with {Code:0 Signo:27}" during boot.Ting-Yu Wang
2020-03-13Honour the link's MaxHeaderLength when forwardingGhanan Gowripalan
2020-03-13Add support for mount flagsFabricio Voznika
2020-03-12Clarify comments about IHL in ipv4.go.Eyal Soha
2020-03-12Mark gonet_test as flaky.Zach Koopmans
2020-03-11Use a heap in transport demuxerTamir Duberstein
2020-03-11Implement heap.Interface on pointer receiverTamir Duberstein
2020-03-11Fix race condition (*tcp.endpoint).CloseTamir Duberstein
2020-03-11Clean-up buffer implementation.Adin Scannell
2020-03-11Fix memory leak in danglingEndpoints.Bhasker Hariharan
2020-03-11Import "unsafe" in bluepill_arm64_unsafe.goAndrei Vagin
2020-03-11Merge pull request #1975 from nybidari:iptablesgVisor bot
2020-03-11runsc: don't redirect SIGURG which is used by Go's runtime schedulerAndrei Vagin
2020-03-11Automated rollback of changelist 300217972gVisor bot
2020-03-11Merge pull request #1832 from xiaobo55x:tls_ptracegVisor bot
2020-03-10Honour the link's MaxHeaderLength when forwardingGhanan Gowripalan
2020-03-10The packet forwarding should resolve the link address if necessary.gVisor bot
2020-03-09Move /proc/net to /proc/PID/net, and make /proc/net -> /proc/self/net.Ting-Yu Wang
2020-03-09Enable thread local storage support on arm64.Haibo Xu
2020-03-06Update comments and debug level for profiling options.Dean Deng
2020-03-06Add plumbing for importing fds in VFS2, along with non-socket, non-TTY impl.Dean Deng
2020-03-06Prevent memory leaks in ilistTamir Duberstein
2020-03-06Merge pull request #1963 from xiaobo55x:kvm_commongVisor bot
2020-03-06Merge pull request #1946 from xiaobo55x:dieTrampgVisor bot
2020-03-06shutdown(s, SHUT_WR) in TIME-WAIT returns ENOTCONNEyal Soha
2020-03-06Specify the source of outgoing NDP RSGhanan Gowripalan
2020-03-06Add nat table support for iptables.Nayana Bidari
2020-03-06Get strings for stack.DHCPv6ConfigurationFromNDPRAGhanan Gowripalan
2020-03-05Stub oom_score_adj and oom_score.Ian Lewis
2020-03-05Fix S/R on inet.Namespace.Ting-Yu Wang