1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-20 01:30:59 +00:00
serenity/Kernel/Net
Tom Finet 227aa8f2e4 Kernel/Net: E1000ENetworkAdapter detect EEPROM
The presence of EEPROM is detected by reading the
EE_PRES bit from the EECD register.
2024-02-08 07:05:46 -07:00
..
Intel Kernel/Net: E1000ENetworkAdapter detect EEPROM 2024-02-08 07:05:46 -07:00
Realtek Kernel: Replace incorrect RTL8168 multicast config registers address 2024-01-05 10:52:43 -07:00
VirtIO Kernel/VirtIO: Ensure proper error propagation in core methods 2023-09-24 19:54:23 -06:00
ARP.h
EthernetFrameHeader.h
EtherType.h
ICMP.h
IPv4.h
IPv4Socket.cpp Kernel: Add support for TCP window size scaling 2023-12-26 21:36:49 +01:00
IPv4Socket.h Kernel: Add support for TCP window size scaling 2023-12-26 21:36:49 +01:00
IPv4SocketTuple.h AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
LocalSocket.cpp
LocalSocket.h
LoopbackAdapter.cpp Kernel: Stop including the ethernet header in LoopbackAdapter's mtu 2023-11-25 16:34:38 +01:00
LoopbackAdapter.h
NetworkAdapter.cpp
NetworkAdapter.h
NetworkingManagement.cpp
NetworkingManagement.h
NetworkTask.cpp Kernel: Properly ack segment 2024-01-12 16:29:08 -07:00
NetworkTask.h
Routing.cpp Kernel: Properly support the SO_BROADCAST socket option 2023-12-24 22:22:58 +01:00
Routing.h Kernel: Properly support the SO_BROADCAST socket option 2023-12-24 22:22:58 +01:00
Socket.cpp Kernel: Stub out getsockopt for the SO_REUSEADDR option 2023-12-24 22:22:58 +01:00
Socket.h Kernel: Properly support the SO_BROADCAST socket option 2023-12-24 22:22:58 +01:00
TCP.h Kernel: Add support for TCP window size scaling 2023-12-26 21:36:49 +01:00
TCPSocket.cpp Kernel: Add support for TCP window size scaling 2023-12-26 21:36:49 +01:00
TCPSocket.h Kernel: Add support for TCP window size scaling 2023-12-26 21:36:49 +01:00
UDP.h
UDPSocket.cpp Kernel: Properly support the SO_BROADCAST socket option 2023-12-24 22:22:58 +01:00
UDPSocket.h