summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack
AgeCommit message (Expand)Author
2018-09-12Add multicast supportTamir Duberstein
2018-09-05Fix race condition introduced in 211135505Tamir Duberstein
2018-09-05Update {LinkEndpoint,NetworkEndpoint}#WritePacket to take a VectorisedViewBert Muthalaly
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-25Upstreaming DHCP changes from FuchsiaTamir Duberstein
2018-08-23Encapsulate netstack metricsIan Gudger
2018-08-21Expose route tableGoogler
2018-08-08Basic support for ip link/addr and ifconfigFabricio Voznika
2018-08-08Resend packets back to netstack if destined to itselfFabricio Voznika
2018-08-07Adds support to dump out cubic internal state.Bhasker Hariharan
2018-08-01Move stack clock to options structIan Gudger
2018-07-30netstack: support disconnect-on-save option per fdbased link.Zhaozhong Ni
2018-07-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-07-17netstack: update goroutine save / restore safety comments.Zhaozhong Ni
2018-07-11Automated rollback of changelist 203157739Bhasker Hariharan
2018-07-10netstack: only do connected TCP S/R for loopback connections.Zhaozhong Ni
2018-07-10netstack: tcp socket connected state S/R support.Zhaozhong Ni
2018-07-09Switch netstack licenses to Apache 2.0.Nicolas Lacasse
2018-07-03Resend packets back to netstack if destined to itselfFabricio Voznika
2018-06-26Automated rollback of changelist 201596247Brian Geffon
2018-06-21netstack: tcp socket connected state S/R support.Zhaozhong Ni
2018-05-22sentry: Add simple SIOCGIFFLAGS support (IFF_RUNNING and IFF_PROMIS).Kevin Krakauer
2018-05-08Fix warning: redundant if ...; err != nil check, just return error instead.Ian Gudger
2018-05-03Fix misspellings.Cyrille Hemidy
2018-05-01Implement SO_TIMESTAMPIan Gudger
2018-04-28Check in gVisor.Googler