summaryrefslogtreecommitdiffhomepage
path: root/pkg
AgeCommit message (Expand)Author
2020-01-14Changes TCP packet dispatch to use a pool of goroutines.Bhasker Hariharan
2020-01-14Implement {g,s}etsockopt(IP_RECVTOS) for UDP socketsTamir Duberstein
2020-01-13Do Source Address Selection when choosing an IPv6 source addressGhanan Gowripalan
2020-01-13Allow dual stack sockets to operate on AF_INETTamir Duberstein
2020-01-13Merge pull request #1528 from kevinGC:iptables-writegVisor bot
2020-01-10Automated rollback of changelist 288990597Ghanan Gowripalan
2020-01-10Put CancellableTimer tests in the tcpip_test packageGhanan Gowripalan
2020-01-10goid: new packageIan Gudger
2020-01-10panic fix in retransmitTimerExpired.Bhasker Hariharan
2020-01-09New sync package.Ian Gudger
2020-01-09Merge pull request #1523 from majek:fix-1522-silly-window-rxgVisor bot
2020-01-09Inform NDPDispatcher when Stack learns about available configurations via DHCPv6Ghanan Gowripalan
2020-01-09Separate NDP tests into its own packageGhanan Gowripalan
2020-01-09Merge pull request #1423 from xiaobo55x:stracegVisor bot
2020-01-09Change BindToDeviceOption to store NICIDEyal Soha
2020-01-09Allow clients to store an opaque NICContext with NICsBert Muthalaly
2020-01-08CancellableTimer to encapsulate the work of safely stopping timersGhanan Gowripalan
2020-01-08More GH comments.Kevin Krakauer
2020-01-08Return correct length with MSG_TRUNC for unix sockets.Ian Lewis
2020-01-08Define sizes for extent headers and entries separately to improve clarity.Dean Deng
2020-01-08Addressed GH commentsKevin Krakauer
2020-01-08Fix slice bounds out of range panic in parsing socket control message.Ting-Yu Wang
2020-01-08Introduce tcpip.SockOptBoolTamir Duberstein
2020-01-08Combine various Create*NIC methods into CreateNICWithOptions.Bert Muthalaly
2020-01-08Rename tcpip.SockOpt{,Int}Tamir Duberstein
2020-01-08Merge pull request #1273 from lubinszARM:pr_ring_3gVisor bot
2020-01-08Comment cleanup.Kevin Krakauer
2020-01-08Minor fixes to comments and loggingKevin Krakauer
2020-01-08Make /proc/[pid] offset start at TGID_OFFSETFabricio Voznika
2020-01-08Remove redundant function argumentTamir Duberstein
2020-01-08Write simple ACCEPT rules to the filter table.Kevin Krakauer
2020-01-08Add NIC.isLoopback()Bert Muthalaly
2020-01-08Fix #1522 - implement silly window sydrome protection on rx sideMarek Majkowski
2020-01-07fs/splice: don't report a partialResult error if there is no data lossAndrei Vagin
2020-01-07Support deprecating SLAAC addresses after the preferred lifetimeGhanan Gowripalan
2020-01-07#1398 - send ACK when available buffer space gets larger than 1 MSSMarek Majkowski
2020-01-07Disable auto-generation of IPv6 link-local addresses for loopback NICsGhanan Gowripalan
2020-01-06Pass the NIC-internal name to the NIC name function when generating opaque IIDsGhanan Gowripalan
2020-01-06platform/syscall: use syscall + int3 to execute a system call in a stub processAndrei Vagin
2020-01-06Convert memfs into proto-tmpfs.Nicolas Lacasse
2020-01-06Implement rseq(2)Michael Pratt
2020-01-06Cleanup Shm reference handlingMichael Pratt
2020-01-03Use opaque interface identifiers when generating IPv6 addresses via SLAACGhanan Gowripalan
2020-01-03Remove FIXME comments to close old bug.Zach Koopmans
2020-01-03Support generating opaque interface identifiers as defined by RFC 7217Ghanan Gowripalan
2019-12-30Add VFS2 support for device special files.Jamie Liu
2019-12-27Add VFS2 support for /proc/filesystems.Jamie Liu
2019-12-26Initial procfs implementation in VFSv2Fabricio Voznika
2019-12-26Merge pull request #1461 from xiaobo55x:ptrace_sysemugVisor bot
2019-12-26Merge pull request #1460 from lubinszARM:pr_clean_code1gVisor bot