ladybird/Kernel/Net
Liav A 82bb08a15c Kernel/PCI: Cache more details about PCI devices when enumerating them
There's no good reason to fetch these values each time we need them.
2021-09-29 11:24:33 +02:00
..
ARP.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
E1000ENetworkAdapter.cpp Kernel/PCI: Simplify the entire subsystem 2021-09-07 13:47:37 +02:00
E1000ENetworkAdapter.h Kernel: Rename PCI::DeviceController => PCI::Device 2021-08-23 01:07:45 +02:00
E1000NetworkAdapter.cpp Kernel/PCI: Simplify the entire subsystem 2021-09-07 13:47:37 +02:00
E1000NetworkAdapter.h Kernel: Rename PCI::DeviceController => PCI::Device 2021-08-23 01:07:45 +02:00
EthernetFrameHeader.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
EtherType.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ICMP.h Kernel: Switch static_asserts of a type size to AK::AssertSize 2021-09-05 20:08:57 +02:00
IPv4.h Kernel: Switch static_asserts of a type size to AK::AssertSize 2021-09-05 20:08:57 +02:00
IPv4Socket.cpp Kernel: Drop the receive buffer when socket enters the TimeWait state 2021-09-16 16:50:23 +02:00
IPv4Socket.h Kernel: Drop the receive buffer when socket enters the TimeWait state 2021-09-16 16:50:23 +02:00
IPv4SocketTuple.h Kernel: Make IPv4SocketTuple operator== by reference 2021-09-16 17:17:13 +02:00
LocalSocket.cpp Kernel: Weakly hold on to the file in LocalSocket 2021-09-16 16:50:36 +02:00
LocalSocket.h Kernel: Weakly hold on to the file in LocalSocket 2021-09-16 16:50:36 +02:00
LoopbackAdapter.cpp Kernel: LoopbackAdapter::create() => try_create() 2021-07-11 18:00:31 +02:00
LoopbackAdapter.h Kernel: Add interface to read link speed and duplex for NetworkAdapter 2021-08-03 10:20:51 +02:00
NE2000NetworkAdapter.cpp Kernel/PCI: Simplify the entire subsystem 2021-09-07 13:47:37 +02:00
NE2000NetworkAdapter.h Kernel: Rename PCI::DeviceController => PCI::Device 2021-08-23 01:07:45 +02:00
NetworkAdapter.cpp Kernel: Make KBuffer::try_create_with_size() return KResultOr 2021-09-07 15:15:08 +02:00
NetworkAdapter.h AK+Everywhere: Reduce the number of template parameters of IntrusiveList 2021-09-10 18:05:46 +03:00
NetworkingManagement.cpp Kernel/PCI: Cache more details about PCI devices when enumerating them 2021-09-29 11:24:33 +02:00
NetworkingManagement.h Kernel: Rename Kernel/VM/ to Kernel/Memory/ 2021-08-06 14:05:58 +02:00
NetworkTask.cpp Kernel: Make TCPSocket client construction use KResultOr and TRY() 2021-09-07 14:44:29 +02:00
NetworkTask.h Kernel: Avoid deadlock when trying to send packets from the NetworkTask 2021-04-30 23:11:56 +02:00
Routing.cpp Kernel: Improve names in the ARP table thread blocker 2021-09-05 01:10:56 +02:00
Routing.h Kernel: Convert Routing to east-const style 2021-09-03 23:18:50 +02:00
RTL8139NetworkAdapter.cpp Kernel/PCI: Simplify the entire subsystem 2021-09-07 13:47:37 +02:00
RTL8139NetworkAdapter.h Kernel: Rename PCI::DeviceController => PCI::Device 2021-08-23 01:07:45 +02:00
RTL8168NetworkAdapter.cpp Kernel/Net: Enable usage of RTL8168E and RTL8168H in RTL8168 driver 2021-09-18 17:49:24 +03:00
RTL8168NetworkAdapter.h Kernel/Net: Enable usage of RTL8168E and RTL8168H in RTL8168 driver 2021-09-18 17:49:24 +03:00
Socket.cpp Kernel: Use move to avoid unnecessary ref/unref of network device RefPtr 2021-09-16 17:17:13 +02:00
Socket.h Kernel/Net: Add a special SOCKET_TRY() and use it in socket code 2021-09-07 15:05:51 +02:00
TCP.h Kernel: Switch static_asserts of a type size to AK::AssertSize 2021-09-05 20:08:57 +02:00
TCPSocket.cpp Kernel: Drop the receive buffer when socket enters the TimeWait state 2021-09-16 16:50:23 +02:00
TCPSocket.h AK+Everywhere: Reduce the number of template parameters of IntrusiveList 2021-09-10 18:05:46 +03:00
UDP.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
UDPSocket.cpp Kernel/Net: Add a special SOCKET_TRY() and use it in socket code 2021-09-07 15:05:51 +02:00
UDPSocket.h Kernel: Rename FileDescription => OpenFileDescription 2021-09-07 13:53:14 +02:00