summaryrefslogtreecommitdiff
path: root/src/drivers/net/network.h
AgeCommit message (Expand)Author
2017-08-10renamed network write to network sendAndreas Baumann
2017-08-06some cleanup in ethernet constantsAndreas Baumann
2017-08-02introduced a network library, added ethernet structure, movedAndreas Baumann
2017-08-01correctly receiving data in the rtl8139 driver and passing it to the networkAndreas Baumann
2017-08-01we can receive network events, but the receive buffer remains emptyAndreas Baumann
2017-07-24added print_name method to all driversAndreas Baumann
2017-07-23reading and printing MAC address int RTL8139 driverAndreas Baumann
2017-07-20added a virtual network driver interface, made the dummy RTL8139 driver a spe...Andreas Baumann