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
Age
Commit message (
Expand
)
Author
2020-02-17
Kernel: Replace "current" with Thread::current and Process::current
Andreas Kling
2020-02-16
Kernel: More header dependency reduction work
Andreas Kling
2020-02-16
Kernel: Reduce header dependencies of MemoryManager and Region
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-10
AK: Remove bitrotted Traits::dump() mechanism
Andreas Kling
2020-02-09
Kernel: Apply changes to use LibBareMetal definitions
Liav A
2020-02-09
Net: Short-circuit routing to the IPv4 address of a local adapter
Andreas Kling
2020-02-09
Net: When routing to loopback, use the loopback adapter's MAC address
Andreas Kling
2020-02-09
Net: Give the LoopbackAdapter a MAC address
Andreas Kling
2020-02-08
IPv4: Put some TCP close handshake debug spam behind TCP_SOCKET_DEBUG
Andreas Kling
2020-02-08
IPv4: Sockets should say can_read() after reading is shut down
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-02-08
IPv4: Split IPv4Socket::recvfrom() into packet/byte buffered functions
Andreas Kling
2020-02-08
IPv4: Send TCP packets right away instead of waiting to "retry"
Andreas Kling
2020-02-08
IPv4: Drop incoming packets on sockets that are shut down for reading
Andreas Kling
2020-02-08
Net: Add a basic sys$shutdown() implementation
Andreas Kling
2020-02-08
Net: Make NetworkAdapter reference-counted
Andreas Kling
2020-02-07
Kernel: Fix three broken format strings in Socket::{get,set}sockopt()
Andreas Kling
2020-02-07
Kernel: Truncate addresses stored by getsockname() and getpeername()
Andreas Kling
2020-02-02
Kernel: Detect devices when enumerating the PCI bus
Liav A
2020-01-30
Kernel: LocalSocket should fail with EADDRINUSE for already-bound files
Andreas Kling
2020-01-30
Kernel: Some more int => size_t in NetworkAdapter and subclasses
Andreas Kling
2020-01-29
Kernel: Make IPv4Socket::protocol_send() use a size_t for buffer size
Andreas Kling
2020-01-26
Kernel: read()/write() should respect timeouts when used on a sockets
Andreas Kling
2020-01-26
IPv4: Mark UDP sockets as connected immediately upon connect()
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-26
Kernel: Zero-initialize LocalSocket::m_address
Andreas Kling
2020-01-23
Kernel: Allow Socket subclasses to fail construction
Andreas Kling
2020-01-22
Revert "Kernel: Replace IRQHandler with the new InterruptHandler class"
Andreas Kling
2020-01-22
Kernel: Replace IRQHandler with the new InterruptHandler class
Liav A
2020-01-21
Kernel: Make O_RDONLY non-zero
Andreas Kling
2020-01-20
Kernel: Make DoubleBuffer use a KBuffer instead of kmalloc()ing
Andreas Kling
2020-01-20
Use uintptr_t instead of u32 when storing pointers as integers
Andreas Kling
2020-01-18
Kernel: Pass correct permission flags when opening files
Sergey Bugaev
2020-01-18
RTL8139: Unbreak RealTek Ethernet driver after paging changes
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-17
Kernel: Move kernel above the 3GB virtual address mark
Andreas Kling
2020-01-14
Kernel: Fixing E1000 MMIO access
Liav A
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
2020-01-09
Kernel: Don't apply process umask to the LocalSocket prebind mode
Andreas Kling
2020-01-09
Kernel: connect() should EISCONN on already-connected LocalSocket
Andreas Kling
2020-01-08
IPv4: Randomize the first TCP sequence number
Andreas Kling
2020-01-07
Kernel: Make Socket::absolute_path() pure virtual
Andreas Kling
2020-01-04
Kernel: Make LocalSocket pre-bind GID be gid_t (#1012)
erf
2020-01-03
Kernel: Allow fchmod() and fchown() on pre-bind() local sockets
Andreas Kling
2020-01-03
Kernel: Add a more expressive API for getting random bytes
Andreas Kling
[next]