summaryrefslogtreecommitdiffhomepage
path: root/pkg
AgeCommit message (Expand)Author
2021-03-19Added commentsKevin Krakauer
2021-03-19Moved to atomicbitops and renamed filesKevin Krakauer
2021-03-18Fix alignment issue with 64-bit atomics on 32 bit machinesKevin Krakauer
2021-03-18Translate syserror when validating partial IO errorsFabricio Voznika
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-16setgid directory support in overlayfsKevin Krakauer
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-15Turn sys_thread constants into variables.Etienne Perot
2021-03-15Move `MaxIovs` back to a variable in `iovec.go`.Etienne Perot
2021-03-15Make netstack (//pkg/tcpip) buildable for 32 bitKevin Krakauer
2021-03-15[op] Make gofer client handle return partial write length when err is nil.Ayush Ranjan
2021-03-15Merge pull request #5618 from iangudger:unix-transport-racegVisor bot
2021-03-11improve readability of ports packageKevin Krakauer
2021-03-11fusefs: Implement default_permissions and allow_other mount options.Rahat Mahmood
2021-03-11Clear Merkle tree files in RuntimeEnable modeChong Cai
2021-03-11Report filesystem-specific mount options.Rahat Mahmood
2021-03-11Move Arch specific code to arch specific files.Bhasker Hariharan
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-05Implement IterDirent in verity fsChong Cai
2021-03-05Make stack.DADResult an interfaceGhanan Gowripalan
2021-03-04Nit fix: Should use maxTimeout in backoffTimerTing-Yu Wang
2021-03-04Fix race in unix socket transport.Ian Gudger
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-03Remove dependency on golang.org/x/sys/unixTamir Duberstein
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-25Implement SEM_STAT_ANY cmd of semctl.Jing Chen
2021-02-24Use sync.Gate in p9.connState.Jamie Liu
2021-02-24Validate MLD packetsArthur Sfez