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.go
Age
Commit message (
Expand
)
Author
2021-05-14
Control forwarding per NetworkEndpoint
Ghanan Gowripalan
2021-05-13
Rename SetForwarding to SetForwardingDefaultAndAllNICs
Ghanan Gowripalan
2021-05-06
Moved to atomicbitops and renamed files
Kevin Krakauer
2021-05-03
Implement standard clock safely
Ghanan Gowripalan
2021-04-21
Only carry GSO options in the packet buffer
Ghanan Gowripalan
2021-04-20
Move SO_RCVBUF to socketops.
Nayana Bidari
2021-04-19
De-duplicate TCP state in TCPEndpointState vs tcp.endpoint
Nick Brown
2021-04-09
Rename IsV6LinkLocalAddress to IsV6LinkLocalUnicastAddress
Ghanan Gowripalan
2021-03-22
Return tcpip.Error from (*Stack).GetMainNICAddress
Ghanan Gowripalan
2021-03-16
Detect looped-back NDP DAD messages
Ghanan Gowripalan
2021-03-16
Do not call into Stack from LinkAddressRequest
Ghanan Gowripalan
2021-03-08
Implement /proc/sys/net/ipv4/ip_local_port_range
Kevin Krakauer
2021-03-02
Plumb link address request errors up to requester
Tamir Duberstein
2021-02-08
Support performing DAD for any address
Ghanan Gowripalan
2021-02-06
Remove linkAddrCache
Ghanan Gowripalan
2021-02-06
Remove (*stack.Stack).FindNetworkEndpoint
Ghanan Gowripalan
2021-02-06
Unexpose NIC
Ghanan Gowripalan
2021-02-06
Check local address directly through NIC
Ghanan Gowripalan
2021-02-05
Refactor locally delivered packets
Ghanan Gowripalan
2021-02-02
Add support for rate limiting out of window ACKs.
Bhasker Hariharan
2021-01-31
Default to NUD/neighborCache instead of linkAddrCache
Ghanan Gowripalan
2021-01-31
Use different neighbor tables per network endpoint
Ghanan Gowripalan
2021-01-31
Hide neighbor table kind from NetworkEndpoint
Ghanan Gowripalan
2021-01-30
Extract route table from Stack lock
Tamir Duberstein
2021-01-30
Implement LinkAddressResolver on NetworkEndpoints
Ghanan Gowripalan
2021-01-28
RACK: Update reorder window.
Nayana Bidari
2021-01-28
Change tcpip.Error to an interface
Tamir Duberstein
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-21
Resolve static link addresses in GetLinkAddress
Ghanan Gowripalan
2021-01-21
Only use callback for GetLinkAddress
Ghanan Gowripalan
2021-01-19
Do not have a stack-wide linkAddressCache
Ghanan Gowripalan
2021-01-19
Per NIC NetworkEndpoint statistics
Arthur Sfez
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
2020-12-22
Invoke address resolution upon subsequent traffic to Failed neighbor
Peter Johnston
2020-12-16
Add support to count the number of packets SACKed.
Nayana Bidari
2020-11-25
Make stack.Route safe to access concurrently
Ghanan Gowripalan
2020-11-19
Perform IGMPv2 when joining IPv4 multicast groups
Ryan Heacock
2020-11-19
Propagate IP address prefix from host to netstack
Fabricio Voznika
2020-11-18
Fix loopback subnet routing error
Ghanan Gowripalan
2020-11-18
Introduce stack.WritePacketToRemote, remove LinkEndpoint.WriteRawPacket
Bruno Dal Bo
2020-11-13
RACK: Detect DSACK
Nayana Bidari
2020-11-12
Move packet handling to NetworkEndpoint
Ghanan Gowripalan
2020-11-09
net: connect to the ipv4 localhost returns ENETUNREACH if the address isn't set
Andrei Vagin
2020-11-05
Use stack.Route exclusively for writing packets
Ghanan Gowripalan
2020-10-31
net/tcpip: connect to unset loopback address has to return EADDRNOTAVAIL
Andrei Vagin
2020-10-29
Keep magic constants out of netstack
Kevin Krakauer
[next]