index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
pkg
/
tcpip
/
link
/
tun
/
device.go
Age
Commit message (
Expand
)
Author
2021-03-15
Make netstack (//pkg/tcpip) buildable for 32 bit
Kevin Krakauer
2021-03-03
Make dedicated methods for data operations in PacketBuffer
Ting-Yu Wang
2021-01-28
Change tcpip.Error to an interface
Tamir Duberstein
2020-12-22
Invoke address resolution upon subsequent traffic to Failed neighbor
Peter Johnston
2020-12-03
Make `stack.Route` thread safe
Peter Johnston
2020-11-16
Remove ARP address workaround
Ghanan Gowripalan
2020-11-09
Initialize references with a value of 1.
Dean Deng
2020-10-23
Rewrite reference leak checker without finalizers.
Dean Deng
2020-10-09
Automated rollback of changelist 336304024
Ghanan Gowripalan
2020-10-09
Automated rollback of changelist 336185457
Bhasker Hariharan
2020-10-08
Do not resolve routes immediately
Ghanan Gowripalan
2020-08-25
Use new reference count utility throughout gvisor.
Dean Deng
2020-08-13
Migrate to PacketHeader API for PacketBuffer.
Ting-Yu Wang
2020-08-03
Plumbing context.Context to DecRef() and Release().
Nayana Bidari
2020-07-22
Support for receiving outbound packets in AF_PACKET.
Bhasker Hariharan
2020-07-15
Fix minor bugs in a couple of interface IOCTLs.
Bhasker Hariharan
2020-06-03
Pass PacketBuffer as pointer.
Ting-Yu Wang
2020-03-24
Move tcpip.PacketBuffer and IPTables to stack package.
Bhasker Hariharan
2020-03-16
Enable ARP resolution in TAP devices.
Ting-Yu Wang
2020-02-21
Implement tap/tun device in vfs.
Ting-Yu Wang