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
/
abi
/
linux
/
socket.go
Age
Commit message (
Expand
)
Author
2021-04-27
Remove uses of the binary package from networking code.
Rahat Mahmood
2021-01-29
- Add more comments for the TCP_INFO struct fields.
Nayana Bidari
2021-01-27
Add support for more fields in netstack for TCP_INFO
Nayana Bidari
2021-01-06
Support add/remove IPv6 multicast group sock opt
Ghanan Gowripalan
2020-12-11
Remove existing nogo exceptions.
Adin Scannell
2020-12-11
[netstack] Decouple tcpip.ControlMessages from the IP control messges.
Ayush Ranjan
2020-09-15
Enable automated marshalling for the syscall package.
Rahat Mahmood
2020-08-12
ip6tables: ABI structs and constants
Kevin Krakauer
2020-08-04
Internal change.
gVisor bot
2020-07-31
iptables: support SO_ORIGINAL_DST
Kevin Krakauer
2020-07-23
Marshallable socket opitons.
Ayush Ranjan
2020-07-22
Support for receiving outbound packets in AF_PACKET.
Bhasker Hariharan
2020-02-13
Internal change.
gVisor bot
2019-11-27
Add support for receiving TOS and TCLASS control messages in hostinet.
Dean Deng
2019-10-21
AF_PACKET support for netstack (aka epsocket).
Kevin Krakauer
2019-08-15
Document source and versioning of the TCPInfo struct.
Rahat Mahmood
2019-08-12
Compute size of struct tcp_info instead of hardcoding it.
Rahat Mahmood
2019-08-08
Return a well-defined socket address type from socket funtions.
Rahat Mahmood
2019-06-13
Update canonical repository.
Adin Scannell
2019-06-06
Use common definition of SockType.
Rahat Mahmood
2019-06-06
Track and export socket state.
Rahat Mahmood
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-04-18
Only emit unimplemented syscall events for unsupported values.
Ian Gudger
2019-02-07
Plumb IP_ADD_MEMBERSHIP and IP_DROP_MEMBERSHIP to netstack.
Ian Gudger
2019-02-07
Implement /proc/net/unix.
Rahat Mahmood
2018-11-20
Add unsupported syscall events for get/setsockopt
Fabricio Voznika
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-09-14
Reuse readlink parameter, add sockaddr max.
Michael Pratt
2018-04-28
Check in gVisor.
Googler