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
/
RTL8139NetworkAdapter.cpp
Age
Commit message (
Expand
)
Author
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: Set initial link up status for RTL8139
Thomas Wagenveld
2021-08-03
Kernel: Add interface to read link speed and duplex for NetworkAdapter
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-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-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-12
Kernel: Convert klog() => AK::Format in RTL8139NetworkAdapter
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-14
Kernel: Assert if rounding-up-to-page-size would wrap around to 0
Andreas Kling
2021-01-26
Meta: Split debug defines into multiple headers.
asynts
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-11-20
MACAddress: AK::Array as member variable instead of C-array
Lenny Maiorani
2020-10-03
Everywhere: Fix more typos
Linus Groh
2020-08-30
Kernel: Unbreak building with extra debug macros, part 2
Ben Wiederhake
2020-07-28
Kernel: Use AK::Span a bunch in the network adapter code
Andreas Kling
2020-06-25
Kernel: Harvest randomness from various drivers
Peter Elliott
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
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-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 RTL8139NetworkAdapter 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-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-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
2020-01-22
Kernel: Replace IRQHandler with the new InterruptHandler class
Liav A
2020-01-20
Use uintptr_t instead of u32 when storing pointers as integers
Andreas Kling
2020-01-18
RTL8139: Unbreak RealTek Ethernet driver after paging changes
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-02
Kernel: Create support for PCI ECAM
Liav A
2019-09-09
RTL8139: Fix bogus (but harmless) TX buffer index in send_raw()
Andreas Kling
2019-09-03
Kernel: Pad packets out to 64 bytes in rtl8139 driver
Conrad Pankoff
[next]