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
/
fdbased
/
mmap.go
Age
Commit message (
Expand
)
Author
2021-03-03
[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.
Ayush Ranjan
2021-01-28
Change tcpip.Error to an interface
Tamir Duberstein
2020-08-13
Migrate to PacketHeader API for PacketBuffer.
Ting-Yu Wang
2020-06-03
Pass PacketBuffer as pointer.
Ting-Yu Wang
2020-05-27
Remove linkEP from DeliverNetworkPacket
Sam Balana
2020-03-24
Move tcpip.PacketBuffer and IPTables to stack package.
Bhasker Hariharan
2019-11-06
Use PacketBuffers, rather than VectorisedViews, in netstack.
Kevin Krakauer
2019-10-21
AF_PACKET support for netstack (aka epsocket).
Kevin Krakauer
2019-08-15
Enabling pkg/tcpip/link support on arm64.
Haibo Xu
2019-08-15
Rename fdbased/mmap.go to fdbased/mmap_stub.go.
Haibo Xu
2019-08-12
Fix netstack build error on non-AMD64.
Ian Gudger
2019-06-13
Update canonical repository.
Adin Scannell
2019-05-21
Refactor fdbased endpoint dispatcher code.
Bhasker Hariharan
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-02-13
Add support for using PACKET_RX_RING to receive packets.
Bhasker Hariharan