summaryrefslogtreecommitdiff
path: root/sys/include/net
AgeCommit message (Collapse)Author
41 hourskernel: net: Implement IEEE 802.3 + ARP requestsIan Moffett
Introduce IEEE 802.3 related headers such as ones containing the structure of an ethernet frame as well as its types. This commit additionally introduces ARP request logic. Signed-off-by: Ian Moffett <ian@osmora.org>
42 hourskernel: rtl: Expose NIC properly through if_var.hIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-05-05kernel: net: Add initial net_if headersIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>