summaryrefslogtreecommitdiff
path: root/Kernel/Net/Intel/E1000ENetworkAdapter.h
AgeCommit message (Expand)Author
2023-06-04Everywhere: Move global Kernel pattern code to Kernel/Library directoryLiav A
2023-06-04Kernel: Move Random.{h,cpp} code to Security subdirectoryLiav A
2023-04-14Kernel/Net: Convert initializers to return NonnullRefPtr<NetworkAdapter>Liav A
2023-03-06Everywhere: Remove NonnullOwnPtr.h includesAndreas Kling
2023-01-26Kernel/PCI: Hold a reference to DeviceIdentifier in the Device classLiav A
2023-01-07Kernel/Net: Introduce a new mechanism to initialize a PCI deviceLiav A
2023-01-07Kernel/Net: Allocate regions before invoking Intel driver constructorsLiav A
2022-12-13Kernel: Propagate errors during network adapter detection/initializationAndreas Kling
2022-09-23Kernel: Introduce the IOWindow classLiav A
2022-08-20Kernel: Make self-contained locking smart pointers their own classesAndreas Kling
2021-12-28Kernel/Net: Move Intel network adapters code to a separate directoryLiav A