index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Net
Age
Commit message (
Expand
)
Author
2021-08-24
Kernel: Simplify Blockers so they don't need a "should block" flag
Andreas Kling
2021-08-24
Kernel: Remove unused Thread::Blocker::should_block() virtual
Andreas Kling
2021-08-24
Kernel: Move Blocker setup out from constructors into setup_blocker()
Andreas Kling
2021-08-23
Kernel: Rename Blocker::not_blocking(bool) to something more descriptive
Andreas Kling
2021-08-23
Kernel: Rename some BlockerSets to foo_blocker_set
Andreas Kling
2021-08-23
Kernel: Rename PCI::DeviceController => PCI::Device
Liav A
2021-08-23
Kernel/PCI: Delete PCI::Device in its current form
Liav A
2021-08-23
Kernel: Rename BlockerSet::unblock() to something more accurate
Andreas Kling
2021-08-23
Kernel: Rename Thread::BlockCondition to BlockerSet
Andreas Kling
2021-08-23
Kernel: Mark Thread::Blocker leaf subclasses final
Andreas Kling
2021-08-23
Kernel: Mark BlockCondition subclasses as final
Andreas Kling
2021-08-22
Kernel: Return ENOTSUP instead of panicking on invalid sockopt
Peter Elliott
2021-08-22
Kernel+LibC: Implement FIONREAD ioctl
Peter Elliott
2021-08-22
Kernel: Rename ScopedSpinlock => SpinlockLocker
Andreas Kling
2021-08-22
Kernel: Rename SpinLock => Spinlock
Andreas Kling
2021-08-22
Kernel: Rename ProtectedValue<T> => MutexProtected<T>
Andreas Kling
2021-08-19
Kernel: Make Process::current() return a Process& instead of Process*
Idan Horowitz
2021-08-18
Kernel: Fix a crash introduced by my TCP RST fix
Gunnar Beutner
2021-08-18
Kernel: Don't respond to TCP RST packets
Gunnar Beutner
2021-08-15
Kernel: Move ARP debug information to ARP_DEBUG
brapru
2021-08-15
Kernel: Convert TCP retransmit queue from HashTable to IntrusiveList
Andreas Kling
2021-08-15
Kernel: Convert IPv4 socket list from HashTable to IntrusiveList
Andreas Kling
2021-08-14
Kernel: Stop allowing implicit conversion from KResult to int
Andreas Kling
2021-08-13
Kernel: Clear SO_ERROR on successful socket connection
brapru
2021-08-13
Kernel: Remove char* versions of path argument / kstring copy methods
Brian Gianforcaro
2021-08-10
Kernel: Properly implement SO_ERROR option
brapru
2021-08-10
Kernel: Add so_error to keep track of the socket's error state
brapru
2021-08-08
Everywhere: Replace AK::Singleton => Singleton
Andreas Kling
2021-08-07
Kernel/TCP: Port TCP retransmit queue to ProtectedValue
Andreas Kling
2021-08-07
Kernel: Migrate UDP socket table locking to ProtectedValue
Jean-Baptiste Boric
2021-08-07
Kernel: Migrate TCP socket tables locking to ProtectedValue
Jean-Baptiste Boric
2021-08-07
Kernel: Migrate IPv4 socket table locking to ProtectedValue
Jean-Baptiste Boric
2021-08-07
Kernel: Migrate local socket table locking to ProtectedValue
Jean-Baptiste Boric
2021-08-07
Kernel: Migrate ARP table locking to ProtectedValue
Jean-Baptiste Boric
2021-08-07
Kernel: Move Lockable into its own header
Jean-Baptiste Boric
2021-08-07
Kernel: Move Mutex into Locking/
Jean-Baptiste Boric
2021-08-06
Kernel: Add convenience values to the Memory::Region::Access enum
Andreas Kling
2021-08-06
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
Andreas Kling
2021-08-06
Kernel: Rename Kernel/VM/ to Kernel/Memory/
Andreas Kling
2021-08-06
Kernel: Fix handful of remaining "return -EFOO" mistakes
Andreas Kling
2021-08-06
Kernel: Use try_copy_kstring_from_user() in Socket::setsockopt()
Andreas Kling
2021-08-06
Kernel: Use try_copy_kstring_from_user() in IPv4Socket::ioctl()
Andreas Kling
2021-08-06
Kernel: Make Thread::state_string() return StringView
Andreas Kling
2021-08-06
Kernel: Make a bunch of "char const* to_string()" return StringView
Andreas Kling
2021-08-03
Kernel: Handle OOM when allocating Packet KBuffers
Brian Gianforcaro
2021-08-03
Kernel: Use normal initialization for TCPPacket instead of memset
Brian Gianforcaro
2021-08-03
Kernel: Handle OOM when allocating IPv4Socket optional scratch buffer
Brian Gianforcaro
2021-08-03
Kernel: Handle OOM from DoubleBuffer usage in IPv4Socket
Brian Gianforcaro
2021-08-03
Kernel: Handle OOM from DoubleBuffer usage in Net/LocalSocket
Brian Gianforcaro
2021-08-03
Kernel: Set initial link up status for RTL8139
Thomas Wagenveld
[prev]
[next]