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
/
TCPSocket.h
Age
Commit message (
Expand
)
Author
2021-12-16
Kernel: Return the correct result for FIONREAD on datagram sockets
sin-ack
2021-11-08
Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>
Andreas Kling
2021-10-03
Kernel: Use `operator ""sv` in all class_name() implementations
Brian Gianforcaro
2021-09-10
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
Ali Mohammad Pur
2021-09-07
Kernel: TCPSocket always has a scratch buffer
Andreas Kling
2021-09-07
Kernel: Make TCPSocket client construction use KResultOr and TRY()
Andreas Kling
2021-09-07
Kernel: Rename FileDescription => OpenFileDescription
Andreas Kling
2021-09-05
AK+Kernel: Move KResult.h to Kernel/API for userspace access
sin-ack
2021-09-04
Kernel: Tidy up TCPSocket creation a bit
Andreas Kling
2021-08-22
Kernel: Rename ProtectedValue<T> => MutexProtected<T>
Andreas Kling
2021-08-15
Kernel: Convert TCP retransmit queue from HashTable to IntrusiveList
Andreas Kling
2021-08-07
Kernel/TCP: Port TCP retransmit queue to ProtectedValue
Andreas Kling
2021-08-07
Kernel: Migrate TCP socket tables locking to ProtectedValue
Jean-Baptiste Boric
2021-08-07
Kernel: Migrate IPv4 socket table locking to ProtectedValue
Jean-Baptiste Boric
2021-08-06
Kernel: Make a bunch of "char const* to_string()" return StringView
Andreas Kling
2021-08-03
Kernel: Handle OOM when allocating IPv4Socket optional scratch buffer
Brian Gianforcaro
2021-08-03
Kernel: Handle OOM from DoubleBuffer usage in IPv4Socket
Brian Gianforcaro
2021-08-02
Kernel: Send RST/ACK if no socket is available
brapru
2021-07-17
Kernel: Rename Lock to Mutex
Andreas Kling
2021-07-11
Kernel: Make various T::class_name() and similar return StringView
Andreas Kling
2021-06-01
Kernel: Dont try to register ephemeral TCP ports twice
stelar7
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-25
Kernel: Don't try to send TCP packets larger than the MSS
Gunnar Beutner
2021-05-16
Kernel: Avoid allocations when handling network packets
Gunnar Beutner
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: Remove dead TCPSocket::from_endpoints method
Brian Gianforcaro
2021-05-13
Kernel: Make TCPSocket::create API OOM safe
Brian Gianforcaro
2021-05-12
Kernel: Coalesce TCP ACKs
Gunnar Beutner
2021-05-12
Kernel: Trigger TCP fast retransmission when we encounter lost packets
Gunnar Beutner
2021-05-12
Kernel: Set MSS option for outbound TCP SYN packets
Gunnar Beutner
2021-04-30
Kernel/IPv4: Propagate errors from local port allocation
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-03-02
Kernel: Make sockets use AK::Time
Ben Wiederhake
2021-01-31
Kernel: Use KResult a bit more in the IPv4 networking code
Andreas Kling
2020-12-18
Kernel/Net: Make IPv4Socket::protocol_receive() take a ReadonlyBytes
Andreas Kling
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-09-06
Kernel: Make File weakable
Andreas Kling
2020-08-04
Kernel: Make File::write() and File::read() return KResultOr<size_t>
Andreas Kling
2020-06-02
Kernel: Allow File::close() to fail
Sergey Bugaev
2020-04-18
Kernel: Use shared locking mode in some places
Sergey Bugaev
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-08
IPv4: Basic implementation of TCP socket shutdown
Andreas Kling
2020-02-08
IPv4: Send TCP packets right away instead of waiting to "retry"
Andreas Kling
2020-02-08
Net: Make NetworkAdapter reference-counted
Andreas Kling
2020-01-29
Kernel: Make IPv4Socket::protocol_send() use a size_t for buffer size
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-11-23
IPv4: Protect the list of unacked TCP packets with a lock
Andreas Kling
[next]