summaryrefslogtreecommitdiffhomepage
path: root/runsc/sandbox/network.go
AgeCommit message (Expand)Author
2019-06-13Update canonical repository.Adin Scannell
2019-06-11Use net.HardwareAddr for FDBasedLink.LinkAddressFabricio Voznika
2019-06-06Add multi-fd support to fdbased endpoint.Bhasker Hariharan
2019-05-15gvisor/runsc: use a veth link address instead of generating a new oneAndrei Vagin
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-26Bump the AF_PACKET socket rcv buf size to 4MB by default.Bhasker Hariharan
2019-04-23Replace os.File with fd.FD in fsgoferFabricio Voznika
2019-03-29gvisor/runsc: enable generic segmentation offload (GSO)Andrei Vagin
2019-01-28check isRootNS by ns inodeShijiang Wei
2019-01-18Scrub runsc error messagesFabricio Voznika
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-01Make multi-container the default mode for runscFabricio Voznika
2018-09-06Enable network for multi-containerFabricio Voznika
2018-08-27Put fsgofer inside chrootFabricio Voznika
2018-08-06Tiny reordering to network codeFabricio Voznika
2018-07-19runsc: copy gateway from the pod network interface.Lantao Liu
2018-06-01Ignores IPv6 addresses when configuring networkFabricio Voznika
2018-05-08Use the containerd annotation instead of detecting the "pause" application.Nicolas Lacasse
2018-04-28Check in gVisor.Googler