Andreas Kling
|
1037a1d2ba
IPv4: Don't ACK empty TCP packets
|
5 年之前 |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 年之前 |
Conrad Pankoff
|
bbb536ebed
Kernel: Fix code locked behind NETWORK_TASK_DEBUG
|
5 年之前 |
Conrad Pankoff
|
876323fd7a
Kernel: Move incoming packet buffer off the NetworkTask stack
|
5 年之前 |
Andreas Kling
|
8874ad7946
Net: Shrink the NetworkTask packet buffer
|
5 年之前 |
Andreas Kling
|
8de5a0be41
TCP: Log packet metadata when receiving a TCP packet with no socket
|
5 年之前 |
Andreas Kling
|
ac215ca601
Net: Try to reuse incoming packet buffers to avoid allocation churn
|
5 年之前 |
Andreas Kling
|
a18aa8fd5f
Kernel: Use a WaitQueue in NetworkTask
|
5 年之前 |
Andreas Kling
|
1b2ef8582c
Kernel: Make File's can_read/can_write take a const FileDescription&
|
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
|
3f1c3a341b
Kernel: Handle listening socket disappearing during incoming handshake
|
5 年之前 |
Conrad Pankoff
|
a2b61e30c5
Kernel: Put some network log messages behind debug flags
|
5 年之前 |
Conrad Pankoff
|
328d52b323
Kernel: Send ACK/FIN in response to FIN packets on active connections
|
5 年之前 |
Conrad Pankoff
|
117d8db2a2
Kernel: Implement outgoing TCP retransmission and better ACK handling
|
5 年之前 |
Conrad Pankoff
|
b8e3c7ef01
Kernel: Remember all ARP replies, even ones we didn't request
|
5 年之前 |
Conrad Pankoff
|
b45cfae7f4
Kernel: Don't mark incoming sockets as connected in NetworkTask
|
5 年之前 |
Conrad Pankoff
|
72f728b0d6
Kernel: Hold socket back from accept() until it's fully set up
|
5 年之前 |
Conrad Pankoff
|
cfcb53fe77
Kernel: Don't set sequence manually; send_tcp_packet will do it
|
5 年之前 |
Conrad Pankoff
|
706e04d340
Kernel: Don't increment ACK number without SYN, FIN, or data
|
5 年之前 |
Conrad Pankoff
|
498f8c01a2
Kernel: Use a public member for NetworkAdapter on_receive
|
6 年之前 |
Conrad Pankoff
|
6d1418aa7a
Kernel: Add simple ARP routing layer
|
6 年之前 |
Conrad Pankoff
|
93c16590f1
Kernel: Remove specific devices from network code
|
6 年之前 |
Conrad Pankoff
|
5f86a979ea
Kernel: Ignore IPv6 packets; log unknown Ethernet payload types
|
6 年之前 |
Conrad Pankoff
|
4afe9e4f2a
Kernel: Implement rtl8139 network interface driver
|
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 年之前 |
Andreas Kling
|
7e309e27dd
Kernel: Clean up and sanitize incoming packet handling a bit more
|
6 年之前 |
Andreas Kling
|
f9de264f88
Kernel: Actually, let's not hang() on bad incoming packets
|
6 年之前 |