summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/nic.go
AgeCommit message (Expand)Author
2019-06-13Update canonical repository.Adin Scannell
2019-05-22UDP and TCP raw socket support.Kevin Krakauer
2019-05-02Support reception of multicast data on more than one socketChris Kuiper
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-03-28netstack/fdbased: add generic segmentation offload (GSO) supportAndrei Vagin
2019-03-19Add layer 2 stats (tx, rx) X (packets, bytes) to netstackBert Muthalaly
2019-03-12Make HandleLocal apply to all non-loopback interfaces.Ian Gudger
2019-03-08Implement IP_MULTICAST_LOOP.Ian Gudger
2019-02-27Ping support via IPv4 raw sockets.Kevin Krakauer
2019-02-26Use more conservative locking in NIC.DeliverNetworkPacketAmanda Tait
2019-02-25Fix race condition in NIC.DeliverNetworkPacketAmanda Tait
2019-02-20Implement Broadcast supportAmanda Tait
2019-01-29Fix NIC endpoint forwarding.Ian Gudger
2018-12-04Remove incorrect code and improve testing of Stack.GetMainNICAddressChris Kuiper
2018-11-14Rename incorrectly named (dst, src) arguments in DeliverNetworkPacket prototypeBert Muthalaly
2018-10-19Use correct company name in copyright headerIan Gudger
2018-09-19Pass local link address to DeliverNetworkPacketBert Muthalaly
2018-09-17Implement packet forwarding to enable NATTamir Duberstein
2018-09-12Always pass buffer.VectorisedView by valueTamir Duberstein
2018-09-12Add multicast supportTamir Duberstein
2018-09-05Fix race condition introduced in 211135505Tamir Duberstein
2018-09-05Implement Subnet removalTamir Duberstein
2018-09-04Automated rollback of changelist 211156845Bhasker Hariharan
2018-08-31Automated rollback of changelist 211103930Googler
2018-08-31ipv6: ICMP supportTamir Duberstein
2018-08-27Add various statisticsTamir Duberstein
2018-08-23Encapsulate netstack metricsIan Gudger
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-09Switch netstack licenses to Apache 2.0.Nicolas Lacasse
2018-07-03Resend packets back to netstack if destined to itselfFabricio Voznika
2018-04-28Check in gVisor.Googler