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
/
RTL8168NetworkAdapter.cpp
Age
Commit message (
Expand
)
Author
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: Fix a few typos
Nico Weber
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-18
Kernel/Net: Enable usage of RTL8168E and RTL8168H in RTL8168 driver
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-23
Kernel: Rename PCI::DeviceController => PCI::Device
Liav A
2021-08-23
Kernel/PCI: Delete PCI::Device in its current form
Liav A
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-08-03
Kernel: Add interface to read link speed and duplex for NetworkAdapter
Thomas Wagenveld
2021-07-22
Kernel: Fix incorrect format template
Gunnar Beutner
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-17
Kernel/Interrupts: Return boolean on whether we handled the interrupt
Liav A
2021-06-10
Kernel: Add support for the RTL8168E-VL variant to the RTL8168 driver
Luke
2021-06-10
Kernel: Add driver for RTL8168 & RTL8111 NICs
Idan Horowitz