summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack
AgeCommit message (Expand)Author
2021-04-09iptables: support postrouting hook and SNAT targetToshi Kikuchi
2021-04-09Rename IsV6LinkLocalAddress to IsV6LinkLocalUnicastAddressGhanan Gowripalan
2021-04-08Join all routers group when forwarding is enabledGhanan Gowripalan
2021-03-24Add POLLRDNORM/POLLWRNORM support.Bhasker Hariharan
2021-03-24Unexpose immutable fields in stack.RouteNick Brown
2021-03-22Return tcpip.Error from (*Stack).GetMainNICAddressGhanan Gowripalan
2021-03-17Do not use martian loopback packets in testsGhanan Gowripalan
2021-03-16Detect looped-back NDP DAD messagesGhanan Gowripalan
2021-03-16Do not call into Stack from LinkAddressRequestGhanan Gowripalan
2021-03-11improve readability of ports packageKevin Krakauer
2021-03-08Implement /proc/sys/net/ipv4/ip_local_port_rangeKevin Krakauer
2021-03-05Include duplicate address holder info in DADResultGhanan Gowripalan
2021-03-05Make stack.DADResult an interfaceGhanan Gowripalan
2021-03-03Make dedicated methods for data operations in PacketBufferTing-Yu Wang
2021-03-03Assert UpdatedAtNanos in neighbor cache testsSam Balana
2021-03-02Plumb link address request errors up to requesterTamir Duberstein
2021-02-26Assert UpdatedAtNanos in neighbor entry testsSam Balana
2021-02-26Embed sync.Mutex for entryTestLinkResolver and testNUDDispatcherSam Balana
2021-02-26Use helper functions in neighbor entry testsSam Balana
2021-02-26Use closure to avoid manual unlockingTamir Duberstein
2021-02-25Remove deadlock in raw.endpoint caused by recursive read lockingKevin Krakauer
2021-02-24Cleanup temp SLAAC address jobs on DAD conflictsGhanan Gowripalan
2021-02-18Remove deprecated NUD types Failed and FailedEntryLookupsSam Balana
2021-02-17Move Name() out of netstack Matcher. It can live in the sentry.Kevin Krakauer
2021-02-09Deprecate Failed state in favor of Unreachable stateSam Balana
2021-02-08Remove unnecessary lockingGhanan Gowripalan
2021-02-08Support performing DAD for any addressGhanan Gowripalan
2021-02-06Remove linkAddrCacheGhanan Gowripalan
2021-02-06Remove (*stack.Stack).FindNetworkEndpointGhanan Gowripalan
2021-02-06Use fine grained locks while sending NUD probesGhanan Gowripalan
2021-02-06Use embedded mutex pattern in neighbor cache/entryGhanan Gowripalan
2021-02-06Unexpose NICGhanan Gowripalan
2021-02-06Check local address directly through NICGhanan Gowripalan
2021-02-05Refactor locally delivered packetsGhanan Gowripalan
2021-02-04Lock ConnTrack before initializing bucketsGhanan Gowripalan
2021-02-02Add support for rate limiting out of window ACKs.Bhasker Hariharan
2021-02-01Refactor HandleControlPacket/SockErrorGhanan Gowripalan
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-29Make fragmentation return a reassembled PacketBufferTing-Yu Wang
2021-01-28Avoid locking when route doesn't require resolutionGhanan Gowripalan
2021-01-28RACK: Update reorder window.Nayana Bidari
2021-01-28Acquire entry lock with cache lock heldTamir Duberstein
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-27Confirm neighbor reachability with TCP ACKsGhanan Gowripalan
2021-01-27Rename anonymous struct "mu"Tamir Duberstein
2021-01-27Move protected fields under anonymous mutexTamir Duberstein