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
/
IPv4Socket.cpp
Age
Commit message (
Expand
)
Author
2020-01-26
Kernel: read()/write() should respect timeouts when used on a sockets
Andreas Kling
2020-01-26
IPv4: Fix bitrot in IPv4Socket debug logging
Andreas Kling
2020-01-26
IPv4: Don't hold IPv4Socket lock when blocking on byte-buffered receive
Andreas Kling
2020-01-23
Kernel: Allow Socket subclasses to fail construction
Andreas Kling
2020-01-20
Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-12
IPv4: Require "inet" promise for ioctl() on an IPv4Socket
Andreas Kling
2020-01-11
Kernel: Remove SmapDisabler in bind()
Andreas Kling
2020-01-10
Kernel: Fix kernel null deref on process crash during join_thread()
Andreas Kling
2019-12-14
Kernel: Allow buffering up to 128 KB in an IPv4Socket before refusing
Andreas Kling
2019-12-14
IPv4: Only buffer payload bytes for SOCK_STREAM sockets
Andreas Kling
2019-12-09
AK: SinglyLinkedList::size_slow() should return size_t
Andreas Kling
2019-12-06
Kernel: Add getsockopt(SO_PEERCRED) for local sockets
Andreas Kling
2019-12-01
Kernel+SystemMonitor: Log amounts of I/O per thread
Andreas Kling
2019-11-18
IPv4: Disconnected non-blocking sockets were not signalling EOF
Andreas Kling
2019-11-04
Kernel: Make File's can_read/can_write take a const FileDescription&
Andreas Kling
2019-11-04
IPv4: Non-blocking IPv4 sockets should return -EAGAIN in recvfrom()
Andreas Kling
2019-10-18
Net: Put a bunch of socket debug logging behind FOO_DEBUG
Andreas Kling
2019-10-02
Kernel: Add SIOCGIFHWADDR ioctl to get the MAC address of an adapter
Andreas Kling
2019-09-23
IPv4: Implement socket ioctls SIOCGIFADDR and SIOCSIFADDR
Andreas Kling
2019-09-19
IPv4: Support overriding the default TTL (64)
Andreas Kling
2019-09-08
Kernel: Put some network log messages behind debug flags
Conrad Pankoff
2019-09-08
Kernel: Make sure IPv4Socket is marked as listening in listen()
Conrad Pankoff
2019-09-08
Kernel: Fix debug messages in IPv4Socket
Conrad Pankoff
2019-09-02
Kernel: Don't allow non-superusers to bind TCP/UDP ports < 1024
Andreas Kling
2019-08-29
Kernel: Implement is_zero for RoutingDecision
Conrad Pankoff
2019-08-29
Kernel: Add simple ARP routing layer
Conrad Pankoff
2019-08-11
Kernel: Customize absolute_path() for more file types
Sergey Bugaev
2019-08-11
Kernel: Move socket role tracking to the Socket class itself
Sergey Bugaev
2019-08-10
Kernel: Use a more detailed state machine for socket setup
Conrad Pankoff
2019-08-10
Kernel: Fix get{sock,peer}name port endianness
Conrad Pankoff
2019-08-09
Kernel: Improve some network-related log messages
Conrad Pankoff
2019-08-09
Kernel: Support binding to INADDR_ANY (all IPs)
Conrad Pankoff
2019-08-09
Kernel: Use WeakPtr<NetworkAdapter> instead of NetworkAdapter* in net code
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-05
Net: Let Socket have read/write wrappers around sendto/recvfrom
Andreas Kling
2019-08-04
IPv4: Use KBuffer instead of ByteBuffer for socket receive queues
Andreas Kling
2019-08-04
Kernel: Remove more unused members of IPv4Socket.
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: Remove memory allocations from the new Blocker API
Robin Burchell
2019-07-19
Kernel: Rename ThreadBlocker classes to avoid stutter
Robin Burchell
2019-07-19
Kernel: Introduce ThreadBlocker as a way to make unblocking neater :)
Robin Burchell
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-22
Kernel: Fix all compiler warnings.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-13
Kernel: Rename "descriptor" to "description" where appropriate.
Andreas Kling
2019-06-07
Kernel: Run clang-format on everything.
Andreas Kling
[next]