1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 02:08:11 +00:00
serenity/Kernel/Net/Intel
Arda Cinar 037744e62a Kernel/Net: Get the correct interface type in SIOCGIFHWADDR ioctl
When calling ioctl on a socket with SIOCGIFHWADDR, return the correct
physical interface type. This value was previously hardcoded to
ARPHRD_ETHER (Ethernet), and now can also return ARPHRD_LOOPBACK for the
loopback adapter.
2023-01-13 15:44:04 +01:00
..
E1000ENetworkAdapter.cpp Kernel/Net: Introduce a new mechanism to initialize a PCI device 2023-01-07 12:36:57 +01:00
E1000ENetworkAdapter.h Kernel/Net: Introduce a new mechanism to initialize a PCI device 2023-01-07 12:36:57 +01:00
E1000NetworkAdapter.cpp Kernel/Net: Introduce a new mechanism to initialize a PCI device 2023-01-07 12:36:57 +01:00
E1000NetworkAdapter.h Kernel/Net: Get the correct interface type in SIOCGIFHWADDR ioctl 2023-01-13 15:44:04 +01:00