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-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
2021-12-16
Kernel: Return the correct result for FIONREAD on datagram sockets
sin-ack
2021-12-11
Kernel: Remove unused String.h includes
Hendiadyoin1
2021-12-11
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
Daniel Bertalan
2021-12-05
Kernel: Mark kernel smart-pointer classes as [[nodiscard]]
Sam Atkins
2021-12-05
Kernel: Implement the SO_DONTROUTE SOL_SOCKET-level option
Idan Horowitz
2021-12-05
Kernel: Implement the SO_ACCEPTCONN SOL_SOCKET-level option
Idan Horowitz
2021-12-05
Kernel: Stub out the SO_DEBUG SOL_SOCKET-level option
Idan Horowitz
2021-12-05
Kernel: Add support for the MSG_WAITALL sys$recvmsg flag
Idan Horowitz
2021-12-05
Kernel: Add support for the MSG_DONTROUTE sys$sendmsg flag
Idan Horowitz
2021-12-05
Kernel: Return EINVAL on unsupported LocalSocket ioctl
Idan Horowitz
2021-11-16
Kernel: Use static_ptr_cast to convert between Userspace<T*> types
Andrew Kaster
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-10
AK: Make Vector::try_* functions return ErrorOr<void>
Andreas Kling
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-10-31
Kernel: Clarify ambiguous {File,Description}::absolute_path
Ben Wiederhake
2021-10-28
Kernel+LibC: Add support for the IPv4 TOS field via the IP_TOS sockopt
Idan Horowitz
2021-10-28
Kernel: Fix accidental memory over-read in getsockopt(IP_TTL)
Idan Horowitz
2021-10-18
Kernel/Net: Generate interface name near construction point
Liav A
2021-10-08
Kernel: Fix -Wunreachable-code warnings from clang
Nico Weber
2021-10-03
Kernel: Use `operator ""sv` in all class_name() implementations
Brian Gianforcaro
2021-10-01
Kernel: Switch RTL8168NetworkAdapter::possible_device_name to StringView
Brian Gianforcaro
2021-10-01
Kernel: Convert network adapter names to Kernel::KString
Brian Gianforcaro
2021-10-01
Kernel: Move x86 IO instructions code into the x86 specific folder
Liav A
[next]