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
/
NetworkingManagement.h
Age
Commit message (
Expand
)
Author
2023-04-14
Kernel/Net: Iron out the locking mechanism across the subsystem
Liav A
2023-04-14
Kernel/Net: Convert initializers to return NonnullRefPtr<NetworkAdapter>
Liav A
2023-03-06
Kernel: Stop using NonnullLockRefPtrVector
Andreas Kling
2023-01-02
Kernel: Turn lock ranks into template parameters
kleines Filmröllchen
2022-12-13
Kernel: Propagate errors during network adapter detection/initialization
Andreas Kling
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-08-19
Kernel: Require lock rank for Spinlock construction
kleines Filmröllchen
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-27
Kernel: Add NetworkingManagement::try_for_each() for fallible iteration
Idan Horowitz
2022-02-03
Kernel: Protect network adapter list with spinlock instead of mutex
Andreas Kling
2021-12-28
Kernel: Remove the kmalloc_eternal heap :^)
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-10-18
Kernel/Net: Generate interface name near construction point
Liav A
2021-09-29
Kernel/PCI: Propagate usage of DeviceIdentifier everywhere
Liav A
2021-08-06
Kernel: Rename Kernel/VM/ to Kernel/Memory/
Andreas Kling
2021-07-17
Kernel: Rename Lock to Mutex
Andreas Kling
2021-07-02
Kernel/PCI: Move the PCI components as a subfolder to the Bus directory
Liav A
2021-06-09
Kernel: Introduce the NetworkingManagement singleton
Liav A