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
/
stack
/
stack_test.go
Age
Commit message (
Expand
)
Author
2019-10-23
Inform netstack integrator when Duplicate Address Detection completes
Ghanan Gowripalan
2019-10-22
Respect new PrimaryEndpointBehavior when addresses gets promoted to permanent
Ghanan Gowripalan
2019-10-22
netstack/tcp: software segmentation offload
Andrei Vagin
2019-10-22
Auto-generate an IPv6 link-local address based on the NIC's MAC Address.
Ghanan Gowripalan
2019-10-14
Internal change.
gVisor bot
2019-10-07
Implement IP_TTL.
Ian Gudger
2019-10-03
Implement proper local broadcast behavior
Chris Kuiper
2019-09-25
Remove centralized registration of protocols.
Kevin Krakauer
2019-09-24
Return only primary addresses in Stack.NICInfo()
Chris Kuiper
2019-09-06
Remove reundant global tcpip.LinkEndpointID.
Ian Gudger
2019-09-04
Handle subnet and broadcast addresses correctly with NIC.subnets
Chris Kuiper
2019-08-26
Prevent a network endpoint to send/rcv if its address was removed
Chris Kuiper
2019-08-21
Use tcpip.Subnet in tcpip.Route
Tamir Duberstein
2019-08-16
Add subnet checking to NIC.findEndpoint and consolidate with NIC.getRef
Chris Kuiper
2019-07-30
Pass ProtocolAddress instead of its fields
Tamir Duberstein
2019-07-24
Add support for a subnet prefix length on interface network addresses
Chris Kuiper
2019-07-12
Add IPPROTO_RAW, which allows raw sockets to write IP headers.
Kevin Krakauer
2019-06-13
Update canonical repository.
Adin Scannell
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-03-19
Add layer 2 stats (tx, rx) X (packets, bytes) to netstack
Bert Muthalaly
2019-03-08
Implement IP_MULTICAST_LOOP.
Ian Gudger
2019-02-28
Map IPv{4,6} addresses to ethernet addresses
Tamir Duberstein
2019-02-27
Ping support via IPv4 raw sockets.
Kevin Krakauer
2019-01-29
Fix NIC endpoint forwarding.
Ian Gudger
2018-12-16
Allow sending of multicast and IPv6 link-local packets w/o route.
Chris Kuiper
2018-12-06
Allow sending of broadcast packets w/o route.
Chris Kuiper
2018-12-04
Remove incorrect code and improve testing of Stack.GetMainNICAddress
Chris Kuiper
2018-10-19
Use correct company name in copyright header
Ian Gudger
2018-09-14
Pass buffer.Prependable by value
Tamir Duberstein
2018-09-12
Always pass buffer.VectorisedView by value
Tamir Duberstein
2018-09-12
Add multicast support
Tamir Duberstein
2018-09-05
Update {LinkEndpoint,NetworkEndpoint}#WritePacket to take a VectorisedView
Bert Muthalaly
2018-09-05
Implement Subnet removal
Tamir Duberstein
2018-08-01
Move stack clock to options struct
Ian Gudger
2018-07-09
Switch netstack licenses to Apache 2.0.
Nicolas Lacasse
2018-05-01
Implement SO_TIMESTAMP
Ian Gudger
2018-04-28
Check in gVisor.
Googler