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
/
E1000NetworkAdapter.cpp
Age
Commit message (
Expand
)
Author
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-20
Kernel: Slap a handful more things with UNMAP_AFTER_INIT
Andreas Kling
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-14
Kernel: Assert if rounding-up-to-page-size would wrap around to 0
Andreas Kling
2021-02-14
Kernel: Remove user/kernel flags from Region
Andreas Kling
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-01-26
Meta: Split debug defines into multiple headers.
asynts
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-12
AK: Simplify constructors and conversions from nullptr_t
Lenny Maiorani
2020-12-31
Everywhere: Re-format with clang-format-11
Linus Groh
2020-12-25
Kernel: Fix build with E1000_DEBUG
Andreas Kling
2020-12-25
AK: Remove custom %b format string specifier
Andreas Kling
2020-12-22
Kernel/Net: Support all E1000 devices in the spec sheet
Luke
2020-12-22
Kernel/Net: E1000 interrupt rate register is 32-bit, not 16-bit
Luke
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-12
Kernel: Fix some issues related to fixes and block conditions
Tom
2020-11-20
MACAddress: AK::Array as member variable instead of C-array
Lenny Maiorani
2020-08-31
Kernel: Add more detailed debug output for E1000 {in,out}{8,16,32}
Luke
2020-08-30
Kernel: Unbreak building with extra debug macros, part 1
Ben Wiederhake
2020-07-28
Kernel: Use AK::Span a bunch in the network adapter code
Andreas Kling
2020-07-06
Kernel: Require a reason to be passed to Thread::wait_on
Tom
2020-07-01
Kernel: Turn Thread::current and Process::current into functions
Tom
2020-06-25
Kernel: Harvest randomness from various drivers
Peter Elliott
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-05-16
Kernel: Remove dubious use of "volatile" in E1000 adapter driver
Andreas Kling
2020-04-28
Kernel: Be a little more defensive when indexing E1000 Rx/Tx buffers
Andreas Kling
2020-04-28
Kernel: Add Region helpers for accessing underlying physical pages
Andreas Kling
2020-04-11
Kernel: Instantiate network adapters in their own detect() methods
Liav A
2020-04-08
Kernel: Remove an unnecessary layer of indirection in the PCI code
Andreas Kling
2020-03-24
Kernel: Limit IRQ rate within E1000 network adapter
Liav A
2020-03-24
Kernel: Enable IRQs before sending commands to the E1000 adapter
Liav A
2020-03-19
Kernel: Use a const reference to RegisterState in IRQ handling
Liav A
2020-03-09
PCI: Enable LogStream output for addresses
Liav A
2020-03-08
Kernel: Ensure E1000NetworkAdapter uses virtual memory correctly
Liav A
2020-03-08
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
Andreas Kling
2020-03-02
Kernel: Use IOAddress class in Network adapters' drivers
Liav A
2020-02-27
E1000NetworkAdapter: Use dbg() instead of dbgprintf()
Liav A
2020-02-24
Kernel: Change get_pci_address() to pci_address() in PCI::Device class
Liav A
2020-02-24
Kernel: Update Network adapter classes to use the PCI::Device class
Liav A
2020-02-17
Kernel: Replace "current" with Thread::current and Process::current
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-09
Kernel: Apply changes to use LibBareMetal definitions
Liav A
2020-02-08
Net: Make NetworkAdapter reference-counted
Andreas Kling
2020-02-02
Kernel: Detect devices when enumerating the PCI bus
Liav A
2020-01-30
Kernel: Some more int => size_t in NetworkAdapter and subclasses
Andreas Kling
2020-01-22
Revert "Kernel: Replace IRQHandler with the new InterruptHandler class"
Andreas Kling
[next]