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
/
Intel
Age
Commit message (
Expand
)
Author
2023-01-27
Kernel: Remove declarations for non-existent methods
Sam Atkins
2023-01-26
Kernel/PCI: Hold a reference to DeviceIdentifier in the Device class
Liav A
2023-01-13
Kernel/Net: Get the correct interface type in SIOCGIFHWADDR ioctl
Arda Cinar
2023-01-07
Kernel/Net: Introduce a new mechanism to initialize a PCI device
Liav A
2023-01-07
Kernel/Net: Allocate regions before invoking Intel driver constructors
Liav A
2023-01-05
Kernel: Add dmesgln_pci logging for Kernel::PCI
Evan Smal
2022-12-17
Kernel: Propagate errors in E1000NetworkAdapter
Baitinq
2022-12-13
Kernel: Propagate errors during network adapter detection/initialization
Andreas Kling
2022-10-26
Kernel: Use generic functions to change interrupt state of Processor
Timon Kruiper
2022-09-23
Kernel: Introduce the IOWindow class
Liav A
2022-09-20
Kernel/PCI: Convert PCI BAR number to a strong typed enum class
Liav A
2022-08-20
Kernel: Make self-contained locking smart pointers their own classes
Andreas Kling
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-17
Kernel: Use default constructors/destructors
Lenny Maiorani
2022-02-11
Kernel/E1000: Bump RX/TX buffer count to 256/256
Andreas Kling
2021-12-31
Kernel: Update E1000 link state using interrupt
drblah
2021-12-28
Kernel: Propagate overflow errors from Memory::page_round_up
Guilherme Goncalves
2021-12-28
Kernel: Run clang-format on E1000NetworkAdapter.cpp
Liav A
2021-12-28
Kernel/Net: Move Intel network adapters code to a separate directory
Liav A