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
/
runsc
/
boot
/
network.go
Age
Commit message (
Expand
)
Author
2021-03-06
[op] Replace syscall package usage with golang.org/x/sys/unix in runsc/.
Ayush Ranjan
2020-11-19
Propagate IP address prefix from host to netstack
Fabricio Voznika
2020-11-16
Remove ARP address workaround
Ghanan Gowripalan
2020-08-19
Move boot.Config to its own package
Fabricio Voznika
2020-07-22
Support for receiving outbound packets in AF_PACKET.
Bhasker Hariharan
2020-06-16
Add runsc options to set checksum offloading status
gVisor bot
2020-04-30
FIFO QDisc implementation
Bhasker Hariharan
2020-02-20
Initial network namespace support.
gVisor bot
2020-01-08
Combine various Create*NIC methods into CreateNICWithOptions.
Bert Muthalaly
2020-01-08
Add NIC.isLoopback()
Bert Muthalaly
2019-12-11
Enable IPv6 in runsc
Bhasker Hariharan
2019-10-22
netstack/tcp: software segmentation offload
Andrei Vagin
2019-09-06
Remove reundant global tcpip.LinkEndpointID.
Ian Gudger
2019-08-21
Use tcpip.Subnet in tcpip.Route
Tamir Duberstein
2019-06-13
Update canonical repository.
Adin Scannell
2019-06-11
Use net.HardwareAddr for FDBasedLink.LinkAddress
Fabricio Voznika
2019-06-06
Add multi-fd support to fdbased endpoint.
Bhasker Hariharan
2019-05-15
gvisor/runsc: use a veth link address instead of generating a new one
Andrei Vagin
2019-04-29
Change copyright notice to "The gVisor Authors"
Michael Pratt
2019-04-23
Revert runsc to use RecvMMsg packet dispatcher.
Bhasker Hariharan
2019-04-17
Return error from fdbased.New
Fabricio Voznika
2019-04-09
Add TCP checksum verification.
Bhasker Hariharan
2019-03-29
gvisor/runsc: enable generic segmentation offload (GSO)
Andrei Vagin
2019-03-12
Make HandleLocal apply to all non-loopback interfaces.
Ian Gudger
2019-03-08
Implement IP_MULTICAST_LOOP.
Ian Gudger
2019-02-13
Add support for using PACKET_RX_RING to receive packets.
Bhasker Hariharan
2019-01-29
Use recvmmsg() instead of readv() to read packets from NIC.
Bhasker Hariharan
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-09-28
Change tcpip.Route.Mask to tcpip.AddressMask.
Googler
2018-08-08
Basic support for ip link/addr and ifconfig
Fabricio Voznika
2018-08-08
Resend packets back to netstack if destined to itself
Fabricio Voznika
2018-07-11
Automated rollback of changelist 203157739
Bhasker Hariharan
2018-07-03
Resend packets back to netstack if destined to itself
Fabricio Voznika
2018-04-28
Check in gVisor.
Googler