summaryrefslogtreecommitdiffhomepage
path: root/pkg
AgeCommit message (Expand)Author
2021-07-13Create ipc package and ipc.Object.Zyad A. Ali
2021-07-13Use consistent naming for subcontainersFabricio Voznika
2021-07-13netstack: atomically update buffer sizesKevin Krakauer
2021-07-13Deflake TestRouterSolicitationGhanan Gowripalan
2021-07-13apply bitmap for fd_tableHoward Zhang
2021-07-13add bitmapHoward Zhang
2021-07-12netstack: move SO_SNDBUF/RCVBUF clamping logic out of //pkg/tcpipKevin Krakauer
2021-07-12Fix deadlock in procfsFabricio Voznika
2021-07-12Fix stdios ownershipFabricio Voznika
2021-07-12[syserror] Update syserror to linuxerr for more errors.Zach Koopmans
2021-07-12Mark all functions that are called from a forked child with go:noraceAndrei Vagin
2021-07-12Prevent interleaving in sniffer pcap outputTamir Duberstein
2021-07-12Go 1.17 support for the KVM platformMichael Pratt
2021-07-09Drop unnecessary checklocksignore.Adin Scannell
2021-07-08Fix some //pkg/seccomp bugs.Jamie Liu
2021-07-08Replace kernel.ExitStatus with linux.WaitStatus.Jamie Liu
2021-07-08devpts: Notify of echo'd input queue bytes only after locks have been released.Etienne Perot
2021-07-08Do not queue zero sized segments.Bhasker Hariharan
2021-07-07Move time.Now() call to snifferTamir Duberstein
2021-07-07Sentry: Measure the time it takes to initialize the Sentry.Etienne Perot
2021-07-07Use time package-level variableTamir Duberstein
2021-07-02Merge pull request #6258 from liornm:fix-iptables-input-interfacegVisor bot
2021-07-02Discover more specific routes as per RFC 4191Ghanan Gowripalan
2021-07-01Mix checklocks and atomic analyzers.Adin Scannell
2021-07-01Fix bug with TCP bind w/ SO_REUSEADDR.Bhasker Hariharan
2021-07-01Strace: handle null pathsFabricio Voznika
2021-07-01[syserror] Update several syserror errors to linuxerr equivalents.Zach Koopmans
2021-06-30Implement fmt.Stringer for NDPRoutePreferenceGhanan Gowripalan
2021-06-30[syserror] Update syserror to linuxerr for EACCES, EBADF, and EPERM.Zach Koopmans
2021-06-29Support parsing NDP Route Information optionGhanan Gowripalan
2021-06-29Merge pull request #6085 from liornm:fix-tun-no_pigVisor bot
2021-06-29Sort children map before hashChong Cai
2021-06-29Add SIOCGIFFLAGS ioctl support to hostinet.Lucas Manning
2021-06-29[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVALZach Koopmans
2021-06-29Delete PID files right after they are readFabricio Voznika
2021-06-29Redirect all calls from `errdefs.ToGRPC` to `utils.ErrToGRPC`Fabricio Voznika
2021-06-29Fix iptables List entries Input interface fieldliornm
2021-06-29Fix TUN IFF_NO_PI bugliornm
2021-06-28Allow VFS2 gofer client to mmap from sentry page cache when forced.Jamie Liu
2021-06-28netstack: deflake TestSynRcvdBadSeqNumberKevin Krakauer
2021-06-25Merge pull request #6222 from avagin:stopgVisor bot
2021-06-25Remove sndQueue as its pointless now.Bhasker Hariharan
2021-06-24Incrementally update checksum when NAT-ingGhanan Gowripalan
2021-06-24Refactor default router state to off-link route stateGhanan Gowripalan
2021-06-24Internal change.Jamie Liu
2021-06-24Delete sentry metrics /watchdog/{stuck_startup_detected, stuck_tasks_detected}Nayana Bidari
2021-06-24CreateProcessGroup has to check whether a target process stil exists or notAndrei Vagin
2021-06-24Merge pull request #6228 from puppetlabs:fix-shim-pid-leaking-on-stopped-proc...gVisor bot
2021-06-23Use memutil.MapFile for the memory accounting page.Jamie Liu
2021-06-23Move flipcall.packetWindowMmap to memutil.Jamie Liu