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
2022-03-17
Kernel: Make number of RTL8168 rx/tx descriptors constexpr
Lenny Maiorani
2022-03-17
Kernel: Use default constructors/destructors
Lenny Maiorani
2022-03-14
Kernel/PCI: Don't hold spinlocks when doing fast device enumeration
Liav A
2022-03-02
Kernel/Net: Don't try to enumerate PCI adapters if PCI is disabled
Liav A
2022-02-27
Kernel: Add UDPSocket::try_for_each() for fallible iteration
Idan Horowitz
2022-02-27
Kernel: Add TCPSocket::try_for_each() for fallible iteration
Idan Horowitz
2022-02-27
Kernel: Add LocalSocket::try_for_each() for fallible iteration
Idan Horowitz
2022-02-27
Kernel: Add NetworkingManagement::try_for_each() for fallible iteration
Idan Horowitz
2022-02-18
Kernel: Lock socket Mutex when servicing IPv4Socket ioctls
Idan Horowitz
2022-02-11
Kernel/Net: Don't update TCP socket "last sent ACK" field too early
Andreas Kling
2022-02-11
Kernel/E1000: Bump RX/TX buffer count to 256/256
Andreas Kling
2022-02-07
Kernel: Fix bug in TCP state handling in SynSent
Jamie Mansfield
2022-02-07
Kernel: Robustify and rename Inode bound socket API
Andreas Kling
2022-02-06
Kernel: Fix bugs in TCP state handling in FinWait1 & FinWait2
Andreas Kling
2022-02-06
Kernel: Send only FIN when shutting down TCP socket from ESTABLISHED
Andreas Kling
2022-02-03
Kernel: Ignore allocation failures when trying to retransmit packets
Idan Horowitz
2022-02-03
Kernel: Protect network adapter list with spinlock instead of mutex
Andreas Kling
2022-02-03
Kernel: Protect ARP table with spinlock instead of mutex
Andreas Kling
2022-01-29
Kernel: Stop using HashMap in Mutex
Idan Horowitz
2022-01-25
Kernel: Use u64 instead of size_t for File::can_write offset
Idan Horowitz
2022-01-25
Kernel: Use u64 instead of size_t for File::can_read offset
Idan Horowitz
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-18
Kernel: Fix typo in Socket::getsockopt tracing
Brian Gianforcaro
2022-01-12
Kernel: Convert IPv4SocketTuple::to_string() to KString
Idan Horowitz
2022-01-12
Kernel: Move IPv4SocketTuple into the Kernel namespace
Idan Horowitz
2022-01-09
Kernel: Harden Socket::pseudo_path(..) implementations against OOM
Brian Gianforcaro
2022-01-08
Kernel: Lock weak pointer revocation during listed-ref-counted unref
Andreas Kling
2022-01-06
Kernel: Remove redundant socket_by_tuple removal in ~TCPSocket()
Andreas Kling
2022-01-06
Kernel: Lock TCPSocket lookup table across destruction
Andreas Kling
2022-01-05
Kernel: Use MUST + Vector::try_append instead of Vector::append
Brian Gianforcaro
2021-12-31
Kernel: Update E1000 link state using interrupt
drblah
2021-12-30
Kernel: Tighten String-related includes
Daniel Bertalan
2021-12-30
Kernel: Remove redundant (K)String::characters() calls
Daniel Bertalan
2021-12-30
Kernel+AK: Eliminate a couple of temporary String allocations
Daniel Bertalan
2021-12-29
Kernel: Handle promise violations in the syscall handler
Brian Gianforcaro
2021-12-29
Kernel: Use Process::require_promise() instead of REQUIRE_PROMISE()
Brian Gianforcaro
2021-12-28
Kernel: Propagate overflow errors from Memory::page_round_up
Guilherme Goncalves
2021-12-28
Kernel: Remove the kmalloc_eternal heap :^)
Andreas Kling
2021-12-28
Kernel: Lock socket mutex across {get,set}sockopt() and SO_ERROR updates
Andreas Kling
2021-12-28
Kernel: Remove the KString::try_create(String::formatted(...)) pattern
Daniel Bertalan
2021-12-28
Kernel/Net: Move Realtek network adapters code to a separate directory
Liav A
2021-12-28
Kernel/Net: Move NE2000 network adapter code to a separate directory
Liav A
2021-12-28
Kernel: Run clang-format on E1000NetworkAdapter.cpp
Liav A
2021-12-28
Kernel/Net: Move Intel network adapters code to a separate directory
Liav A
2021-12-25
Kernel: Remove unnecessary SocketHandle<T> class
Andreas Kling
2021-12-22
Kernel: Define and return the ARPHRD_* device type in SIOCGIFHWADDR
Idan Horowitz
2021-12-18
Kernel: Make File::stat() & friends return Error<struct stat>
Andreas Kling
2021-12-18
Kernel: Use copy_typed_from_user() in more places :^)
Andreas Kling
2021-12-18
Kernel: Fix getsockopt(SO_RCVTIMEO) returning wrong timeout
Andreas Kling
2021-12-16
Kernel+LibC: Move errno definitions to Kernel/API/POSIX
sin-ack
[next]