index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Net
Age
Commit message (
Expand
)
Author
2021-07-11
Kernel: LoopbackAdapter::create() => try_create()
Andreas Kling
2021-07-11
Kernel: Make NetworkAdapter::class_name() return a StringView
Andreas Kling
2021-07-11
Kernel: Make various T::class_name() and similar return StringView
Andreas Kling
2021-07-11
Kernel: Rename VFS => VirtualFileSystem
Andreas Kling
2021-07-07
Kernel: Fix kernel crash when remote peer resets unexpectedly
ngc6302h
2021-07-03
Kernel: Clarify and make it easy to not use raw numbers
Liav A
2021-07-02
Kernel/PCI: Move the PCI components as a subfolder to the Bus directory
Liav A
2021-06-24
Everywhere: Use nothrow new with `adopt_{ref,own}_if_nonnull`
Daniel Bertalan
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-06-24
Kernel: Pull apart CPU.h
Hendiadyoin1
2021-06-21
Kernel: Add more entries to the list of valid E1000E device ids
stelar7
2021-06-17
Kernel/Interrupts: Return boolean on whether we handled the interrupt
Liav A
2021-06-16
Kernel: Use KResultOr<size_t> for the DoubleBuffer class
Gunnar Beutner
2021-06-11
Kernel: Block writes while we're establishing the TCP connection
Gunnar Beutner
2021-06-11
Kernel: Increase m_bytes_out only once during transmission
Idan Horowitz
2021-06-10
Kernel: Add support for the RTL8168E-VL variant to the RTL8168 driver
Luke
2021-06-10
Kernel: Add driver for RTL8168 & RTL8111 NICs
Idan Horowitz
2021-06-09
Kernel/Net: Support Intel 82574 adapter
Liav A
2021-06-09
Kernel/CommandLine: Add option to disable physical networking hardware
Liav A
2021-06-09
Kernel: Introduce the NetworkingManagement singleton
Liav A
2021-06-09
Kernel: Mark NE2000NetworkAdapter::ram_test() UNMAP_AFTER_INIT
Brian Gianforcaro
2021-06-09
Kernel: Mark E1000NetworkAdapter is_valid_device_id(..) UNMAP_AFTER_INIT
Brian Gianforcaro
2021-06-05
Kernel: Return EPIPE when trying to write to an unconnected socket
Gunnar Beutner
2021-06-05
Kernel: Update the TX byte counter when sending network packets
Gunnar Beutner
2021-06-04
Kernel: Make sure we increment the TX counter
Gunnar Beutner
2021-06-03
Kernel: Make sure outgoing ICMP packets have the correct checksum
Gunnar Beutner
2021-06-01
Kernel: Dont try to register ephemeral TCP ports twice
stelar7
2021-05-28
Kernel: Ignore duplicate SYN packets
Gunnar Beutner
2021-05-28
Kernel: Release packet buffer in TCPSocket::send_tcp_packet
Gunnar Beutner
2021-05-26
Kernel: Block when writing to TCP sockets when the send window is full
Gunnar Beutner
2021-05-26
Kernel: Avoid allocations when sending IP packets
Gunnar Beutner
2021-05-26
Kernel: Move packet allocation into helper methods
Gunnar Beutner
2021-05-26
Kernel: Switch LocalSocket to IntrusiveList from InlineLinkedList
Brian Gianforcaro
2021-05-25
Kernel: Don't try to send TCP packets larger than the MSS
Gunnar Beutner
2021-05-22
Kernel/Net: Make interfaces to have persistent names
Liav A
2021-05-21
Kernel: Ignore interfaces without an IP address when routing packages
Gunnar Beutner
2021-05-21
Kernel: Make sure network adapters have unique names
Gunnar Beutner
2021-05-19
Kernel: static vs non-static constexpr variables
Lenny Maiorani
2021-05-18
Kernel: Avoid allocations when receiving network packets
Gunnar Beutner
2021-05-16
Kernel: Avoid allocations when handling network packets
Gunnar Beutner
2021-05-15
Kernel: Log unexpected TCP packet flags in NetworkTask handle_tcp()
Brian Gianforcaro
2021-05-14
Kernel: Merge do_retransmit_packets() into retransmit_packets()
Gunnar Beutner
2021-05-14
Kernel: Try to retransmit lost TCP packets
Gunnar Beutner
2021-05-14
Kernel: Wake up NetworkTask every 500 milliseconds
Gunnar Beutner
2021-05-14
Kernel: Don't use delayed ACKs when establishing the connection
Gunnar Beutner
2021-05-14
Kernel: Avoid unnecessary time under lock in TCPSocket::create
Brian Gianforcaro
2021-05-14
Kernel: Remove dead TCPSocket::from_endpoints method
Brian Gianforcaro
2021-05-13
Kernel: Make UDPSocket::create() API OOM safe
Brian Gianforcaro
2021-05-13
Kernel: Make IPv4Socket::create API for SOCK_RAW OOM safe
Brian Gianforcaro
2021-05-13
Kernel: Make TCPSocket::create API OOM safe
Brian Gianforcaro
[next]