summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip
AgeCommit message (Expand)Author
2021-03-24Add POLLRDNORM/POLLWRNORM support.Bhasker Hariharan
2021-03-24Fix data race in fdbased when accessing fanoutID.Bhasker Hariharan
2021-03-24Unexpose immutable fields in stack.RouteNick Brown
2021-03-23Use constant (TestInitialSequenceNumber) instead of integer (789) in tests.Nayana Bidari
2021-03-23Explicitly allow martian loopback packetsGhanan Gowripalan
2021-03-22Return tcpip.Error from (*Stack).GetMainNICAddressGhanan Gowripalan
2021-03-17Do not use martian loopback packets in testsGhanan Gowripalan
2021-03-17Drop loopback traffic from outside of the stackGhanan Gowripalan
2021-03-16Fix tcp_fin_retransmission_netstack_testZeling Feng
2021-03-16Fix a race with synRcvdCount and acceptMithun Iyer
2021-03-16Unexport methods on NDPOptionGhanan Gowripalan
2021-03-16Detect looped-back NDP DAD messagesGhanan Gowripalan
2021-03-16Do not call into Stack from LinkAddressRequestGhanan Gowripalan
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