summaryrefslogtreecommitdiffhomepage
path: root/pkg
AgeCommit message (Expand)Author
2019-03-13Allow filesystem.Mount to take an optional interface argument.Nicolas Lacasse
2019-03-13Remove unused function.Kevin Krakauer
2019-03-13Reduce PACKET_RX_RING memory usageFabricio Voznika
2019-03-12Make gonet.PacketConn implement net.Conn.Noah Gold
2019-03-12Make HandleLocal apply to all non-loopback interfaces.Ian Gudger
2019-03-12Clarify the platform.File interface.Jamie Liu
2019-03-11kvm: minimum guest/host timekeeping delta.Adin Scannell
2019-03-11Add profiling commands to runscFabricio Voznika
2019-03-09Fix getsockopt(IP_MULTICAST_IF).Ian Gudger
2019-03-08Make IP_MULTICAST_LOOP and IP_MULTICAST_TTL allow setting int or char.Ian Gudger
2019-03-08Validate multicast addresses in multicast group operations.Ian Gudger
2019-03-08Implement IP_MULTICAST_LOOP.Ian Gudger
2019-03-06No need to check for negative uintptr.Nicolas Lacasse
2019-03-05Priority-inheritance futex implementationFabricio Voznika
2019-03-05Add new retransmissions and recovery related metrics.Bhasker Hariharan
2019-03-05Remove unused commit() function argument to Bind.Kevin Krakauer
2019-03-04Remove duplicate SetSockOpt callTamir Duberstein
2019-03-04Make tmpfs respect MountNoATime now that fs.Handle is gone.Nicolas Lacasse
2019-03-04Reconcile DHCP with SO_BROADCASTTamir Duberstein
2019-03-01ptrace: drop old FIXMEAdin Scannell
2019-03-01DecRef replaced dirent in inode_overlay.Nicolas Lacasse
2019-03-01Add semctl(GETPID) syscallFabricio Voznika
2019-03-01Format capget/capset argumentsMichael Pratt
2019-02-28Fix typoMichael Pratt
2019-02-28Fix "-c dbg" build breakFabricio Voznika
2019-02-28Fix procfs bugsRuidong Cao
2019-02-28Upgrade to Go 1.12Michael Pratt
2019-02-28Map IPv{4,6} addresses to ethernet addressesTamir Duberstein
2019-02-28Hold dataMu for writing in CachingInodeOperations.WriteOut.Jamie Liu
2019-02-27Ping support via IPv4 raw sockets.Kevin Krakauer
2019-02-27Allow overlay to merge Directories and SepcialDirectories.Nicolas Lacasse
2019-02-26Fix bad mergeFabricio Voznika
2019-02-26Adds a WriteRawPacket method to the InjectableLinkEndpoint interface.Googler
2019-02-26FPE_INTOVF (integer overflow) should be 2 refer to Linux.Ruidong Cao
2019-02-26Lazily allocate inotify map on inodeFabricio Voznika
2019-02-26Use more conservative locking in NIC.DeliverNetworkPacketAmanda Tait
2019-02-25Add a SACK scoreboard to TCP endpoints.Bhasker Hariharan
2019-02-25Don't call WalkGetAttr for walk(names=[]).Jamie Liu
2019-02-25Handle invalid offset in sendfile(2)Fabricio Voznika
2019-02-25Fix race condition in NIC.DeliverNetworkPacketAmanda Tait
2019-02-24Internal change.Googler
2019-02-22Rename ping endpoints to icmp endpoints.Kevin Krakauer
2019-02-21Internal change.Googler
2019-02-20Automated rollback of changelist 234680481Michael Pratt
2019-02-20Make some ptrace commands x86-onlyHaibo Xu
2019-02-20Implement Broadcast supportAmanda Tait
2019-02-19Updates tcp_proxy to use an AF_PACKET and veth devices.Bhasker Hariharan
2019-02-19netstack: Add SIOCGSTAMP support.Kevin Krakauer
2019-02-19Rename "perfctr_l2" to "perfctr_llc"Michael Pratt
2019-02-19Add p9.Sticky.Jamie Liu