Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-21 | amd64/rtl8139: fix incorrect ring buffer wrapping reads | dzwdz | |
I was reading from the buffer as if the WRAP flag was enabled, but it actually isn't supported with a 64K buffer. Besides, if it worked correctly, then the code for updating the ring position would land in the wrong place, because it didn't take WARP into account. | |||
2022-08-17 | amd64/rtl8139: don't trust the card to have packets available on irq | dzwdz | |
2022-08-17 | user/net: respond to pings | dzwdz | |
2022-08-17 | user/net: answer to ARP | dzwdz | |
2022-08-17 | amd64/rtl8139: tx | dzwdz | |
2022-08-17 | amd64/rtl8139: expose CRC when reading packets | dzwdz | |
2022-08-17 | amd64: rtl8139 driver with basic rx support | dzwdz | |