summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack
AgeCommit message (Expand)Author
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