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
/
E1000ENetworkAdapter.cpp
Age
Commit message (
Expand
)
Author
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-09-29
Kernel/PCI: Cache interrupt line and interrupt pin of a device
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-07
Kernel/PCI: Simplify the entire subsystem
Liav A
2021-09-06
Kernel: Make kernel region allocators return KResultOr<NOP<Region>>
Andreas Kling
2021-08-06
Kernel: Add convenience values to the Memory::Region::Access enum
Andreas Kling
2021-08-06
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
Andreas Kling
2021-07-11
Kernel: Remove unused header includes in Net subtree
Brian Gianforcaro
2021-07-03
Kernel: Clarify and make it easy to not use raw numbers
Liav A
2021-07-02
Kernel/PCI: Move the PCI components as a subfolder to the Bus directory
Liav A
2021-06-24
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
Daniel Bertalan
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-06-21
Kernel: Add more entries to the list of valid E1000E device ids
stelar7
2021-06-09
Kernel/Net: Support Intel 82574 adapter
Liav A