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-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
2020-01-02
Kernel: Create support for PCI ECAM
Liav A
2019-12-28
Kernel: Fix code locked behind NETWORK_TASK_DEBUG
Conrad Pankoff
2019-12-28
Kernel: Route all loopback traffic through the loopback adapter
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
E1000: Disable interrupts while getting ready to wait on TX completion
Andreas Kling
2019-12-14
Kernel: Allow buffering up to 128 KB in an IPv4Socket before refusing
Andreas Kling
2019-12-14
Net: Try to reuse incoming packet buffers to avoid allocation churn
Andreas Kling
2019-12-14
E1000: Use a WaitQueue to sleep while waiting for a transmit IRQ
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-09
AK: Use size_t for the length of strings
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
[prev]
[next]