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
/
sandbox
/
network.go
Age
Commit message (
Expand
)
Author
2020-12-10
Disable host reassembly for fragments.
Bhasker Hariharan
2020-11-19
Propagate IP address prefix from host to netstack
Fabricio Voznika
2020-09-25
Swallow SO_RCVBUFFORCE and SO_SNDBUFFORCE errors on SOCK_RAW sockets
Marek Majkowski
2020-08-26
Make flag propagation automatic
Fabricio Voznika
2020-08-19
Move boot.Config to its own package
Fabricio Voznika
2020-07-08
Drop empty line
Michael Pratt
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-02-11
Disallow duplicate NIC names.
gVisor bot
2020-01-15
Bump SO_SNDBUF for fdbased endpoint used by runsc.
Bhasker Hariharan
2019-12-11
Enable IPv6 in runsc
Bhasker Hariharan
2019-10-22
netstack/tcp: software segmentation offload
Andrei Vagin
2019-08-21
Use tcpip.Subnet in tcpip.Route
Tamir Duberstein
2019-07-30
Remove unused const variables
Ian Lewis
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-26
Bump the AF_PACKET socket rcv buf size to 4MB by default.
Bhasker Hariharan
2019-04-23
Replace os.File with fd.FD in fsgofer
Fabricio Voznika
2019-03-29
gvisor/runsc: enable generic segmentation offload (GSO)
Andrei Vagin
2019-01-28
check isRootNS by ns inode
Shijiang Wei
2019-01-18
Scrub runsc error messages
Fabricio Voznika
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-10-01
Make multi-container the default mode for runsc
Fabricio Voznika
2018-09-06
Enable network for multi-container
Fabricio Voznika
2018-08-27
Put fsgofer inside chroot
Fabricio Voznika
2018-08-06
Tiny reordering to network code
Fabricio Voznika
2018-07-19
runsc: copy gateway from the pod network interface.
Lantao Liu
2018-06-01
Ignores IPv6 addresses when configuring network
Fabricio Voznika
2018-05-08
Use the containerd annotation instead of detecting the "pause" application.
Nicolas Lacasse
2018-04-28
Check in gVisor.
Googler