summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/stack.go
AgeCommit message (Expand)Author
2020-11-25Make stack.Route safe to access concurrentlyGhanan Gowripalan
2020-11-19Perform IGMPv2 when joining IPv4 multicast groupsRyan Heacock
2020-11-19Propagate IP address prefix from host to netstackFabricio Voznika
2020-11-18Fix loopback subnet routing errorGhanan Gowripalan
2020-11-18Introduce stack.WritePacketToRemote, remove LinkEndpoint.WriteRawPacketBruno Dal Bo
2020-11-13RACK: Detect DSACKNayana Bidari
2020-11-12Move packet handling to NetworkEndpointGhanan Gowripalan
2020-11-09net: connect to the ipv4 localhost returns ENETUNREACH if the address isn't setAndrei Vagin
2020-11-05Use stack.Route exclusively for writing packetsGhanan Gowripalan
2020-10-31net/tcpip: connect to unset loopback address has to return EADDRNOTAVAILAndrei Vagin
2020-10-29Keep magic constants out of netstackKevin Krakauer
2020-10-27Add basic address deletion to netlinkIan Lewis
2020-10-22Pass NetworkInterface to LinkAddressRequestGhanan Gowripalan
2020-10-09Automated rollback of changelist 336304024Ghanan Gowripalan
2020-10-09Automated rollback of changelist 336185457Bhasker Hariharan
2020-10-08Do not resolve routes immediatelyGhanan Gowripalan
2020-10-05Remove AssignableAddressEndpoint.NetworkEndpointGhanan Gowripalan
2020-09-29Trim Network/Transport Endpoint/ProtocolGhanan Gowripalan
2020-09-29Move IP state from NIC to NetworkEndpoint/ProtocolGhanan Gowripalan
2020-09-28Support creating protocol instances with Stack refGhanan Gowripalan
2020-09-24Change segment/pending queue to use receive buffer limits.Bhasker Hariharan
2020-09-20Merge pull request #3651 from ianlewis:ip-forwardinggVisor bot
2020-09-15Don't conclude broadcast from route destinationGhanan Gowripalan
2020-09-08Improve type safety for transport protocol optionsGhanan Gowripalan
2020-09-03Use fine-grained mutex for stack.cleanupEndpoints.Bhasker Hariharan
2020-09-03Use atomic.Value for Stack.tcpProbeFunc.Jamie Liu
2020-08-28Improve type safety for network protocol optionsGhanan Gowripalan
2020-08-25Add option to replace linkAddrCache with neighborCacheSam Balana
2020-08-17Merge branch 'master' into ip-forwardingIan Lewis
2020-08-17Remove address range functionsGhanan Gowripalan
2020-08-15Don't support address rangesGhanan Gowripalan
2020-08-14Use a single NetworkEndpoint per NIC per protocolGhanan Gowripalan
2020-08-05Prefer RLock over Lock in functions that don't need Lock().Bhasker Hariharan
2020-08-04Update variables for implementation of RACK in TCPNayana Bidari
2020-07-30Implement neighbor unreachability detection for ARP and NDP.Sam Balana
2020-07-30Use brodcast MAC for broadcast IPv4 packetsGhanan Gowripalan
2020-07-23Add AfterFunc to tcpip.ClockSam Balana
2020-07-15Fix minor bugs in a couple of interface IOCTLs.Bhasker Hariharan
2020-07-13garbage collect connectionsKevin Krakauer
2020-06-24Add support for Stack level options.Bhasker Hariharan
2020-06-23Add support for SO_REUSEADDR to TCP sockets/endpoints.Ian Gudger
2020-06-18Cleanup tcp.timer and tcpip.RouteGhanan Gowripalan
2020-06-10Add support for SO_REUSEADDR to UDP sockets/endpoints.Ian Gudger
2020-06-09Handle removed NIC in NDP timer for packet txGhanan Gowripalan
2020-06-05Fix copylocks error about copying IPTables.Ting-Yu Wang
2020-06-03Pass PacketBuffer as pointer.Ting-Yu Wang
2020-05-15Minor formatting updates for gvisor.dev.Adin Scannell
2020-05-08iptables - filter packets using outgoing interface.gVisor bot
2020-05-01Support for connection tracking of TCP packets.Nayana Bidari
2020-04-28Support IPv6 Privacy Extensions for SLAACGhanan Gowripalan