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-08-03
Kernel: Add interface to read link speed and duplex for NetworkAdapter
Thomas Wagenveld
2021-07-19
Kernel/E1000: Consolidate RX and TX buffer regions
Andreas Kling
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-09
Kernel/Net: Support Intel 82574 adapter
Liav A
2021-06-09
Kernel: Introduce the NetworkingManagement singleton
Liav A
2021-06-09
Kernel: Mark E1000NetworkAdapter is_valid_device_id(..) UNMAP_AFTER_INIT
Brian Gianforcaro
2021-05-22
Kernel/Net: Make interfaces to have persistent names
Liav A
2021-05-01
Kernel: Make sure we read all packets
Gunnar Beutner
2021-04-27
Kernel: Move PCI vendor and device IDs into Kernel/PCI/IDs.h
Gunnar Beutner
2021-04-27
Kernel: Avoid resetting the IRQ mask for E1000 on each interrupt
Gunnar Beutner
2021-04-27
Kernel: Add logging for E1000 RX buffer overrun
Gunnar Beutner
2021-04-27
Kernel: Use macros instead of hard-coded magic values
Gunnar Beutner
2021-04-27
Kernel: Make sure the E1000 network adapter keeps receiving packets
Gunnar Beutner
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-03-09
Kernel: Convert klog() => dmesgln() in E1000NetworkAdapter
Andreas Kling
2021-03-04
Everywhere: Remove unnecessary `clang-format off`s
William McPherson
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
[next]