summaryrefslogtreecommitdiffhomepage
path: root/runsc/boot/network.go
AgeCommit message (Expand)Author
2021-03-06[op] Replace syscall package usage with golang.org/x/sys/unix in runsc/.Ayush Ranjan
2020-11-19Propagate IP address prefix from host to netstackFabricio Voznika
2020-11-16Remove ARP address workaroundGhanan Gowripalan
2020-08-19Move boot.Config to its own packageFabricio Voznika
2020-07-22Support for receiving outbound packets in AF_PACKET.Bhasker Hariharan
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-01-08Combine various Create*NIC methods into CreateNICWithOptions.Bert Muthalaly
2020-01-08Add NIC.isLoopback()Bert Muthalaly
2019-12-11Enable IPv6 in runscBhasker Hariharan
2019-10-22netstack/tcp: software segmentation offloadAndrei Vagin
2019-09-06Remove reundant global tcpip.LinkEndpointID.Ian Gudger
2019-08-21Use tcpip.Subnet in tcpip.RouteTamir Duberstein
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-23Revert runsc to use RecvMMsg packet dispatcher.Bhasker Hariharan
2019-04-17Return error from fdbased.NewFabricio Voznika
2019-04-09Add TCP checksum verification.Bhasker Hariharan
2019-03-29gvisor/runsc: enable generic segmentation offload (GSO)Andrei Vagin
2019-03-12Make HandleLocal apply to all non-loopback interfaces.Ian Gudger
2019-03-08Implement IP_MULTICAST_LOOP.Ian Gudger
2019-02-13Add support for using PACKET_RX_RING to receive packets.Bhasker Hariharan
2019-01-29Use recvmmsg() instead of readv() to read packets from NIC.Bhasker Hariharan
2018-10-19Use correct company name in copyright headerIan Gudger
2018-09-28Change tcpip.Route.Mask to tcpip.AddressMask.Googler
2018-08-08Basic support for ip link/addr and ifconfigFabricio Voznika
2018-08-08Resend packets back to netstack if destined to itselfFabricio Voznika
2018-07-11Automated rollback of changelist 203157739Bhasker Hariharan
2018-07-03Resend packets back to netstack if destined to itselfFabricio Voznika
2018-04-28Check in gVisor.Googler