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
/
rawfile
Age
Commit message (
Expand
)
Author
2019-09-02
Remove duplicated file in pkg/tcpip/link/rawfile.
Haibo Xu
2019-08-26
Merge pull request #696 from xiaobo55x:tcpip_link
gVisor bot
2019-08-15
Enabling pkg/tcpip/link support on arm64.
Haibo Xu
2019-08-15
Rename rawfile/blockingpoll_unsafe.go to rawfile/blockingpoll_stub_unsafe.go.
Haibo Xu
2019-07-30
Change syscall.POLL to syscall.PPOLL.
Haibo Xu
2019-06-27
Fix various spelling issues in the documentation
Michael Pratt
2019-06-13
Update canonical repository.
Adin Scannell
2019-05-30
Add build guard to files using go:linkname
Fabricio Voznika
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-03-28
netstack/fdbased: add generic segmentation offload (GSO) support
Andrei Vagin
2019-02-13
Add support for using PACKET_RX_RING to receive packets.
Bhasker Hariharan
2019-01-31
Remove license comments
Michael Pratt
2019-01-29
Use recvmmsg() instead of readv() to read packets from NIC.
Bhasker Hariharan
2019-01-11
Internal change.
Googler
2018-10-31
Use syserr style error translation in netstack's rawfile
Ian Gudger
2018-10-23
Track paths and provide a rename hook.
Adin Scannell
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-10-10
Enforce message size limits and avoid host calls with too many iovecs
Michael Pratt
2018-08-21
Build PCAP file with atomic blocking writes
Ian Gudger
2018-07-27
stateify: support explicit annotation mode; convert refs and stack packages.
Zhaozhong Ni
2018-07-09
Switch netstack licenses to Apache 2.0.
Nicolas Lacasse
2018-07-06
Add non-AMD64 support to rawfile
Ian Gudger
2018-04-28
Add mising license headers.
Nicolas Lacasse
2018-04-28
Check in gVisor.
Googler