summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/link/tun/device.go
AgeCommit message (Expand)Author
2021-03-15Make netstack (//pkg/tcpip) buildable for 32 bitKevin Krakauer
2021-03-03Make dedicated methods for data operations in PacketBufferTing-Yu Wang
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2020-12-22Invoke address resolution upon subsequent traffic to Failed neighborPeter Johnston
2020-12-03Make `stack.Route` thread safePeter Johnston
2020-11-16Remove ARP address workaroundGhanan Gowripalan
2020-11-09Initialize references with a value of 1.Dean Deng
2020-10-23Rewrite reference leak checker without finalizers.Dean Deng
2020-10-09Automated rollback of changelist 336304024Ghanan Gowripalan
2020-10-09Automated rollback of changelist 336185457Bhasker Hariharan
2020-10-08Do not resolve routes immediatelyGhanan Gowripalan
2020-08-25Use new reference count utility throughout gvisor.Dean Deng
2020-08-13Migrate to PacketHeader API for PacketBuffer.Ting-Yu Wang
2020-08-03Plumbing context.Context to DecRef() and Release().Nayana Bidari
2020-07-22Support for receiving outbound packets in AF_PACKET.Bhasker Hariharan
2020-07-15Fix minor bugs in a couple of interface IOCTLs.Bhasker Hariharan
2020-06-03Pass PacketBuffer as pointer.Ting-Yu Wang
2020-03-24Move tcpip.PacketBuffer and IPTables to stack package.Bhasker Hariharan
2020-03-16Enable ARP resolution in TAP devices.Ting-Yu Wang
2020-02-21Implement tap/tun device in vfs.Ting-Yu Wang