Conrad Pankoff
|
b15a7c435f
Kernel: Implement is_zero for RoutingDecision
|
5 years ago |
Conrad Pankoff
|
6d1418aa7a
Kernel: Add simple ARP routing layer
|
5 years ago |
Sergey Bugaev
|
43ce6c5474
Kernel: Move socket role tracking to the Socket class itself
|
6 years ago |
Conrad Pankoff
|
fc3667c026
Kernel: Detect some outgoing TCP connection failures
|
6 years ago |
Conrad Pankoff
|
bd6d2c0819
Kernel: Use a more detailed state machine for socket setup
|
6 years ago |
Conrad Pankoff
|
638008da13
Kernel: Move TCP state logging into TCPSocket
|
6 years ago |
Sergey Bugaev
|
d06f4291a8
Kernel: Make TCPSocket::for_each() callback accept a reference
|
6 years ago |
Andreas Kling
|
04603237da
Kernel: Merge FooSocketHandle classes into a single SocketHandle<Foo>
|
6 years ago |
Conrad Pankoff
|
5c66c67f32
Kernel: Improve some network-related log messages
|
6 years ago |
Conrad Pankoff
|
4fcbbd24f7
Kernel: Support binding to INADDR_ANY (all IPs)
|
6 years ago |
Conrad Pankoff
|
3eb659a2bb
Kernel: Implement TCP listening sockets and incoming connections
|
6 years ago |
Conrad Pankoff
|
54ceabd48d
Kernel: Use WeakPtr<NetworkAdapter> instead of NetworkAdapter* in net code
|
6 years ago |
Conrad Pankoff
|
7ed54d86d5
Kernel: Record network statistics and expose as JSON
|
6 years ago |
Conrad Pankoff
|
73c998dbfc
Kernel: Refactor TCP/IP stack
|
6 years ago |
Andreas Kling
|
52cfe9ebae
IPv4: Remove an unnecessary copy of each outgoing IPv4 payload
|
6 years ago |
Andreas Kling
|
72798519cb
IPv4: Use KBuffer instead of ByteBuffer for socket receive queues
|
6 years ago |
Andreas Kling
|
675aa550a4
Kernel: Put IPv4 and TCP related debug spam behind flags
|
6 years ago |
Robin Burchell
|
833d444cd8
Thread: Return a result from block() indicating why the block terminated
|
6 years ago |
Robin Burchell
|
cd76b691fb
Kernel: Remove memory allocations from the new Blocker API
|
6 years ago |
Robin Burchell
|
52743f9eec
Kernel: Rename ThreadBlocker classes to avoid stutter
|
6 years ago |
Robin Burchell
|
0c8813e6d9
Kernel: Introduce ThreadBlocker as a way to make unblocking neater :)
|
6 years ago |
Andreas Kling
|
27f699ef0c
AK: Rename the common integer typedefs to make it obvious what they are.
|
6 years ago |
Andreas Kling
|
46a06c23e3
Kernel: Fix all compiler warnings.
|
6 years ago |
Andreas Kling
|
90b1354688
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
|
6 years ago |
Andreas Kling
|
c1bbd40b9e
Kernel: Rename "descriptor" to "description" where appropriate.
|
6 years ago |
Andreas Kling
|
bc951ca565
Kernel: Run clang-format on everything.
|
6 years ago |
Andreas Kling
|
08cd75ac4b
Kernel: Rename FileDescriptor to FileDescription.
|
6 years ago |
Andreas Kling
|
5e938868a2
IPv4: Rename source/destination in socket classes to local/peer.
|
6 years ago |
Andreas Kling
|
780d2a08c4
IPv4: Save the source address/port together with incoming packet payloads.
|
6 years ago |
Andreas Kling
|
abb5c890e0
IPv4: Implement bind() for TCP and UDP sockets.
|
6 years ago |