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.cpp
Age
Commit message (
Expand
)
Author
2023-03-06
Kernel: Stop using NonnullLockRefPtrVector
Andreas Kling
2023-02-10
Kernel/Net: Propagate proper errno codes from determine_network_device
Liav A
2023-01-08
Kernel: Remove the NE2000 PCI network adapter driver
Liav A
2023-01-07
Kernel: Remove the RTL8139 PCI network adapter driver
Liav A
2023-01-07
Kernel/Net: Introduce a new mechanism to initialize a PCI device
Liav A
2022-12-13
Kernel: Propagate errors during network adapter detection/initialization
Andreas Kling
2022-09-23
Kernel: Introduce the IOWindow class
Liav A
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
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 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 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/Net: Move Intel network adapters code to a separate directory
Liav A
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-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
2021-09-29
Kernel/PCI: Remove Address from enumeration callback
Liav A
2021-09-29
Kernel/PCI: Propagate usage of DeviceIdentifier everywhere
Liav A
2021-09-29
Kernel: Rename two PCI components
Liav A
2021-09-29
Kernel/PCI: Cache more details about PCI devices when enumerating them
Liav A
2021-09-07
Kernel/PCI: Simplify the entire subsystem
Liav A
2021-08-08
Everywhere: Replace AK::Singleton => Singleton
Andreas Kling
2021-08-06
Kernel: Rename Kernel/VM/ to Kernel/Memory/
Andreas Kling
2021-07-18
Kernel: Rename Locker => MutexLocker
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-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-06-10
Kernel: Add driver for RTL8168 & RTL8111 NICs
Idan Horowitz
2021-06-09
Kernel/Net: Support Intel 82574 adapter
Liav A
2021-06-09
Kernel/CommandLine: Add option to disable physical networking hardware
Liav A
2021-06-09
Kernel: Introduce the NetworkingManagement singleton
Liav A