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
/
NetworkTask.cpp
Age
Commit message (
Expand
)
Author
2020-03-02
Kernel: Use klog() instead of kprintf()
Liav A
2020-02-17
Kernel: Replace "current" with Thread::current and Process::current
Andreas Kling
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: Don't ACK empty TCP packets
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-12-28
Kernel: Fix code locked behind NETWORK_TASK_DEBUG
Conrad Pankoff
2019-12-28
Kernel: Move incoming packet buffer off the NetworkTask stack
Conrad Pankoff
2019-12-22
Net: Shrink the NetworkTask packet buffer
Andreas Kling
2019-12-14
TCP: Log packet metadata when receiving a TCP packet with no socket
Andreas Kling
2019-12-14
Net: Try to reuse incoming packet buffers to avoid allocation churn
Andreas Kling
2019-12-01
Kernel: Use a WaitQueue in NetworkTask
Andreas Kling
2019-11-04
Kernel: Make File's can_read/can_write take a const FileDescription&
Andreas Kling
2019-09-30
ByteBuffer: Remove pointer() in favor of data()
Andreas Kling
2019-09-19
IPv4: Support overriding the default TTL (64)
Andreas Kling
2019-09-08
Kernel: Handle listening socket disappearing during incoming handshake
Conrad Pankoff
2019-09-08
Kernel: Put some network log messages behind debug flags
Conrad Pankoff
2019-09-08
Kernel: Send ACK/FIN in response to FIN packets on active connections
Conrad Pankoff
2019-09-08
Kernel: Implement outgoing TCP retransmission and better ACK handling
Conrad Pankoff
2019-09-08
Kernel: Remember all ARP replies, even ones we didn't request
Conrad Pankoff
2019-09-08
Kernel: Don't mark incoming sockets as connected in NetworkTask
Conrad Pankoff
2019-09-08
Kernel: Hold socket back from accept() until it's fully set up
Conrad Pankoff
2019-09-08
Kernel: Don't set sequence manually; send_tcp_packet will do it
Conrad Pankoff
2019-09-08
Kernel: Don't increment ACK number without SYN, FIN, or data
Conrad Pankoff
2019-08-29
Kernel: Use a public member for NetworkAdapter on_receive
Conrad Pankoff
2019-08-29
Kernel: Add simple ARP routing layer
Conrad Pankoff
2019-08-29
Kernel: Remove specific devices from network code
Conrad Pankoff
2019-08-29
Kernel: Ignore IPv6 packets; log unknown Ethernet payload types
Conrad Pankoff
2019-08-21
Kernel: Implement rtl8139 network interface driver
Conrad Pankoff
2019-08-10
Kernel: Detect some outgoing TCP connection failures
Conrad Pankoff
2019-08-10
Kernel: Use a more detailed state machine for socket setup
Conrad Pankoff
2019-08-10
Kernel: Move TCP state logging into TCPSocket
Conrad Pankoff
2019-08-09
Kernel: Clean up and sanitize incoming packet handling a bit more
Andreas Kling
2019-08-09
Kernel: Actually, let's not hang() on bad incoming packets
Andreas Kling
2019-08-09
Kernel: Do some basic sanity checking on IPv4 packet headers
Andreas Kling
2019-08-09
Kernel: Improve some network-related log messages
Conrad Pankoff
2019-08-09
Kernel: Implement TCP listening sockets and incoming connections
Conrad Pankoff
2019-08-09
Kernel: Use WeakPtr<NetworkAdapter> instead of NetworkAdapter* in net code
Conrad Pankoff
2019-08-08
Kernel: Record network statistics and expose as JSON
Conrad Pankoff
2019-08-08
Kernel: Prevent RST spam when we get an unexpected packet
Conrad Pankoff
2019-08-06
Kernel: Refactor TCP/IP stack
Conrad Pankoff
2019-08-05
Kernel: Make KBuffer a value-type wrapper around a KBufferImpl
Andreas Kling
2019-08-05
IPv4: Remove an unnecessary copy of each outgoing IPv4 payload
Andreas Kling
2019-08-04
Net: Use KBuffers for network adapter packet queues
Andreas Kling
2019-08-04
IPv4: Use KBuffer instead of ByteBuffer for socket receive queues
Andreas Kling
2019-08-04
Kernel: Put IPv4 and TCP related debug spam behind flags
Andreas Kling
2019-07-20
Thread: Return a result from block() indicating why the block terminated
Robin Burchell
2019-07-19
Kernel: Restore state strings for block states
Robin Burchell
2019-07-14
Kernel: Add Thread::block_until(Condition).
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
[next]