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
/
syserr
Age
Commit message (
Expand
)
Author
2021-11-04
[syserr] Reverse dependency for tcpip.Error
Zach Koopmans
2021-08-30
[syserr] Fix SIGBUS on syserr.FromError
Zach Koopmans
2021-08-13
[syserror] Remove pkg syserror.
Zach Koopmans
2021-07-20
Add go:build directives as required by Go 1.17's gofmt.
Jamie Liu
2021-07-01
[syserror] Update several syserror errors to linuxerr equivalents.
Zach Koopmans
2021-06-29
[syserror] Change syserror to linuxerr for E2BIG, EADDRINUSE, and EINVAL
Zach Koopmans
2021-06-22
[syserror] Add conversions to linuxerr with temporary Equals method.
Zach Koopmans
2021-06-16
[syserror] Refactor linuxerr and error package.
Zach Koopmans
2021-05-11
[syserror] Refactor abi/linux.Errno
Zach Koopmans
2021-03-08
Implement /proc/sys/net/ipv4/ip_local_port_range
Kevin Krakauer
2021-03-03
[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.
Ayush Ranjan
2021-02-11
Let sentry understand tcpip.ErrMalformedHeader
Kevin Krakauer
2021-01-28
Change tcpip.Error to an interface
Tamir Duberstein
2021-01-13
Do not resolve remote link address at transport layer
Ghanan Gowripalan
2021-01-07
netstack: Refactor tcpip.Endpoint.Read
Ting-Yu Wang
2020-12-11
Remove existing nogo exceptions.
Adin Scannell
2020-12-09
[netstack] Make tcpip.Error savable.
Ayush Ranjan
2020-07-15
Add support for SO_ERROR to packet sockets.
Bhasker Hariharan
2020-01-27
Standardize on tools directory.
Adin Scannell
2019-07-03
netstack/udp: connect with the AF_UNSPEC address family means disconnect
Andrei Vagin
2019-06-13
Update canonical repository.
Adin Scannell
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-04-29
Allow and document bug ids in gVisor codebase.
Nicolas Lacasse
2019-04-26
Make raw sockets a toggleable feature disabled by default.
Kevin Krakauer
2019-03-08
Implement IP_MULTICAST_LOOP.
Ian Gudger
2019-02-20
Implement Broadcast support
Amanda Tait
2019-01-31
Remove license comments
Michael Pratt
2019-01-03
Allow creating syserr.Errors at runtime.
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-14
Reduce map lookups in syserr
Ian Gudger
2018-07-27
stateify: support explicit annotation mode; convert refs and stack packages.
Zhaozhong Ni
2018-05-22
Clarify that syserr.New must only be called during init
Ian Gudger
2018-05-17
Fix sendto for dual stack UDP sockets
Ian Gudger
2018-04-28
Check in gVisor.
Googler