summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip
AgeCommit message (Expand)Author
2021-03-15Make netstack (//pkg/tcpip) buildable for 32 bitKevin Krakauer
2021-03-11improve readability of ports packageKevin Krakauer
2021-03-09Give TCP flags a dedicated typeZeling Feng
2021-03-08Implement /proc/sys/net/ipv4/ip_local_port_rangeKevin Krakauer
2021-03-05Increment the counters when sending Echo requestsArthur Sfez
2021-03-05Fix network protocol/endpoint lock order violationGhanan Gowripalan
2021-03-05Include duplicate address holder info in DADResultGhanan Gowripalan
2021-03-05Make stack.DADResult an interfaceGhanan Gowripalan
2021-03-04Nit fix: Should use maxTimeout in backoffTimerTing-Yu Wang
2021-03-03Deflake //pkg/tcpip/tests/integration:forward_testTing-Yu Wang
2021-03-03Make dedicated methods for data operations in PacketBufferTing-Yu Wang
2021-03-03Assert UpdatedAtNanos in neighbor cache testsSam Balana
2021-03-03Add checklocks analyzer.Bhasker Hariharan
2021-03-03Export stats that were forgottenArthur Sfez
2021-03-03[op] Replace syscall package usage with golang.org/x/sys/unix in pkg/.Ayush Ranjan
2021-03-02Plumb link address request errors up to requesterTamir Duberstein
2021-03-01tcp: endpoint.Write has to send all data that has been read from payloadAndrei Vagin
2021-02-26Fix panic due to zero length writes in TCP.Bhasker Hariharan
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-25RACK: recovery logic should check for receive window before re-transmitting.Nayana Bidari
2021-02-25Remove deadlock in raw.endpoint caused by recursive read lockingKevin Krakauer
2021-02-24Validate MLD packetsArthur Sfez
2021-02-24Cleanup temp SLAAC address jobs on DAD conflictsGhanan Gowripalan
2021-02-24Move //pkg/gate.Gate to //pkg/sync.Jamie Liu
2021-02-18Bump build constraints to Go 1.18Michael Pratt
2021-02-18Validate IGMP packetsArthur Sfez
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-17[infra] Split tcpip/integration test targets to aid investigation.Ayush Ranjan
2021-02-11[rack] TLP: ACK Processing and PTO scheduling.Ayush Ranjan
2021-02-11[netstack] Fix recovery entry and exit checks.Ayush Ranjan
2021-02-11Let sentry understand tcpip.ErrMalformedHeaderKevin Krakauer
2021-02-10RACK: Fix re-transmitting the segment twice when entering recovery.Nayana Bidari
2021-02-10Fix broken IFTTT link in tcpip.Ayush Ranjan
2021-02-09Add support for setting SO_SNDBUF for unix domain sockets.Bhasker Hariharan
2021-02-09Move network internal code to internal packageGhanan Gowripalan
2021-02-09Deprecate Failed state in favor of Unreachable stateSam Balana
2021-02-09add IPv4 options processing for forwarding and reassemblyJulian Elischer
2021-02-08Remove unnecessary lockingGhanan Gowripalan
2021-02-08Allow UDP sockets connect()ing to port 0Zeling Feng
2021-02-08Support performing DAD for any addressGhanan Gowripalan
2021-02-08RACK: Detect lossNayana Bidari
2021-02-06Remove linkAddrCacheGhanan Gowripalan
2021-02-06Synchronously send packets over pipe link endpointGhanan Gowripalan
2021-02-06Use fine grained locks while sending NDP packetsGhanan Gowripalan
2021-02-06Remove (*stack.Stack).FindNetworkEndpointGhanan Gowripalan
2021-02-06Use fine grained locks while sending NUD probesGhanan Gowripalan