Dan Klishch
|
5ed7cd6e32
Everywhere: Use east const in more places
|
1 year ago |
Tom Finet
|
b9cfb50f71
Kernel/Net: Add TCPSocket timer for TimeWait moving to Closed
|
1 year ago |
Idan Horowitz
|
785c9d5c2b
Kernel: Add support for TCP window size scaling
|
1 year ago |
Idan Horowitz
|
2c51ff763b
Kernel: Properly report receive window size in sent TCP packets
|
1 year ago |
Idan Horowitz
|
863e8c30ad
Kernel: Ensure sockets_by_tuple table entry is up to date on connect
|
1 year ago |
Romain Chardiny
|
61ac554a34
Kernel/Net: Implement TCP_NODELAY
|
1 year ago |
Uku Loskit
|
2bec281ddc
Kernel: Fix panic for Nagel's algorithm
|
1 year ago |
kleines Filmröllchen
|
12e534c8c6
Kernel: Implement Nagle’s Algorithm
|
1 year ago |
kleines Filmröllchen
|
ed966a80e2
Kernel/Net: Use monotonic time for TCP times
|
1 year ago |
Sergey Bugaev
|
95bcffd713
Kernel/Net: Rework ephemeral port allocation
|
1 year ago |
Pierre Delagrave
|
55faff80df
Kernet/Net: Close a TCP connection using FIN|ACK instead of just FIN
|
2 years ago |
Optimoos
|
e72894f23d
Kernel/TCPSocket: Read window size from peer
|
2 years ago |
Liav A
|
490856453d
Kernel: Move Random.{h,cpp} code to Security subdirectory
|
2 years ago |
Liav A
|
1b04726c85
Kernel: Move all tasks-related code to the Tasks subdirectory
|
2 years ago |
kleines Filmröllchen
|
213025f210
AK: Rename Time to Duration
|
2 years ago |
Liav A
|
4617c05a08
Kernel: Move a bunch of generic devices code into new subdirectory
|
2 years ago |
Liav A
|
7c1f645e27
Kernel/Net: Iron out the locking mechanism across the subsystem
|
2 years ago |
Andreas Kling
|
03cc45e5a2
Kernel: Use RefPtr instead of LockRefPtr for File and subclasses
|
2 years ago |
Tim Schumacher
|
30a553ef80
Kernel: Check against TCP packet size overflows in checksum calculation
|
2 years ago |
Tim Schumacher
|
24f956c739
Kernel: Convert TCP pseudo-headers through a union
|
2 years ago |
Gunnar Beutner
|
a9888d4ea0
AK+Kernel: Handle some allocation failures in IPv4Socket and TCPSocket
|
2 years ago |
Andreas Kling
|
11eee67b85
Kernel: Make self-contained locking smart pointers their own classes
|
2 years ago |
Idan Horowitz
|
364f6a9bf0
Kernel: Remove the Socket::{protocol,}connect ShouldBlock argument
|
3 years ago |
Tim Schumacher
|
3b3af58cf6
Kernel: Annotate all `KBuffer` and `DoubleBuffer` with a custom name
|
3 years ago |
Idan Horowitz
|
4a270c93ed
Kernel: Accept NNRP<Socket> instead of RP<Socket> in release_for_accept
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Andreas Kling
|
f0dde1cee1
Kernel: Rename TCPFlags::PUSH => PSH
|
3 years ago |
Idan Horowitz
|
aabc8d348b
Kernel: Add TCPSocket::try_for_each() for fallible iteration
|
3 years ago |
Andreas Kling
|
c797eaa9f8
Kernel/Net: Don't update TCP socket "last sent ACK" field too early
|
3 years ago |
Andreas Kling
|
7247f0204d
Kernel: Send only FIN when shutting down TCP socket from ESTABLISHED
|
3 years ago |