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
/
route.go
Age
Commit message (
Expand
)
Author
2020-12-22
Invoke address resolution upon subsequent traffic to Failed neighbor
Peter Johnston
2020-12-03
Make `stack.Route` thread safe
Peter Johnston
2020-11-25
Make stack.Route safe to access concurrently
Ghanan Gowripalan
2020-11-18
Remove unused methods from stack.Route
Ghanan Gowripalan
2020-11-18
Fix loopback subnet routing error
Ghanan Gowripalan
2020-11-12
Move packet handling to NetworkEndpoint
Ghanan Gowripalan
2020-11-05
Cache addressEndpoint.addr.Subnet() to avoid allocations.
Bhasker Hariharan
2020-11-05
Use stack.Route exclusively for writing packets
Ghanan Gowripalan
2020-10-30
Automated rollback of changelist 339750876
Dean Deng
2020-10-29
Automated rollback of changelist 339675182
Dean Deng
2020-10-29
Delay goroutine creation during TCP handshake for accept/connect.
Dean Deng
2020-10-14
Find route before sending NA response
Ghanan Gowripalan
2020-10-09
Automated rollback of changelist 336304024
Ghanan Gowripalan
2020-10-09
Automated rollback of changelist 336185457
Bhasker Hariharan
2020-10-08
Do not resolve routes immediately
Ghanan Gowripalan
2020-10-05
Remove AssignableAddressEndpoint.NetworkEndpoint
Ghanan Gowripalan
2020-09-30
Count IP OutgoingPacketErrors in the NetworkEndpoint methods
Arthur Sfez
2020-09-29
Trim Network/Transport Endpoint/Protocol
Ghanan Gowripalan
2020-09-29
Move IP state from NIC to NetworkEndpoint/Protocol
Ghanan Gowripalan
2020-09-15
Don't conclude broadcast from route destination
Ghanan Gowripalan
2020-08-25
Add option to replace linkAddrCache with neighborCache
Sam Balana
2020-08-13
Migrate to PacketHeader API for PacketBuffer.
Ting-Yu Wang
2020-08-08
Use unicast source for ICMP echo replies
Ghanan Gowripalan
2020-07-30
Use brodcast MAC for broadcast IPv4 packets
Ghanan Gowripalan
2020-06-09
Handle removed NIC in NDP timer for packet tx
Ghanan Gowripalan
2020-06-03
Pass PacketBuffer as pointer.
Ting-Yu Wang
2020-05-29
Update WritePacket* API to take ownership of packets to be written.
Ting-Yu Wang
2020-05-01
Support for connection tracking of TCP packets.
Nayana Bidari
2020-04-30
FIFO QDisc implementation
Bhasker Hariharan
2020-04-03
Refactor software GSO code.
Bhasker Hariharan
2020-03-24
Move tcpip.PacketBuffer and IPTables to stack package.
Bhasker Hariharan
2020-01-31
Use multicast Ethernet address for multicast NDP
Ghanan Gowripalan
2020-01-08
Remove redundant function argument
Tamir Duberstein
2019-11-22
Use PacketBuffers with GSO.
Kevin Krakauer
2019-11-14
Use PacketBuffers for outgoing packets.
Kevin Krakauer
2019-10-22
netstack/tcp: software segmentation offload
Andrei Vagin
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-03
Make UDP traceroute work.
Bhasker Hariharan
2019-08-26
Prevent a network endpoint to send/rcv if its address was removed
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-06-05
Adjust route when looping multicast packets
Chris Kuiper
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-26
netstack: Don't exclude length when a pseudo-header checksum is calculated
Andrei Vagin
2019-03-19
Add layer 2 stats (tx, rx) X (packets, bytes) to netstack
Bert Muthalaly
2019-03-12
Make HandleLocal apply to all non-loopback interfaces.
Ian Gudger
2019-03-08
Implement IP_MULTICAST_LOOP.
Ian Gudger
[next]