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-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
2021-08-03
Kernel: Add interface to read link speed and duplex for NetworkAdapter
Thomas Wagenveld
2021-08-02
Kernel: Send RST/ACK if no socket is available
brapru
2021-08-02
Kernel: Do not send delayed ack in response to RST/ACK
brapru
2021-08-02
Kernel: Convert NetworkTask to east-const style
brapru
2021-07-28
Kernel: Avoid file descriptor leak in Process::sys$socketpair on error
Brian Gianforcaro
2021-07-27
Kernel: Make LoopbackAdapter always link up
Maciej Zygmanowski
2021-07-27
Kernel: Modify the IOCTL API to return KResult
Brian Gianforcaro
2021-07-27
Kernel: Utilize AK::Userspace<T> in the ioctl interface
Brian Gianforcaro
2021-07-25
Utilities: Support static assignment of the ARP table
brapru
2021-07-25
Kernel: Support ioctl SIOCSARP and SIOCDARP
brapru
2021-07-25
Kernel: Add update option to remove an entry from the ARP table
brapru
2021-07-24
Kernel/NE2000: Harvest entropy from NE2000 interrupts
Thomas Wagenveld
2021-07-24
Kernel/NE2000: Assume link status is up
Thomas Wagenveld
2021-07-24
Kernel/NE2000: Correct receive ring buffer wrap-around
Thomas Wagenveld
2021-07-22
Kernel: Fix incorrect format template
Gunnar Beutner
2021-07-19
Kernel/E1000: Consolidate RX and TX buffer regions
Andreas Kling
2021-07-18
Kernel: Rename Locker => MutexLocker
Andreas Kling
2021-07-17
Kernel: Rename Lock to Mutex
Andreas Kling
2021-07-11
Kernel: Remove unused header includes in Net subtree
Brian Gianforcaro
2021-07-11
Kernel: LoopbackAdapter::create() => try_create()
Andreas Kling
2021-07-11
Kernel: Make NetworkAdapter::class_name() return a StringView
Andreas Kling
2021-07-11
Kernel: Make various T::class_name() and similar return StringView
Andreas Kling
2021-07-11
Kernel: Rename VFS => VirtualFileSystem
Andreas Kling
2021-07-07
Kernel: Fix kernel crash when remote peer resets unexpectedly
ngc6302h
2021-07-03
Kernel: Clarify and make it easy to not use raw numbers
Liav A
2021-07-02
Kernel/PCI: Move the PCI components as a subfolder to the Bus directory
Liav A
2021-06-24
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
Daniel Bertalan
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-06-24
Kernel: Pull apart CPU.h
Hendiadyoin1
2021-06-21
Kernel: Add more entries to the list of valid E1000E device ids
stelar7
2021-06-17
Kernel/Interrupts: Return boolean on whether we handled the interrupt
Liav A
2021-06-16
Kernel: Use KResultOr<size_t> for the DoubleBuffer class
Gunnar Beutner
[prev]
[next]