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
Age
Commit message (
Expand
)
Author
2021-01-29
Make fragmentation return a reassembled PacketBuffer
Ting-Yu Wang
2021-01-28
Avoid locking when route doesn't require resolution
Ghanan Gowripalan
2021-01-28
RACK: Update reorder window.
Nayana Bidari
2021-01-28
Acquire entry lock with cache lock held
Tamir Duberstein
2021-01-28
Change tcpip.Error to an interface
Tamir Duberstein
2021-01-27
Confirm neighbor reachability with TCP ACKs
Ghanan Gowripalan
2021-01-27
Rename anonymous struct "mu"
Tamir Duberstein
2021-01-27
Move protected fields under anonymous mutex
Tamir Duberstein
2021-01-27
Merge pull request #4705 from mlevesquedion:fix-cmp-diff-reporting-in-nud-tests
gVisor bot
2021-01-26
Initialize the send buffer handler in endpoint creation.
Nayana Bidari
2021-01-26
Drop nicID from transport endpoint reg/cleanup fns
Ghanan Gowripalan
2021-01-26
Move SO_SNDBUF to socketops.
Nayana Bidari
2021-01-22
Refactor GetMainNICAddress
Arthur Sfez
2021-01-22
Pass RouteInfo to the route resolve callback
Ghanan Gowripalan
2021-01-22
Define tcpip.Payloader in terms of io.Reader
Tamir Duberstein
2021-01-21
Resolve static link addresses in GetLinkAddress
Ghanan Gowripalan
2021-01-21
iptables: support matching the input interface name
Toshi Kikuchi
2021-01-21
Only use callback for GetLinkAddress
Ghanan Gowripalan
2021-01-21
Do not cache remote link address in Route
Ghanan Gowripalan
2021-01-21
Queue packets in WritePackets when resolving link address
Ghanan Gowripalan
2021-01-21
Populate EgressRoute, GSO, Netproto in NIC
Ghanan Gowripalan
2021-01-20
rewrite diff check to match example in cmp.Diff docs
Michaël Lévesque-Dion
2021-01-19
Do not have a stack-wide linkAddressCache
Ghanan Gowripalan
2021-01-19
Per NIC NetworkEndpoint statistics
Arthur Sfez
2021-01-19
Drop CheckLocalAddress from LinkAddressCache
Ghanan Gowripalan
2021-01-17
Do not use a stack-wide queue of pending packets
Ghanan Gowripalan
2021-01-15
Resolve known link address on route creation
Ghanan Gowripalan
2021-01-15
Support GetLinkAddress with neighborCache
Ghanan Gowripalan
2021-01-15
Only pass stack.Route's fields to LinkEndpoints
Ghanan Gowripalan
2021-01-15
Remove count argument from tcpip.Endpoint.Read
Tamir Duberstein
2021-01-13
Clear neighbor table on NIC down
Ghanan Gowripalan
2021-01-13
Do not resolve remote link address at transport layer
Ghanan Gowripalan
2021-01-12
Drop TransportEndpointID from HandleControlPacket
Ghanan Gowripalan
2021-01-12
Fix simple mistakes identified by goreportcard.
Adin Scannell
2021-01-07
netstack: Refactor tcpip.Endpoint.Read
Ting-Yu Wang
2020-12-22
Move SO_BINDTODEVICE to socketops.
Nayana Bidari
2020-12-22
Invoke address resolution upon subsequent traffic to Failed neighbor
Peter Johnston
2020-12-21
Prefer matching labels and longest matching prefix
Ghanan Gowripalan
2020-12-17
Remove duplicate `return`
Tamir Duberstein
2020-12-16
Add support to count the number of packets SACKed.
Nayana Bidari
2020-12-15
Fix a data race in packetEPs
Ting-Yu Wang
2020-12-12
Introduce IPv6 extension header serialization facilities
Bruno Dal Bo
2020-12-11
[netstack] Decouple tcpip.ControlMessages from the IP control messges.
Ayush Ranjan
2020-12-10
Use specified source address for IGMP/MLD packets
Ghanan Gowripalan
2020-12-04
Remove stack.ReadOnlyAddressableEndpointState
Ghanan Gowripalan
2020-12-04
Introduce IPv4 options serializer and add RouterAlert to IGMP
Bruno Dal Bo
2020-12-03
Make `stack.Route` thread safe
Peter Johnston
2020-12-03
Support partitions for other tests.
Adin Scannell
2020-12-02
Extract ICMPv4/v6 specific stats to their own types
Arthur Sfez
2020-12-01
Deflake stack_test.TestRouterSolicitation
Ghanan Gowripalan
[next]