summaryrefslogtreecommitdiffhomepage
path: root/pkg
AgeCommit message (Expand)Author
2021-02-09Add support for setting SO_SNDBUF for unix domain sockets.Bhasker Hariharan
2021-02-09Add cleanup TODO for integer-based proc files.Dean Deng
2021-02-09Move network internal code to internal packageGhanan Gowripalan
2021-02-09Deprecate Failed state in favor of Unreachable stateSam Balana
2021-02-09Collapse code that always returns errorTamir Duberstein
2021-02-09kernel: reparentLocked has to update children maps of old and new parentsAndrei Vagin
2021-02-09pipe: writeLocked has to return ErrWouldBlock if the pipe is fullAndrei Vagin
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-08exec: don't panic if an elf file is malformedAndrei Vagin
2021-02-08Support performing DAD for any addressGhanan Gowripalan
2021-02-08[go-marshal] Add dynamic tag in go_marshal.Ayush Ranjan
2021-02-08[go-marshal] Remove binary package reference from syscalls package.Ayush Ranjan
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
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-05Batch write packets after iptables checksGhanan Gowripalan
2021-02-05Replace TaskFromContext(ctx).Kernel() with KernelFromContext(ctx)Ting-Yu Wang
2021-02-05[vfs] Handle `.` and `..` as last path component names in kernfs Rename.Ayush Ranjan
2021-02-05Refactor locally delivered packetsGhanan Gowripalan
2021-02-04Lock ConnTrack before initializing bucketsGhanan Gowripalan
2021-02-04Move getcpu() to core filter listMichael Pratt
2021-02-04Call kernfs.syntheticDir.InitRefs() on creation.Nicolas Lacasse
2021-02-03[vfs] Make sticky bit check consistent with Linux.Ayush Ranjan
2021-02-03Add a function to enable RACK in tests.Nayana Bidari
2021-02-02Remove call to Notify from pipe.VFSPipeFD.CopyOutFrom.Jamie Liu
2021-02-02Rename HandleNDupAcks in TCP.Nayana Bidari
2021-02-02Stub out basic `runsc events --stat` CPU functionalityKevin Krakauer
2021-02-02Move ring0 package.Adin Scannell
2021-02-02Add ETIMEDOUT to partial result listFabricio Voznika
2021-02-02Add support for rate limiting out of window ACKs.Bhasker Hariharan
2021-02-02Minor page tables improvements.Adin Scannell
2021-02-01Refactor HandleControlPacket/SockErrorGhanan Gowripalan
2021-01-31Default to NUD/neighborCache instead of linkAddrCacheGhanan Gowripalan
2021-01-31Use closure for IPv6 testContext cleanupGhanan Gowripalan
2021-01-31Remove NICs before closing their link endpointsGhanan 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-29Clear IGMPv1 present flag on NIC downGhanan Gowripalan
2021-01-29Refresh delayed report timers on query messagesGhanan Gowripalan