serenity/Kernel/Net
Hendiadyoin1 7ca3d413f7 Kernel: Pull apart CPU.h
This does not add any functional changes
2021-06-24 00:38:23 +02:00
..
ARP.h
E1000ENetworkAdapter.cpp Kernel: Add more entries to the list of valid E1000E device ids 2021-06-21 20:15:15 +02:00
E1000ENetworkAdapter.h Kernel/Net: Support Intel 82574 adapter 2021-06-09 22:44:09 +04:30
E1000NetworkAdapter.cpp Kernel/Interrupts: Return boolean on whether we handled the interrupt 2021-06-17 16:53:25 +02:00
E1000NetworkAdapter.h Kernel/Interrupts: Return boolean on whether we handled the interrupt 2021-06-17 16:53:25 +02:00
EthernetFrameHeader.h
EtherType.h
ICMP.h
IPv4.h
IPv4Socket.cpp Kernel: Use KResultOr<size_t> for the DoubleBuffer class 2021-06-16 21:29:36 +02:00
IPv4Socket.h Kernel: Dont try to register ephemeral TCP ports twice 2021-06-01 23:32:27 +04:30
IPv4SocketTuple.h
LocalSocket.cpp Kernel: Use KResultOr<size_t> for the DoubleBuffer class 2021-06-16 21:29:36 +02:00
LocalSocket.h
LoopbackAdapter.cpp Kernel: Introduce the NetworkingManagement singleton 2021-06-09 22:44:09 +04:30
LoopbackAdapter.h Kernel: Introduce the NetworkingManagement singleton 2021-06-09 22:44:09 +04:30
NE2000NetworkAdapter.cpp Kernel/Interrupts: Return boolean on whether we handled the interrupt 2021-06-17 16:53:25 +02:00
NE2000NetworkAdapter.h Kernel/Interrupts: Return boolean on whether we handled the interrupt 2021-06-17 16:53:25 +02:00
NetworkAdapter.cpp Kernel: Pull apart CPU.h 2021-06-24 00:38:23 +02:00
NetworkAdapter.h Kernel: Introduce the NetworkingManagement singleton 2021-06-09 22:44:09 +04:30
NetworkingManagement.cpp Kernel: Add driver for RTL8168 & RTL8111 NICs 2021-06-10 21:54:51 +02:00
NetworkingManagement.h Kernel: Introduce the NetworkingManagement singleton 2021-06-09 22:44:09 +04:30
NetworkTask.cpp Kernel: Introduce the NetworkingManagement singleton 2021-06-09 22:44:09 +04:30
NetworkTask.h
Routing.cpp Kernel: Introduce the NetworkingManagement singleton 2021-06-09 22:44:09 +04:30
Routing.h
RTL8139NetworkAdapter.cpp Kernel/Interrupts: Return boolean on whether we handled the interrupt 2021-06-17 16:53:25 +02:00
RTL8139NetworkAdapter.h Kernel/Interrupts: Return boolean on whether we handled the interrupt 2021-06-17 16:53:25 +02:00
RTL8168NetworkAdapter.cpp Kernel/Interrupts: Return boolean on whether we handled the interrupt 2021-06-17 16:53:25 +02:00
RTL8168NetworkAdapter.h Kernel/Interrupts: Return boolean on whether we handled the interrupt 2021-06-17 16:53:25 +02:00
Socket.cpp Kernel: Introduce the NetworkingManagement singleton 2021-06-09 22:44:09 +04:30
Socket.h
TCP.h
TCPSocket.cpp Kernel: Block writes while we're establishing the TCP connection 2021-06-11 11:32:40 +02:00
TCPSocket.h Kernel: Dont try to register ephemeral TCP ports twice 2021-06-01 23:32:27 +04:30
UDP.h
UDPSocket.cpp Kernel: Make sure we increment the TX counter 2021-06-04 19:06:47 +02:00
UDPSocket.h