summaryrefslogtreecommitdiffhomepage
path: root/runsc/sandbox/network.go
AgeCommit message (Expand)Author
2020-12-10Disable host reassembly for fragments.Bhasker Hariharan
2020-11-19Propagate IP address prefix from host to netstackFabricio Voznika
2020-09-25Swallow SO_RCVBUFFORCE and SO_SNDBUFFORCE errors on SOCK_RAW socketsMarek Majkowski
2020-08-26Make flag propagation automaticFabricio Voznika
2020-08-19Move boot.Config to its own packageFabricio Voznika
2020-07-08Drop empty lineMichael Pratt
2020-06-16Add runsc options to set checksum offloading statusgVisor bot
2020-04-30FIFO QDisc implementationBhasker Hariharan
2020-02-20Initial network namespace support.gVisor bot
2020-02-11Disallow duplicate NIC names.gVisor bot
2020-01-15Bump SO_SNDBUF for fdbased endpoint used by runsc.Bhasker Hariharan
2019-12-11Enable IPv6 in runscBhasker Hariharan
2019-10-22netstack/tcp: software segmentation offloadAndrei Vagin
2019-08-21Use tcpip.Subnet in tcpip.RouteTamir Duberstein
2019-07-30Remove unused const variablesIan Lewis
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