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-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
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
[next]