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
/
NE2000NetworkAdapter.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-10-01
Kernel: Move x86 IO instructions code into the x86 specific folder
Liav A
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
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
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-07-24
Kernel/NE2000: Harvest entropy from NE2000 interrupts
Thomas Wagenveld
2021-07-24
Kernel/NE2000: Correct receive ring buffer wrap-around
Thomas Wagenveld
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-09
Kernel: Introduce the NetworkingManagement singleton
Liav A
2021-06-09
Kernel: Mark NE2000NetworkAdapter::ram_test() UNMAP_AFTER_INIT
Brian Gianforcaro
2021-05-22
Kernel/Net: Make interfaces to have persistent names
Liav A
2021-05-19
Kernel: static vs non-static constexpr variables
Lenny Maiorani
2021-05-16
Kernel: Avoid allocations when handling network packets
Gunnar Beutner
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
Kernel: Convert String::format() => String::formatted()
Andreas Kling
2021-04-13
Kernel: Fix RAM OK test condition for NE2000NetworkAdapter
Jean-Baptiste Boric
2021-02-19
Kernel: Slap UNMAP_AFTER_INIT on a bunch more functions
Andreas Kling
2021-02-15
Kernel: Add WaitQueue::wait_forever and it use it for all infinite waits.
Brian Gianforcaro
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-02-05
Kernel: Add NE2000 network card driver
Jean-Baptiste Boric