summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/stack.go
AgeCommit message (Expand)Author
2021-10-19Always parse Transport headersGhanan Gowripalan
2021-10-18conntrack: use tcpip.Clock instead of time.TimeKevin Krakauer
2021-09-18Avoid ambient clock on ICMP Rate LimiterBruno Dal Bo
2021-09-15Pass address properties in a single structTony Gong
2021-09-01Support sending with packet socketsGhanan Gowripalan
2021-08-26Add Stack.Seed() backZeling Feng
2021-08-19Use a hash function to generate tcp timestamp offsetZeling Feng
2021-08-18Split TCP secrets from Stack to tcp.protocolZeling Feng
2021-07-30Support RTM_DELLINKZeling Feng
2021-06-14Cleanup iptables bug TODOsKevin Krakauer
2021-05-26Use the stack RNG everywhereTamir Duberstein
2021-05-26Clarify commentTamir Duberstein
2021-05-26Alias most local importTamir Duberstein
2021-05-22Remove detritusTamir Duberstein
2021-05-21Add aggregated NIC statsArthur Sfez
2021-05-14Control forwarding per NetworkEndpointGhanan Gowripalan
2021-05-13Rename SetForwarding to SetForwardingDefaultAndAllNICsGhanan Gowripalan
2021-05-06Moved to atomicbitops and renamed filesKevin Krakauer
2021-05-03Implement standard clock safelyGhanan Gowripalan
2021-04-21Only carry GSO options in the packet bufferGhanan Gowripalan
2021-04-20Move SO_RCVBUF to socketops.Nayana Bidari
2021-04-19De-duplicate TCP state in TCPEndpointState vs tcp.endpointNick Brown
2021-04-09Rename IsV6LinkLocalAddress to IsV6LinkLocalUnicastAddressGhanan Gowripalan
2021-03-22Return tcpip.Error from (*Stack).GetMainNICAddressGhanan Gowripalan
2021-03-16Detect looped-back NDP DAD messagesGhanan Gowripalan
2021-03-16Do not call into Stack from LinkAddressRequestGhanan Gowripalan
2021-03-08Implement /proc/sys/net/ipv4/ip_local_port_rangeKevin Krakauer
2021-03-02Plumb link address request errors up to requesterTamir Duberstein
2021-02-08Support performing DAD for any addressGhanan Gowripalan
2021-02-06Remove linkAddrCacheGhanan Gowripalan
2021-02-06Remove (*stack.Stack).FindNetworkEndpointGhanan Gowripalan
2021-02-06Unexpose NICGhanan Gowripalan
2021-02-06Check local address directly through NICGhanan Gowripalan
2021-02-05Refactor locally delivered packetsGhanan Gowripalan
2021-02-02Add support for rate limiting out of window ACKs.Bhasker Hariharan
2021-01-31Default to NUD/neighborCache instead of linkAddrCacheGhanan Gowripalan
2021-01-31Use different neighbor tables per network endpointGhanan Gowripalan
2021-01-31Hide neighbor table kind from NetworkEndpointGhanan Gowripalan
2021-01-30Extract route table from Stack lockTamir Duberstein
2021-01-30Implement LinkAddressResolver on NetworkEndpointsGhanan Gowripalan
2021-01-28RACK: Update reorder window.Nayana Bidari
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-26Drop nicID from transport endpoint reg/cleanup fnsGhanan Gowripalan
2021-01-26Move SO_SNDBUF to socketops.Nayana Bidari
2021-01-22Refactor GetMainNICAddressArthur Sfez
2021-01-21Resolve static link addresses in GetLinkAddressGhanan Gowripalan
2021-01-21Only use callback for GetLinkAddressGhanan Gowripalan
2021-01-19Do not have a stack-wide linkAddressCacheGhanan Gowripalan
2021-01-19Per NIC NetworkEndpoint statisticsArthur Sfez
2021-01-17Do not use a stack-wide queue of pending packetsGhanan Gowripalan