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
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
2019-09-03
Kernel: Only set tx buffer address once in rtl8139 driver
Conrad Pankoff
2019-09-03
Kernel: Reword some constants/comments in rtl8139 driver for clarity
Conrad Pankoff
2019-09-03
Kernel: Use regular kmalloc for buffers in rtl8139 driver
Conrad Pankoff
2019-08-29
Kernel: Remove now-unused singleton methods from our network devices
Conrad Pankoff
2019-08-29
Kernel: Ask for all relevant IRQs in rtl8139 driver
Conrad Pankoff
2019-08-21
Kernel: Implement rtl8139 network interface driver
Conrad Pankoff