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
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
2020-10-27
Add basic address deletion to netlink
Ian Lewis
2020-10-22
Pass NetworkInterface to LinkAddressRequest
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-29
Trim Network/Transport Endpoint/Protocol
Ghanan Gowripalan
2020-09-29
Move IP state from NIC to NetworkEndpoint/Protocol
Ghanan Gowripalan
2020-09-28
Support creating protocol instances with Stack ref
Ghanan Gowripalan
2020-09-24
Change segment/pending queue to use receive buffer limits.
Bhasker Hariharan
2020-09-20
Merge pull request #3651 from ianlewis:ip-forwarding
gVisor bot
2020-09-15
Don't conclude broadcast from route destination
Ghanan Gowripalan
2020-09-08
Improve type safety for transport protocol options
Ghanan Gowripalan
2020-09-03
Use fine-grained mutex for stack.cleanupEndpoints.
Bhasker Hariharan
2020-09-03
Use atomic.Value for Stack.tcpProbeFunc.
Jamie Liu
2020-08-28
Improve type safety for network protocol options
Ghanan Gowripalan
2020-08-25
Add option to replace linkAddrCache with neighborCache
Sam Balana
2020-08-17
Merge branch 'master' into ip-forwarding
Ian Lewis
2020-08-17
Remove address range functions
Ghanan Gowripalan
2020-08-15
Don't support address ranges
Ghanan Gowripalan
2020-08-14
Use a single NetworkEndpoint per NIC per protocol
Ghanan Gowripalan
2020-08-05
Prefer RLock over Lock in functions that don't need Lock().
Bhasker Hariharan
2020-08-04
Update variables for implementation of RACK in TCP
Nayana Bidari
2020-07-30
Implement neighbor unreachability detection for ARP and NDP.
Sam Balana
2020-07-30
Use brodcast MAC for broadcast IPv4 packets
Ghanan Gowripalan
2020-07-23
Add AfterFunc to tcpip.Clock
Sam Balana
2020-07-15
Fix minor bugs in a couple of interface IOCTLs.
Bhasker Hariharan
2020-07-13
garbage collect connections
Kevin Krakauer
2020-06-24
Add support for Stack level options.
Bhasker Hariharan
2020-06-23
Add support for SO_REUSEADDR to TCP sockets/endpoints.
Ian Gudger
2020-06-18
Cleanup tcp.timer and tcpip.Route
Ghanan Gowripalan
2020-06-10
Add support for SO_REUSEADDR to UDP sockets/endpoints.
Ian Gudger
2020-06-09
Handle removed NIC in NDP timer for packet tx
Ghanan Gowripalan
2020-06-05
Fix copylocks error about copying IPTables.
Ting-Yu Wang
2020-06-03
Pass PacketBuffer as pointer.
Ting-Yu Wang
2020-05-15
Minor formatting updates for gvisor.dev.
Adin Scannell
2020-05-08
iptables - filter packets using outgoing interface.
gVisor bot
2020-05-01
Support for connection tracking of TCP packets.
Nayana Bidari
2020-04-28
Support IPv6 Privacy Extensions for SLAAC
Ghanan Gowripalan
[next]