Andreas Kling
|
54caeb1f1a
|
RTL8139: Fix bogus (but harmless) TX buffer index in send_raw()
This was getting fixed up by the loop that chooses the next TX buffer
anyway, but let's do this correctly.
Fixes #522.
|
2019-09-09 08:51:08 +02:00 |
|
Conrad Pankoff
|
a3468dc993
|
Kernel: Pad packets out to 64 bytes in rtl8139 driver
|
2019-09-03 15:24:48 +02:00 |
|
Conrad Pankoff
|
c8fa95b8cd
|
Kernel: Only set tx buffer address once in rtl8139 driver
|
2019-09-03 15:24:48 +02:00 |
|
Conrad Pankoff
|
7c9adcf24e
|
Kernel: Reword some constants/comments in rtl8139 driver for clarity
|
2019-09-03 15:24:48 +02:00 |
|
Conrad Pankoff
|
ff2997f018
|
Kernel: Use regular kmalloc for buffers in rtl8139 driver
|
2019-09-03 15:24:48 +02:00 |
|
Conrad Pankoff
|
13abb3e88b
|
Kernel: Remove now-unused singleton methods from our network devices
|
2019-08-29 06:25:06 +02:00 |
|
Conrad Pankoff
|
bed069bd14
|
Kernel: Ask for all relevant IRQs in rtl8139 driver
|
2019-08-29 06:25:06 +02:00 |
|
Conrad Pankoff
|
4afe9e4f2a
|
Kernel: Implement rtl8139 network interface driver
|
2019-08-21 17:10:34 +02:00 |
|