summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/link/fdbased/BUILD
AgeCommit message (Expand)Author
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-08-15Enabling pkg/tcpip/link support on arm64.Haibo Xu
2019-08-15Rename fdbased/mmap.go to fdbased/mmap_stub.go.Haibo Xu
2019-06-13Update canonical repository.Adin Scannell
2019-05-21Refactor fdbased endpoint dispatcher code.Bhasker Hariharan
2019-03-28netstack/fdbased: add generic segmentation offload (GSO) supportAndrei Vagin
2019-02-13Add support for using PACKET_RX_RING to receive packets.Bhasker Hariharan
2019-01-31Remove license commentsMichael Pratt
2019-01-29Use recvmmsg() instead of readv() to read packets from NIC.Bhasker Hariharan
2018-10-23Track paths and provide a rename hook.Adin Scannell
2018-07-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-07-09Switch netstack licenses to Apache 2.0.Nicolas Lacasse
2018-04-28Check in gVisor.Googler