Liav A
|
0fc60e41dd
Kernel: Use klog() instead of kprintf()
|
преди 5 години |
Andreas Kling
|
48f7c28a5c
Kernel: Replace "current" with Thread::current and Process::current
|
преди 5 години |
Andreas Kling
|
a356e48150
Kernel: Move all code into the Kernel namespace
|
преди 5 години |
Andreas Kling
|
70c9a89707
IPv4: Put some TCP close handshake debug spam behind TCP_SOCKET_DEBUG
|
преди 5 години |
Andreas Kling
|
228a1e9099
IPv4: Basic implementation of TCP socket shutdown
|
преди 5 години |
Andreas Kling
|
6be880bd10
IPv4: Send TCP packets right away instead of waiting to "retry"
|
преди 5 години |
Andreas Kling
|
03837e37a3
Kernel: Make IPv4Socket::protocol_send() use a size_t for buffer size
|
преди 5 години |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
преди 5 години |
Andreas Kling
|
8c5cd97b45
Kernel: Fix kernel null deref on process crash during join_thread()
|
преди 5 години |
Andreas Kling
|
aac17fc81a
IPv4: Randomize the first TCP sequence number
|
преди 5 години |
Andreas Kling
|
9026598999
Kernel: Add a more expressive API for getting random bytes
|
преди 5 години |
Andreas Kling
|
61f611bf3c
IPv4: Protect the list of unacked TCP packets with a lock
|
преди 5 години |
Andreas Kling
|
340b524c0d
Kernel: Minor cleanup in TCPSocket::send_tcp_packet()
|
преди 5 години |
Andreas Kling
|
8f45a259fc
ByteBuffer: Remove pointer() in favor of data()
|
преди 5 години |
Andreas Kling
|
8cfb859368
IPv4: Support overriding the default TTL (64)
|
преди 5 години |
Conrad Pankoff
|
c983e96664
Kernel: Use timeval_sub for TCP retransmissions and lower timer to 500ms
|
преди 5 години |
Conrad Pankoff
|
a2b61e30c5
Kernel: Put some network log messages behind debug flags
|
преди 5 години |
Conrad Pankoff
|
117d8db2a2
Kernel: Implement outgoing TCP retransmission and better ACK handling
|
преди 5 години |
Conrad Pankoff
|
72f728b0d6
Kernel: Hold socket back from accept() until it's fully set up
|
преди 5 години |
Conrad Pankoff
|
d53c9d4416
Kernel: Use RefPtr instead of SocketHandle for TCPSocket clients
|
преди 5 години |
Conrad Pankoff
|
b15a7c435f
Kernel: Implement is_zero for RoutingDecision
|
преди 5 години |
Conrad Pankoff
|
6d1418aa7a
Kernel: Add simple ARP routing layer
|
преди 5 години |
Sergey Bugaev
|
43ce6c5474
Kernel: Move socket role tracking to the Socket class itself
|
преди 6 години |
Conrad Pankoff
|
fc3667c026
Kernel: Detect some outgoing TCP connection failures
|
преди 6 години |
Conrad Pankoff
|
bd6d2c0819
Kernel: Use a more detailed state machine for socket setup
|
преди 6 години |
Conrad Pankoff
|
638008da13
Kernel: Move TCP state logging into TCPSocket
|
преди 6 години |
Sergey Bugaev
|
d06f4291a8
Kernel: Make TCPSocket::for_each() callback accept a reference
|
преди 6 години |
Andreas Kling
|
04603237da
Kernel: Merge FooSocketHandle classes into a single SocketHandle<Foo>
|
преди 6 години |
Conrad Pankoff
|
5c66c67f32
Kernel: Improve some network-related log messages
|
преди 6 години |
Conrad Pankoff
|
4fcbbd24f7
Kernel: Support binding to INADDR_ANY (all IPs)
|
преди 6 години |