summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Collapse)Author
2017-08-02fixed a missing include stdint.h in ethernet.hAndreas Baumann
2017-08-02added an IPv4 module, currently containg an address to string functionAndreas Baumann
started to add ARP packet definition, reading and printing ARP request now some renames in networking layer
2017-08-02introduced a network library, added ethernet structure, movedAndreas Baumann
generic stuff out of the network driver, kernel now sees ARP messages and prints src and dst MAC addresses